@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #FFF;
	background: url(../images2/bg.jpg) repeat-x #020202;
	margin:0;
	height:100%;
	border-top-color: #182c4;
	border-right-color: #182c4;
	border-bottom-color: #182c4;
	border-left-color: #182c4;
}

#main-cont{
width:947px;
margin-left:auto;
margin-right:auto;
}

#main-cont .top{
background:url(../images2/top.jpg) no-repeat;
height:153px;
}

#main-cont #menu1{
background:url(../images2/menu_bg.jpg) no-repeat;
height:44px;
padding-top:3px;
}

#main-cont #umenu{
background:url(../images2/u_menu_bg.jpg) repeat-x;
height:37px;
}

#main-cont #content{
margin-top:20px;
}

#footer {
background:url(../images2/bottom_bg.jpg) repeat-x;
height:86px;
position:absolute;
width:100%;
margin-top:20px;
}

#footer .cent {
	background:url(../images2/bottom.jpg) no-repeat;
	width:937px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-left:10px;
	color:#b4a83e;
	text-align: center;
} 


#left_banner{
width:214px;
}

#left_banner .topb{
background:url(../images2/left_banner_bg_top.png) no-repeat;
width:214px;
height:15px;

}

#left_banner .cont{
padding-left:15px;
padding-right:15px;
background:url(../images2/left_banner_bg.png) repeat-y;

}

#left_banner .bottom{
background:url(../images2/left_banner_bg_bottom.png) no-repeat;
width:214px;
height:14px;
}

#right_banner2{
width:214px;
}

#right_banner2 .topb{
background:url(../images2/left_banner_bg_top.png) no-repeat;
width:214px;
height:15px;

}

#right_banner2 .cont{
padding-left:15px;
padding-right:15px;
background:url(../images2/left_banner_bg.png) repeat-y;
min-height:50px;
}

#right_banner2 .bottom{
background:url(../images2/left_banner_bg_bottom.png) no-repeat;
width:214px;
height:14px;
bottom:0;
}

#uj_auto{
width:707px;
}

#uj_auto .topb{
background:url(../images2/uj_auto_bg_top.png) no-repeat;
width:707px;
height:15px;

}

#uj_auto .cont{
padding-left:15px;
padding-right:15px;
background:url(../images2/uj_auto_keret_bg.png) repeat-y;
min-height:50px;
}

#uj_auto .bottom{
background:url(../images2/uj_auto_bg_bottom.png) no-repeat;
width:707px;
height:15px;
bottom:0;
}



#right_banner{
width:214px;
margin-bottom:13px;

}

#right_banner .topb{
background:url(../images2/right_yellow_top.png) no-repeat;
width:214px;
height:39px;
text-align:center;
color:#FFFFFF;
line-height:39px;
font-weight:bold;

}

#right_banner .cont{
padding-left:15px;
padding-right:15px;
background:url(../images2/right_yellow_bg.png) repeat-y;
min-height:100px;
}
#right_banner a{
background:url(../images2/list.png) center left no-repeat;
padding-left:20px;
color:#000000;
font-weight:bold;
text-decoration:none;
display:block;
line-height:20px;

}

#right_banner a:hover{
color:#888888;
}

#right_banner .bottom{
background:url(../images2/right_yellow_bottom.png) no-repeat;
width:214px;
height:35px;
bottom:0;
}


#center_cont{
width:468px;
margin-left:auto;
margin-right:auto;
margin-bottom:13px
text-align: justify;;

}

#center_cont .topb{
background:url(../images2/main_cont_top.png) no-repeat;
height:15px;

}

#center_cont .cont{
padding-left:15px;
padding-right:15px;
background:url(../images2/main_cont_bg.png) repeat-y;
min-height:183px;
text-align:center;
}

#center_cont .bottom{
background:url(../images2/main_cont_bottom.png) no-repeat;
height:15px;
bottom:0;
}


#center_cont2{
width:468px;
margin-left:auto;
margin-right:auto;

}

#center_cont2 .topb{
background:url(../images2/main_cont_top.png) no-repeat;
height:15px;

}

#center_cont2 .cont{
padding-left:15px;
padding-right:15px;
background:url(../images2/main_cont_bg.png) repeat-y;
min-height:50px;
}

#center_cont2 .bottom{
background:url(../images2/main_cont_bottom.png) no-repeat;
height:15px;
bottom:0;
}

#bottom_banner{
width:947px;
margin-top:15px;
}

#bottom_banner .topb{
background:url(../images2/banner_bottom_top.png) no-repeat;
width:947px;
height:15px;

}

#bottom_banner .cont{
padding-left:15px;
padding-right:15px;
background:url(../images2/banner_bottom_bg.png) repeat-y;
min-height:50px;
}

#bottom_banner .bottom{
background:url(../images2/banner_bottom_bottom.png) no-repeat;
width:947px;
height:14px;
bottom:0;
}




div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	width: 890px;
	overflow: auto;
	padding-bottom:9px;
}
ul.sc_menu {
	display: block;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 20px; 
	/* removing default styling */
	margin: 0;
	
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 10px;
	border-right:#999999 solid 1px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
	font-size:10px;
	color:#2c3c49;
	
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
	color:#FFFFFF;
}
.sc_menu img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover {
	color:#FFFFFF;
}




#tartalom, #tartalom p{
color:#81b2c2;
text-align: justify;
}

#tartalom h1{
font-size:18px;
color:#81b2c2;
 
}

#tartalom a{
color:#ffffff;
text-decoration:none;

}

#tartalom a:hover{
text-decoration: underline;

}


#hor_space{
height:20px}


#erdeklodes{
	background: #243b4d url(../images2/erdeklodes_bg.jpg) repeat-x;
	height:220px;
	width:100%;
	color:#FFFFFF;
}

#erdeklodes .gomb{
display:block;
background:url(../images2/erdeklodes_kuld_bg.png) no-repeat;
width:87px;
height:41px;
color:#000000;
text-align:center;
border:none;
font-weight:bold;
}

#erdeklodes .szel{
width:180px;
}
#erdeklodes .magas{
height:50px;
}

#erdeklodes .keret{
border:#999999 solid 1px;
}

#erdeklodes .keret:hover{
border:#ff0000 solid 1px;
}


#erdeklodes2{
/*	background:url(../images2/erdeklodes_bg.jpg) repeat-x;*/
	height:220px;
	width:670px;
	color:#FFFFFF;
}

#erdeklodes2 .gomb{
display:block;
background:url(../images2/erdeklodes_kuld_bg.png) no-repeat;
width:87px;
height:41px;
color:#000000;
text-align:center;
border:none;
font-weight:bold;
}

#erdeklodes2 .szel{
width:180px;
}
#erdeklodes2 .magas{
height:50px;
}

#erdeklodes2 .keret{
border:#999999 solid 1px;
}

#erdeklodes2 .keret:hover{
border:#ff0000 solid 1px;
}


#gombok{
text-align:center;
padding-top:20px;
padding-bottom:20px}

#gombok ul {
    margin: 0;
    padding: 0;
    list-style: none;
	color:#333333;
   
}


#gombok li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
	padding-left:9px;
    display: block;
    float: left;
	color:#333333;
}

#gombok a {
display:block;
background:url(../images2/uj_auto_gomb_bg.png) no-repeat;
width:166px;
height:34px;
text-align:center;
line-height:34px;
color:#182c44;
font-weight:bold;
text-decoration:none;
}

#gombok a:hover {
color:#000000;
text-decoration:none;
}