html {
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	height: 100%;
	font-family: Georgia;
	font-size: 12pt;
	color: #404040;
	background-color: #eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1 {
	color: #a59166;
	font-size: 21pt;
	font-weight: normal;
}
h2 {
	color:#a59166;
	font-size: 19pt;
	font-weight: normal;
}
h3 {
	color: #404040;
	font-size: 15pt;
	font-weight: normal;
}


a{color: #3a5da5;text-decoration: none;}
a:hover{color: #3a5da5;text-decoration: underline;}
a:visited{color: #3a5da5;}

table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
td{
	font-family: Georgia;
	text-align: justify;
}
hr.fancy { height:1px; border:none; background-color:#DEDEDE; color:#DEDEDE; }
.clear {clear: both; margin: 0; padding: 0;}

/* --- BASIC --- */

#wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	position: relative;
}

/* --- HEADER --- */

#header {
	height: 203px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/bg_fejlec.png') repeat-x;
}
.header {
	color: Black;
	width: 1000px;
	margin:0px auto;
	height: 200px;
	background: url('../images/fejlec.png') no-repeat;
}
.white_line{
	overflow: visible;
	display: block;
	background-color: white;
	height: 3px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	behavior: url(/pie/PIE.htc);
}

/* --- CONTENT --- */

#container {
	margin: 0px;
	text-align: center;
	padding-top: 203px;
	padding-bottom: 203px;
}
.content {
	width: 1000px;
	margin: 0px auto;
}

/* --- FOOTER --- */

#footer {
	width: 100%;
	height: 203px;
	position: absolute;
	bottom:0px;
	left: 0px;
	background: url('../images/bg_lablec.png') repeat-x bottom;
}
.footer {
	overflow: visible;
	width: 600px;
	height: 200px;
	margin: 0px auto;
	border-left: 1pt dashed #000000;
	border-right: 1pt dashed #000000;
}

/* --- FÕOLDALI BOXOK --- */

.table_main {width: 100%; margin: 27px 0px 30px 0px; padding: 0px;}
.table_main td.table_side {width: 10px !important; margin: 0px; padding: 0px;}
.table_main td.table_interval {width: 25px !important; margin: 0px; padding: 0px;}

.table_main td.table_box{
	vertical-align: top;
	margin: 0px;
	padding: 0px 10px;
	background: #FFFFFF;
	width: 290px !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	behavior: url(/pie/PIE.htc); 
}
.table_main td.table_box h2{
	margin: 15px 0px;
	font-size: 21pt;
	font-weight: normal;
}
.table_main td.table_box div{
	font-size: 12pt;
	line-height: 18pt;
}
.table_main td.table_box div ul{
	padding-left: 32px;
	color: black;
}
.table_main td.table_box div ul li a{
	font-size: 12pt;
}
.table_main td.table_box div.tagozat ul{
	padding-left: 5px;
	list-style: none;
	text-align: left;
	color: #404040;
}
.table_main td.table_box div.tagozat ul li{
	height: 45px;
	display: block;
	margin-bottom: 20px;
	vertical-align: middle;
}
.table_main td.table_box div.tagozat ul div.tagozat_img_box{
	display: block;
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 15px;
}
.table_main td.table_box div.tagozat ul div.tagozat_img_box tagozat_img{
	border: 0px;
}
/* --- MENÜ & SUB MENÜ--- */

