/* CSS Document */

/*----------------------------------------------------------------Reset--------------------------------------------------------------------*/
/*
	Alapértelmezett CSS definíciók alaphelyzetbe állítása
*/
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}input:focus{outline:none;}
/*----------------------------------------------------------------Reset--------------------------------------------------------------------*/





/*------------------------------------------Fontok---------------------------------------------------------------------------------------*/


@font-face {
    font-family: 'Sansation Regular';
    src: url('../fonts/sansation_regular-webfont.eot');
    src: url('../fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation_regular-webfont.woff') format('woff'),
         url('../fonts/sansation_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Sansation Bold';
    src: url('../fonts/sansation_bold-webfont.eot');
    src: url('../fonts/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation_bold-webfont.woff') format('woff'),
         url('../fonts/sansation_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Sansation Light';
    src: url('../fonts/sansation-light-webfont.eot');
    src: url('../fonts/sansation-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation-light-webfont.woff') format('woff'),
         url('../fonts/sansation-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------Fontok---------------------------------------------------------------------------------------*/







/*------------------------------------------Általános---------------------------------------------------------------------------------------*/

html{
	background: #666;	
}

body{
	
}

img{
	vertical-align: middle;
}

.cleft{
	clear: left;
}

/*------------------------------------------Általános---------------------------------------------------------------------------------------*/





/*------------------------------------------Head---------------------------------------------------------------------------------------*/
#Head{
	height: 111px;
	top: 0px;
	position: fixed;
	background: url('../images/head/bg.png') repeat-x;
	width: 100%;
	z-index: 1000;
}

#Head .Content{
	width: 980px;
	margin: 2px auto;
}

#Head .Content a.Logo{
	float: left;
	margin-right: 35px;
}


/*-------*/


#Head .Content .Menu{
	padding-top: 19px;
	font-family: "Sansation Regular";
	font-size: 14px;	
}

#Head .Content .Menu ul{
}

#Head .Content .Menu ul li{
	float: left;
}

#Head .Content .Menu ul li a{
	display: block;
	padding: 20px 10px 30px 10px;
	color: #000;
	text-decoration: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#Head .Content .Menu ul li a.menuDown{
	background: url("../images/head/menuDown.png") no-repeat center 40px;
}

#Head .Content .Menu ul li a:hover{
	background: #666;
	color: #fff;
}

#Head .Content .Menu ul li a.selected{
	background: #666;
	color: #fff;
}

#Head .Content .Menu ul.subMenu{	
	display: none;
	position: absolute;
	background: #666;
	padding: 10px 0px 10px 0px;
	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;	
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;	
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	
	-webkit-box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.24);
	-moz-box-shadow:    3px 3px 11px 0px rgba(50, 50, 50, 0.24);
	box-shadow:         3px 3px 11px 0px rgba(50, 50, 50, 0.24);
}

#Head .Content .Menu ul.subMenu li{	
	float: none;
	display: block;
}

#Head .Content .Menu ul.subMenu li a{	
	background: url("../images/head/rightArrowWhite.png") no-repeat 10px center;
	color: #fff;
	display: block;
	padding: 10px 20px 10px 20px;
	padding-left: 25px;
}


#Head .Content .Menu ul.subMenu li a:hover{
	background: #fff url("../images/head/rightArrowBlack.png") no-repeat 10px center;;
	color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}



/*-------*/



#Head .Content .Contacts{
	float: right;
	font-family: "Sansation Regular";
	color: #838383;
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
}

#Head .Content .Contacts p{
	margin-bottom: 5px;
}

#Head .Content .Contacts p a{
	color: #838383;
	text-decoration: none;
}

#Head .Content .Contacts p a:hover{
	background: #eaeaea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


/*------------------------------------------Head---------------------------------------------------------------------------------------*/






/*------------------------------------------Start---------------------------------------------------------------------------------------*/
#Start{
	background: #57b470;
	width: 100%;
	margin-top: 84px;
}

#Start.noMarginTop{
	margin-top: 0px;
}

#Start .Content{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 10px 40px 10px;
}

#Start .Content img{
	margin-bottom: 10px;
}

#Start .Content h1{
	font-family: "Sansation Bold";
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

#Start .Content h2{
	font-family: "Sansation Regular";
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
/*------------------------------------------Start---------------------------------------------------------------------------------------*/






/*------------------------------------------Title---------------------------------------------------------------------------------------*/
#Title{
	width: 100%;	
	background-color: #666;	
}

#Title h2{
}

#Title .Tanusitvanyrol{	
	height: 450px;
	background: url("../images/photos/tanusitvanyrol.jpg") 100% 0 no-repeat fixed;	
	background-size: cover;	
}


#Title .Rendeletek{	
	height: 450px;
	background: url("../images/photos/rendeletek.jpg") 100% 0 no-repeat fixed;	
	background-size: cover;	
}

