body{
	background: white;
	background: url("../images/hatter.jpg") no-repeat fixed center;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-family: Verdana, "Verdana Ref", sans-serif;
	color: black;
}

.left { float: left; }
.right { float: right; }
.center { display: block; text-align: center; margin: 0 auto; padding: 0 auto;}
.clear {clear:both;display:block;font-size:0;line-height:0;}
.bold{ font-weight: bold; }

ul{ list-style-type: square; }
a{ text-decoration: none; }
img { border-style: none; }

#header_wrapper, #content_wrapper, #footer_wrapper{ width: 100%; }

#header, #content, #footer{
	margin: 0 auto;
	padding: 0 auto;
	width: 1024px;
}

#footer{
	background: #e3dfdf;
	height: 85px;
	border-top: 3px solid #4d5151;
	margin-top: 0px;
	padding-top: 0px;
}

#lablec{
	margin: 0 auto;
	padding: 0 auto;
	width: 984px;
	border-top: 1px solid white;
	background: #0098ce;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	color: white;
	margin-bottom: 20px;
	line-height: 30px;
}

#fejresz{
	width: 976px;
	height: 270px;
	margin-top: 20px;
	background: url(../images/fejlec.png) no-repeat;
	border-bottom: 1px solid white;
	padding: 24px 24px 0px 24px;
}

#logo h1{
	font-size: 22px;
	margin: 0px;
	color: white;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 10px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

#logo h2{
	font-size: 22px;
	font-weight: 500;
	margin: 0px;
	margin-top: 50px;
	color: white;
	padding-bottom: 8px;
}

.main-menu {
	margin:0 auto;
	float:left;
	background: #0098ce;
	width: 100%;
	line-height: 32px;
	height: 40px;
}
.main-menu ul {
	margin:0 auto;
	padding: 0 auto;
	text-align: center;
	margin-left: 70px;
}
.main-menu li ul {
	padding-top:2px;
	left:-2px;
}

.main-menu li {
	white-space:nowrap;
	display:block;
	position:relative;
	margin:0;
	padding: 0;
	z-index:100;
	padding: 3px 16px;
}
.main-menu a {
	display:block;
	position:relative;
	font-size:14px;
	color:white;
	text-transform: uppercase;
	font-family: Verdana, "Verdana Ref", sans-serif;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
}

.main-menu a img{
	padding-right: 2px;
}

.main-menu a:hover, .main-menu .current a{
	text-decoration:none;
	color: #fafa87;
	transition: all 0.5s ease;
}

.main-menu > ul > li {
	float:left;
	margin-right:16px;
}
.main-menu > ul > li:last-child {
	margin-right:0;
}
.main-menu li ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:100;
}
.main-menu li:hover > ul {
	display:block;
}

#content{
	background: white;
	padding-bottom: 40px;
}


/* FŐOLDALI DOBOZOK */
.box{
	width: 215px;
	height: 258px;
	border: 1px solid #b83628;
	margin-left: 31px;
	margin-top: 40px;
	z-index: 1;
	display:inline-block;
    position: relative;
	border-radius: 10px 0px 10px 0px;
	background: #a7f0fc;
}


.box img{ 
	padding: 12px;
}

.box_img:after {
    content:'';
    top: 0;
	left: 0;
	z-index: 10;
	height: 215px;
    width: 100%;
    display: block;
    position: absolute;
	background: #e36b2c url(../images/keres.png) no-repeat center;
    opacity: 0;
	border-radius: 10px 0px 0px 0px;
}
.box_img:hover:after {
    opacity: 0.8;
	transition: all 1.0s ease;
}
.gomb{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-top: -20px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 0px 0px 10px 0px;
}


.gomb a{
	text-decoration: none;
	color: white;
	text-shadow: 0px 3px 4px black;
}
.gomb a:hover{
	transition: all 0.5s ease;
	color: #fafa87;
}

.szin1{ background: #343c6a; }
.szin2{ background: #b02c20; }
.szin3{ background: #babe43; }
.szin4{ background: #6e4b49; }

.uszt{ margin-top: 8px; margin-left: 10px; }
.mm_eu{ margin-right: 20px; }

#lablec a{ text-decoration: none; color: white; }
#lablec img{ position: absolute;	}

.akadalymentes{
	margin-top: -10px;
	border-bottom: 3px solid white;
	margin-left: -24px;
	width: 624px;
}

.akadalymentes a{ color: black; }
.akadalymentes img{ padding: 0px 20px 0px 5px; }

.kisebb_nagyobb{
	line-height: 27px;
	border-right: 2px solid white;
	padding: 0px 5px 0px 20px;
}
#decfont { color: white; }
#incfont{ font-size: 20px; color: white; }
#incfont span{ font-size: 24px; }

.tartalom{
	margin: 0 auto;
	padding: 0 auto;
	width: 919px;
	padding: 40px 20px 20px 20px;
	text-align: justify;
}

.tartalom h2{
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	font-variant: small-caps;
	padding: 8px 10px;
	margin-bottom: 10px;
	color: white;
	border-radius: 10px 0px;
	border: 1px solid lightgrey;
}

/* GALÉRIA KÉPEINEK FORMÁZÁSA */
.galeria_holder{ margin-left: 10px; }

.galeria {
    width: 200px;
    height: 133px;
    overflow: hidden;
	border: 3px solid #b02c20;
	margin: 4px 4px 16px 4px;
	float:left;
	padding: 2px 4px;
	position: relative;
	display:inline-block;
	z-index: 1;
	border-radius: 10px 0px;
}
.galeria img{
	width: 250px;
    margin: -5px;
	vertical-align: bottom;
}
.galeria_img:after {
    content:'';
    top: 0;
	left: 0;
	z-index: 10;
	height: 137px;
    width: 100%;
    display: block;
    position: absolute;
    background: #e36b2c url(../images/keres.png) no-repeat center;
    opacity: 0;
}
.galeria_img:hover:after {
    opacity: 0.8;
	transition: all 1.0s ease;
}

.kiadvanyok{
	border: 4px solid #0068b3;
	margin: 4px 2px 16px 2px;
	padding: 2px 2px;
}

.beszamolo-ul{
	line-height: 25px;
}

.beszamolo-ul a{
	font-size: 1.2em;
}