/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	background-color: #000;
	background-image:url(img/body_bg.jpg);
	background-position:top center;
	background-attachment:fixed;
}

body,td,th {
	color: #fafafa;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


a {
	color: #fafafa;
}

a:link {
    color: #fafafa;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


img{
	border:0px none;
	-moz-user-select: none;
	-khtml-user-select: none;
}


#container{
	width:940px;
	margin:0 auto;
	background-image:url(img/container_bg.jpg);
	background-repeat:repeat-y;
	min-height:570px;
}

.header{
	width:940px;
	height:115px;
	background-image:url(img/header_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

.left{
	width:160px;
	height:auto;
	background-color:#184d53;
	padding-top:1px;
	float:left;
}

.left ul, li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.left a{
	color:#fff;
	display:block;
	padding:7px 7px 8px 7px;
	text-decoration:none;
	background-color:#1a3d42;
	border-bottom:1px solid #184d53;
	font-weight:bold;
	text-indent:5px;
	width:146px;
	clear:left;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.left a.noLink{
	background-color:#1c3134;
	color:#1ab6bd;
	cursor:default;
}

.left a.sub{
	text-indent:12px;
	font-weight:normal;
}

.left a.eng{
	background-color:#111;
}

.left a.go{
	background-color:#198288;
}

.left a.go:hover{
	color:#fff;
	background-color:#198288;
}

.left a:hover{
	background-color:#1c3134;
	color:#1ab6bd;
}

.left a.act{
	background-image:url(img/act.gif);
	background-repeat:no-repeat;
	background-position:4px 13px;
}

.tartalom{
	width:780px;
	float:right;
}

.tartalom img{
	border-top:1px solid #184d53;
}

.main{
	width:75%;
	padding:15px 30px 30px 30px;	
}

.main a.tovabb{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#03E4EE;
}

.main img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


h1{
	font: 21px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#03E4EE;
	text-transform:uppercase;
}


h2, h3, h4{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	margin-top:2em;
	text-decoration:underline;
}






.footer{
	width:940px;
	margin:0 auto;
	height:33px;
	background-image:url(img/footer_bg.jpg);
	background-repeat:repeat-x;
	font-size:13px;
	margin-bottom:30px;
}

.footer span:first-child{
	padding:10px 0px 0px 10px;
}

.footer span{
	float:left;
	padding:10px 0px 0px 5px;
}

.footer span.info{
	color:#1ab6bd;
	margin-left:15px;
}

.footer img{
	float:right;
}

.l45{
	clear:right;
}