.menu{
	display: block;
	height: 40px;
	width: 1100px;
	margin: 0px auto;
}
.submenu{
	height: 40px;
	margin: -20px auto 0px;
}
.menu div.off, .submenu div.off{
	padding: 0px 22px 0px 22px;
	margin: 0px 5px;
	height: 30px;
	/* background-color: #917b4c; */
	background: url('../images/bg_menu.png') repeat-x;
	-webkit-border-radius: 0px 0px 30px 30px;
	-moz-border-radius: 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px;
}
.menu div.off {
	-webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	-moz-box-shadow:    3px 4px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	box-shadow:         3px 4px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
}
.submenu div.off {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.75) inset;
}
.menu div.off a.off, .submenu div.off a.off{
	padding-top: 5px;
	display: block;
	color: #d1d1d1;
	text-shadow: 1px 1px 1px #000000;
	-webkit-text-shadow: 1px 1px 1px #000000;
	-moz-text-shadow: 1px 1px 1px #000000;
	font-family: Arial;
	font-size: 10pt;
}
.menu div.on, .submenu div.on{
	padding: 0px 22px 0px 22px;
	margin: 0px 5px;
	height: 40px;
	background: url('../images/bg_menu_on.png') repeat-x;
	-webkit-border-radius: 0px 0px 30px 30px;
	-moz-border-radius: 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px;
}
.menu div.on {
	-webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	-moz-box-shadow:    3px 4px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	box-shadow:         3px 4px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
}
.submenu div.on {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.75) inset;
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.75) inset;
}
.menu div.on a.on, .submenu div.on a.on{
	padding-top: 10px;
	display: block;
	color: #ffffdc !important;
	text-shadow: 1px 1px 1px #000000;
	-webkit-text-shadow: 1px 1px 1px #000000;
	-moz-text-shadow: 1px 1px 1px #000000;
	font-family: Arial;
	font-size: 10pt;
}

/* --- TARTALMI RÉSZEK --- */

.portal_cim{
	margin: 0px;
	padding: 76px 0px 0px 300px;
	color: #ece2b4;
	font-size: 36pt;
	font-weight: normal;
	text-shadow: 2px 3px 7px #000000;
	-webkit-text-shadow: 2px 3px 7px #000000;
	-moz-text-shadow: 2px 3px 7px #000000;
}
.portal_alcim{
	margin: 0px;
	color: white;
	font-size: 18pt;
	font-weight: normal;	
	padding: 15px 0px 0px 645px;
	text-shadow: 2px 3px 7px #000000;
	-webkit-text-shadow: 2px 3px 7px #000000;
	-moz-text-shadow: 2px 3px 7px #000000;
}
.lablec_contant_cim{
	color: #b9a985;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	font-size: 21pt;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 2px 5px #000000;
	-webkit-text-shadow: 0px 2px 5px #000000;
	-moz-text-shadow: 0px 2px 5px #000000;
}
.lablec_contact_adat{
	font-size: 12pt;
	line-height: 18pt;
	color: #333333;
	display: block;
	width: 400px;
	margin: 0px auto;
	text-shadow: 0px 0px 7px rgba(255,255,255,1);
	-webkit-text-shadow: 0px 0px 7px rgba(255,255,255,1);
	-moz-text-shadow: 0px 0px 7px rgba(255,255,255,1);
}
.lablec_contact_adat a{
	color: #4a3e26 !important;
}
.cimsor{
	margin-bottom: 40px;
}
.tartalom{
	text-align: left;
	background: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	behavior: url(/pie/PIE.htc); 
}
.tartalom div{
	margin: 27px 0px 30px;
	padding: 20px 40px;
}
.tartalom p, .tartalom ul, .tartalom ol{
	text-align: justify;
	line-height: 19pt;
}
.tartalom ul li, .tartalom ol li{
	color: #404040;
	margin-bottom: 10px;
}
.tagozatok{
	margin: 0 auto !important;
	padding: 0px !important;
	text-align: center;
}
.tagozatok .tagozat{
	padding: 0px !important;
	width: 300px !important;
	margin: 20px auto !important;
	display: inline-block;
}
.tagozatok .tagozat .tagozat_img_box{
	margin: 5px !important;
	padding: 5px !important;
}
table.tagozat{
	width: 100%;
	border: 1px solid #999999;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.tagozat td{
	border-bottom: 1px dotted #CCCCCC; 
}
.tagozat .title{
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	color: white;
	background-color: #2b2b2b;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.tagozat .poz{
	width: 1%;
	text-align: center !important;
}
.tagozat .name{
	width: 200px;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}
.tagozat .post{
	width: 250px;
}
.tagozat .organ{
	text-align: left!important;
	border-left: 1px dotted #CCCCCC;
}
.print{
	float: right;
	margin: 20px 0px 0px 0px !important;
	padding: 0px !important;
}