@charset "utf-8";
/* CSS Document */

html {
	background: #000;
}

#content-wrapper {
	width: 800px; /* main content width */
	margin: auto;
}

#content {
  	text-align: center;	
  	min-height: 720px;
}

#content-background {
	background: url(hong_kong_skyline.png) no-repeat; /* repeat-x or repeat-y */
}

#text {
  	text-align: left;
  	width: 740px;
	margin: auto;
}

.szoveg {
font-family: sans-serif;
font-size: 16px;
color: white;
}

.mail {
font-family: sans-serif;
font-size: 18px;
color: red;
}
h1 {
display: block;
font-size: 1.5em;
margin-before: 0.67em;
margin-after: 0.67em;
margin-start: 0;
margin-end: 0;
font-weight: bold; }



body
		{
			margin-top: 100px;
			font-family: 'Trebuchet MS', serif;
			line-height: 1.6
		}
		.container{
			width: 800px;
			margin: 0 auto;
			text-align: left;
		}



		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #ffffff;
			display: inline-block;
			padding: 8px 12px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #101010;
			color: #ffffff;
		}

		.tab-content{
			display: none;
			background: #101010;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
			color: #ffffff;
		}