#Title .Keszites{
	height: 450px;
	background: url("../images/photos/keszites.jpg") 100% 0 no-repeat fixed;	
	background-size: cover;	
}

/*------------------------------------------Title---------------------------------------------------------------------------------------*/





/*------------------------------------------Content---------------------------------------------------------------------------------------*/
#Content{
	width: 100%;
	background: url("../images/content/contentBg.png") repeat;
}

#Content .Content{
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
}

#Content .Content h2{
	font-family: "Sansation Bold";
	font-size: 32px;
	color: #fff;
	text-shadow: 2px 2px #000;
	margin-top: -80px;
	position: absolute;
}

#Content .Content .leftContent{
	width: 470px;
	padding: 0px 10px 0px 10px;
	float: left;	
}

#Content .Content .rightContent{
	width: 470px;
	padding: 0px 10px 0px 10px;
	margin-left: 500px;
	*position: absolute;
	*margin-left: 0px;
}

#Content .Content h3{
	font-family: "Sansation Bold";
	color: #d7220d;
	font-size: 16px;
	background: url("../images/content/page.png") no-repeat 0px 28px;
	padding-left: 25px;
	padding-top: 30px;
}

#Content .Content h4{
	font-family: "Sansation Regular";
	color: #b77035;
	font-size: 15px;	
	padding-top: 20px;
}

#Content .Content p{
	font-family: "Sansation Regular";
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	text-align: justify;
}

#Content .Content ul{
}

#Content .Content ul li{
	font-family: "Sansation Regular";
	font-size: 14px;
	color: #000;
	background: url("../images/content/liItem.png") no-repeat 0px 4px;
	padding-left: 10px;
	text-align: justify;
	margin-bottom: 5px;
}

#Content .Content a{
	color: #838383;
	text-decoration: none;
}

#Content .Content a:hover{
	background: #eaeaea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#Content .Content table{
	width: 470px;
}

#Content .Content table tr{
}

#Content .Content table tr th{
	font-family: "Sansation Bold";
	font-size: 15px;
	padding: 5px;
	border-bottom: 1px solid #d3d3d3;
}

#Content .Content table tr td{
	font-family: "Sansation Regular";
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px dashed #d3d3d3;
}


#Content .Content span{
	font-family: "Sansation Bold";
	font-size: 20px;
}
#Content .Content span.APluss{
	color: #0caf42;
}
#Content .Content span.A{
	color: #5de123;
}
#Content .Content span.B{
	color: #9cfd55;
}
#Content .Content span.C{
	color: #efef4f;
}
#Content .Content span.D{
	color: #ffd954;
}
#Content .Content span.E{
	color: #fb8e02;
}
#Content .Content span.F{
	color: #fe4326;
}
#Content .Content span.G{
	color: #f32000;
}
#Content .Content span.H{
	color: #be1900;
}
#Content .Content span.I{
	color: #7a1000;
}



/*------------------------------------------Content---------------------------------------------------------------------------------------*/





/*------------------------------------------Attention---------------------------------------------------------------------------------------*/
#Attention{
	background: #f88413;
	width: 100%;	
}

#Attention .Content{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 10px 40px 10px;
}

#Attention .Content img{
	margin-bottom: 10px;
}

#Attention .Content h2{
	font-family: "Sansation Regular";
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
/*------------------------------------------Attention---------------------------------------------------------------------------------------*/






/*------------------------------------------Foot---------------------------------------------------------------------------------------*/
#Foot{
	background: #2d2d2d;
	width: 100%;
}

#Foot .Content{
	width: 980px;
	margin: 0 auto;
	padding: 40px 10px 40px 10px;
}

#Foot .Content .Menu{
	padding-bottom: 30px;
	border-bottom: 1px solid #565656;
	margin-bottom: 20px;
}

#Foot .Content .Menu a{
	font-family: "Sansation Regular";
	font-size: 14px;
	color: #d7d7d7;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	margin-right: 20px;
	float: left;
}

#Foot .Content .Menu a:hover{
	color: #2d2d2d;
	background: #eaeaea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#Foot .Content img.Logo{
	float: left;
	margin-right: 100px;
}

#Foot .Content .Contact{
	font-family: "Sansation Regular";	
	color: #ebebeb;
	font-size: 14px;
	margin-top: 50px;
}

#Foot .Content .Contact img{
	margin-left: 30px;
}

#Foot .Content .Contact a{
	font-family: "Sansation Regular";
	font-size: 14px;
	color: #ebebeb;
	text-decoration: none;
}

#Foot .Content .Contact a:hover{
	color: #2d2d2d;
	background: #eaeaea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#Foot .Content .Web{
	float: right;
}

#Foot .Content .Web a{
	font-family: "Sansation Regular";
	font-size: 13px;
	color: #888;
	text-decoration: none;
}
/*------------------------------------------Foot---------------------------------------------------------------------------------------*/



