.cf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf
{
    display: inline-block;
}
* html .cf
{
    height: 1%;
}
.cf
{
    display: block;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	color: #272f2a;
}
a{
	color: #272F2A;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
img{
	border: 0px;
}
#header_bg{
	width: 100%;
	height: 304px;
	background: url('../images/header_bg.jpg') repeat-x top center;
}
#menu_bg{
	width: 100%;
	height: 67px;
	background: url('../images/menu_bg.jpg') repeat-x top center;
}
#content_bg{
	width: 100%;
	background: url('../images/content_bg_top.jpg') repeat-x top center;
	background-color: #bac8b7;
}
#footer_bg{
	width: 100%;
	height: 220px;
	background: url('../images/footer_bg.jpg') repeat-x top center;
}
.container{
	width: 980px;
	margin: 0 auto;
}
#header{
	width: 980px;
	height: 304px;
	background: url('../images/header.jpg') no-repeat top center;
}
h1{
	margin: 0;
	color: #cbd8c8;
	font-size: 25px;
	font-family: Din;
	font-weight: normal;
	-moz-text-shadow: 0px 1px 2px #000;
	-webkit-text-shadow: 0px 1px 2px #000;
	-khtml-text-shadow: 0px 1px 2px #000;
	text-shadow: 0px 1px 2px #000;
}
h1 span{
	font-family: Dinblack;
}
#menu{
	height: 67px;
	line-height: 67px;
	position: relative;
}
#menu h2{
	margin: 0;
	display: inline;
	font-weight: normal;
}
#menu .menupont{
	color: #3f4e46;
	font-size: 18px;
	font-family: Din;
	text-decoration: none;
}

#menu.hu .menupont{
	margin: 0px 16px;
}
#menu.en .menupont{
	margin: 0px 13px;
}
#menu.fr .menupont{
	margin: 0px 8px;
}

#menu.ru .menupont{
	margin: 0px 10px;
}

#menu .menupont.first{
	margin-left: 0px;
}
#menu .menupont.last{
	margin-right: 0px;
}
#menu .menupont.active{
	font-family: Dinblack;
}

.russian-menu .menupont{
    font-size: 15px !important;
}


#content{
	padding: 20px 0px;
}
#footer{
	height: 215px;
	padding-top: 5px;
}
#footer .elerhetoseg_text{
	color: #ffffff;
	font-size: 16px;
	font-family: Dinblack;
	margin-bottom: 10px;
}
#footer .top_footer_text{
	color: #cbd8c8;
	font-family: Arial;
	font-size: 13px;
	float: left;
	margin-right: 100px;
}
#footer .top_footer_text.first{
	margin-left: 5px;
	font-size: 13px;
}
#footer .top_footer_text.last{
	margin-right: 0px;
	float: right;
	font-size: 13px;
}
#footer .top_footer_text a{
	color: #cbd8c8;
	font-family: Arial;
	font-size: 13px;
}
.footer_top_first{
	margin-bottom: 10px;
}
.footer_top_last{
	margin-bottom: 65px;
}
.footer_bottom a{
	color: #283731;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
}
.footer_bottom .last_box{
	color: #283731;
	font-family: Arial;
	font-size: 15px;
	text-align: center;
}
#menu .active_menu_decor{
	width: 27px;
	height: 11px;
	background: url('../images/active_menu_decor.jpg') no-repeat top center;
	position: absolute;
	top: 67px;
}

.white_shadow{
	-moz-text-shadow: 0px 1px 2px #fff;
	-webkit-text-shadow: 0px 1px 2px #fff;
	-khtml-text-shadow: 0px 1px 2px #fff;
	text-shadow: 0px 1px 2px #fff;
}
.content_box .title{
	font-size: 18px;
	color: #3f4e46;
	font-family: Dinblack;
}
.oneletrajz_box .title{
	margin-top: 15px;
}
.lang{
	width: 130px;
	height: 29px;
	background: url('../images/lang_bg2.jpg') no-repeat top center;
/*        background: #eaefe8;*/
        border-radius: 5px;
	position: absolute;
	top: 14px;
	right: 5px;
	padding-top: 11px;
}
.lang a{
	display: block;
	float: left;
	width: 26px;
	height: 18px;

	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	-khtml-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}
.lang a.hu{
	background: url('../images/lang_hu.jpg') no-repeat top center;
	margin-left: 5px;
	margin-right: 5px;
}
.lang a.en{
	background: url('../images/lang_en.jpg') no-repeat top center;
	margin-right: 5px;
}
.lang a.fr{
	background: url('../images/lang_fr.jpg') no-repeat top center;
        margin-right: 5px;
}

.lang a.ru{
	background: url('../images/lang_ru.jpg') no-repeat top center;
}
.gyakori_eljarasok_box ul li{
	list-style-type: none;
}
.gyakori_eljarasok_box .subtitle{
	margin-top: 20px;
	text-decoration: underline;
}
#slider{
	width: 610px;
	height: 235px;
	border: 10px solid #fff;
	margin-left: 345px;
	margin-top: -15px;
	position: relative;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#slider .nav_left{
	width: 38px;
	height: 16px;
	background: url('../images/slider_nav_left.jpg') no-repeat top center;
	position: absolute;
	left: 180px;
	bottom: -26px;
	z-index: 99;
}
#slider .nav{
	width: 173px;
	height: 37px;
	background: url('../images/slider_nav_center.jpg') no-repeat top center;
	position: absolute;
	left: 218px;
	bottom: -26px;
	z-index: 99;
}
#slider .nav_right{
	width: 38px;
	height: 16px;
	background: url('../images/slider_nav_right.jpg') no-repeat top center;
	position: absolute;
	left: 391px;
	bottom: -26px;
	z-index: 99;
}
.imgs{
	height: 235px;
}
.nivo-controlNav{
	margin-left: 41px;
	position: absolute;
	bottom: -7px;
	left: 210px;
	z-index: 100;
}
.nivo-controlNav a.nivo-control{
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../images/nav_item.png') no-repeat top center;
	margin-right: 9px;
}
.nivo-controlNav a.nivo-control.active{
	background-position: bottom;
}

table .color{
	background: #A2B79D;
}





.galery_box .title{
	margin-top: 25px;
	margin-bottom: 25px;
}
.galery_box .galery_item{
	float: left;
	width: 125px;
	text-align: center;
	margin-right: 46px;
	overflow: hidden;
	height: 125px;
}
.galery_box .galery_item.last{
	margin-right: 0px;
}
.galery_box .galery_item .desc{
	color: #272f2a;
}