html { height: 100%; }
body {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0 0 2px 0;
	background-color: #ca9652;
	background-color: #9c7b50;
	background-image: url('../imgs/bg.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

div.keret {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	vertical-align: middle;
}

div.header, div.menu, div.body {
	width: 700px;
	border: 3px solid #f2ebdf;
}
div.header {
	height: 170px;
	margin: 2% auto 4px auto;
	border: none;
	border-bottom: 3px solid #f2ebdf;
	background-image: url('../imgs/headbg.jpg');
}
div.menu {
	height: 26px;
	width: 690px;
	margin: 0 auto 4px auto;
	border-left: none;
	border-right: none;
	border-top: 2px solid #f2ebdf;
	border-bottom: 2px solid #f2ebdf;

}
div.mleft {
	background-image: url('../imgs/menu-left3.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 26px;
	float: left;
}
div.mmenu {
	width: 670px;
	height: 26px;
	float: left;
	background-image: url('../imgs/menubg.gif');
	background-repeat: repeat-x;
}
div.mrigh {
	background-image: url('../imgs/menu-right2.gif');
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
	height: 26px;
	float: left;
}
div.body {
	min-height: 400px;
	margin: 0 auto 0 auto;
	width: 694px;
	border-bottom: none;
	background-color: #a1d962;
	text-align: center;
}
div.cor_lt, div.cor_rt {
	width: 30px;
	float: left;
	height: 30px;
	background-repeat: no-repeat;
}

div.cor_lt {
	background-image: url('../imgs/corner-lt3.gif');
	background-position: left top;
}
div.cor_top {
	width: 640px;
	float: left;
	border-top: 3px solid #f2ebdf;
	height: 27px;
}
div.cor_rt {
	background-image: url('../imgs/corner-rt3.gif');
	background-position: right top;
}
div.lr_bor {
	border-left: 3px solid #f2ebdf;
	border-right: 3px solid #f2ebdf;
	width: 694px;
	height: 170px;
	background-image: url('../imgs/title3.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.footer {
	margin: 0 auto 5px auto;
	height: 45px;
	width: 700px;
}
div.lr_top {
	height: 15px;
	width: 694px;
	border-left: 3px solid #f2ebdf;
	border-right: 3px solid #f2ebdf;
	background-color: #a1d962;
}
div.kor_lb {
	width:30px;
	float:left;
	height: 30px;
	background-image: url('../imgs/corner-lb3.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #a1d962;
	text-align: right;
}
div.kor_bot {
	width: 640px;
	float: left;
	border-bottom: 3px solid #f2ebdf;
	height: 27px;
	background-color: #a1d962;
}
div.kor_rb {
	width:30px;
	float:left;
	height: 30px;
	background-image: url('../imgs/corner-rb3.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #a1d962;
}

ul.fomenu {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}
.mmenu li {
	float: left;
	background-image: url('../imgs/libg.gif');
	background-repeat: no-repeat;
	background-position: left center;
	width: 162px;
	height: 24px;
	margin: 0;
	position: relative;
}
.menu li.lastli {
	background-image: url('../imgs/libg.gif');
	background-repeat: no-repeat;
	background-position: left center;
	width: 2px;
}
.menu li:hover {
	background-image: url('../imgs/menulibg.gif');
	border: 1px solid #91d1a8;
	width: 160px;
	height: 24px;
}
.menu p {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	height: 19px;
}
.menu p:hover { background-image: url('../imgs/menulibg.gif'); }
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.almenu {
	display: none;
	position: absolute;
	left: -1px; top: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #03a400;
	border-left: 1px solid #03a400;
	border-bottom: 1px solid #03a400;
}
.almenu li {
	background-color: #9dc05a;
	height: 20px;
	border-bottom: 1px solid #d4e4c3;
	background-image: none;
	width: 161px;
}
.almenu li:hover {
	border: none;
	border-bottom: 1px solid #d4e4c3;
	height: 20px;
	width: 161px;
}
.almenu li p {
	padding: 2px 0 0 0;
	margin: 0;
	height: 17px;
	font-size: 12px;
	color: #fff;
}
.almenu li.last {
	border-bottom: none;
}
.almenu li.first {
	border-top: 1px solid #d4e4c3;
}
div.tartalom {
	width: 686px;
	min-height: 396px;
	margin: 3px auto 0 auto;
	background-color: #fff;
	border-top: 1px solid #03a400;
	border-left: 1px solid #03a400;
	border-right: 1px solid #03a400;
}
div.disz {
	width: 686px;
	height: 15px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #03a400;
	border-right: 1px solid #03a400;
	background: url('../imgs/disz2.gif') no-repeat center top;
	background-color: #fff;
}
div.disz2 {
	width: 640px;
	height: 23px;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #03a400;
	font-size: 10px;
	color: #004a00;
}
div.belkor1 {
	background-image: url('../imgs/belso_left_corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	width: 100%;
}
div.belkor2 {
	background-image: url('../imgs/belso_right_corner.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 100%;
}
div.tart {
	width: 645px;
	min-height: 380px;
	margin: 5px 20px 0 20px;
}
.menu a {
	display: block;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	height: 100%;
}

h2 {
	color: #004a00;
	font-size: 18px;
	margin: 15px auto 25px auto;
}
div.text { text-align: left; }
div.text p {
	margin: 5px 0 12px 0;
}
div.csop { width: 500px; margin: 0 auto 0 auto; }
div.csop li {
	float: left;
	width: 112px;
	border-bottom: 1px dotted #fa0;
	border-top: 1px dotted #fa0;
	margin-right: 10px;
	color: #004a00;
}
div.csop li:hover {
	font-weight: bold;
	cursor: pointer;
}
div.csop a {
	text-decoration: none;
	color: #004a00;
	display: block;
}
div.slide {
	width: 640px;
	height: 335px;
	clear: both;
	padding: 15px 0 0 0;
}
div.slide div {
	float: left;
	height: 300px;
}
.slide img { cursor: pointer; }
.slide .balra {	width: 70px; }
.slide .balra img { margin: 120px auto 0 auto; }
.slide .jobbra { width: 70px; }
.slide .jobbra img { margin: 120px auto 0 auto; }
.slide .show { width: 500px; }
.slide .show img { border: 1px solid #e66c07; }
.slide .show p { margin: 5px auto 0 auto; padding:0; }
div.mini {
	height: 100px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #00ccaa;
}
.mini img {
	margin: 0 10px 5px 0;
	border: 1px solid #e66c07;
	float: left;
}
.mini .scroll {
	width: 635px;
/*	border: 1px solid #f00;*/
	height: 95px;
	overflow-x: scroll;
	overflow-y: hidden;
}
div.copy {
	position: relative;
	top: -7px;
}
div.copy a {
	color: #006e00;
	text-decoration: none;
}
div.copy a:hover { text-decoration: underline; }
div.bigimg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
}
div.terkep { padding: 0 0 10px 0; }
div.szoveg { padding: 0 0 15px 0; }
p.alcim {
	font-size: 14px;
	padding-bottom: 20px;
}
div.text img { border: 1px solid #e66c07; }
br.clear { clear: both; float: none; }
ul.allomasok { margin: 0 0 0 25px; }
ul.allomasok div.leir { margin: 0 0 3px 15px; }
div.nev { font-weight: bold; cursor: pointer; height: 20px; width: 230px; }
ul.allomasok img { border: none; margin: 0 0 0 8px; }
div.leir { display: none; }
/*ul.allomasok li { padding-bottom: 5px; }*/
p.allm { font-size: 14px; letter-spacing: 4px; font-style: italic; }
div.leir div { margin: 0 0 5px -10px; }
div.leir div img { border: 1px solid #e66c07; }
div.hirek_level img { margin-bottom: 10px; margin-left: 10px; }
div.hirek { width: 100%; }
div.hirekszoveg {
	text-align: left;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}