html {
	padding:0px;
	margin:0px;
}

body {
	height: 100%;
	background-color: #eeeeff;
	font-size: 11px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color: #0000000;  
	margin: 0px;
	padding: 0px;
}

#precontainer {
	width: 100%;
	text-align: center;
}

#container {	
	width: 1002px;
	position: relative;
	margin-top: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #FFFFFF;
	background-image: url('images/main_bg.gif');
	background-repeat: repeat-y;
}

#top_container_hu {
	height: 164px;
	margin: 0px;
	padding: 0px;
	/*background-image: url('images/hu_top_picture01.jpg');*/
	background-repeat: no-repeat;
}

#top_container_en {
	height: 164px;
	margin: 0px;
	padding: 0px;
	/*background-image: url('images/en_top_picture01.jpg');*/
	background-repeat: no-repeat;
}

#top_container2 {
	height: 54px;
	background-color: #FFFFFF;
	background-image: url('images/top_hmenu_left_bg.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#left {
	position: relative;
	width: 210px;	
	float: left;
	height: 100%;
	background-color: #F2F9FD;
	background-image: url('images/menu_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.left_buttons {
	padding-left: 18px;
	line-height: 14px;
}


#content_container {
	width: 792px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}


#content_left {
	width: 376px;
	position: relative;
	float: left;
	padding: 20px 0 0 20px;
	font-size: 12px;
}

#content_right {
	width: 395px;
	position: relative;
	float: left;
}


.left_blue_title {
	font-size: 14px;
	font-weight: bold;
	color: #0082C5;
	text-transform: uppercase;
	
}

.left_text {
	text-align: justify;
}
	

/* --------- CONTENT BOXES --------- */

.news_box {
	width: 375px;
	padding: 20px 0px 0px 20px;
	clear: both;
}

.news_box a {
	color: #004685;
	text-decoration: none;
}
.news_box a:hover {
	color: #004685;
	text-decoration: underline;
}
.news_box a:visited {
	color: #996666;
	text-decoration: none;
}
.news_box_notitle {
	width: 375px;
	padding: 0px 0px 0px 20px;
	clear: both;
}
.news_box_notitle a {
	color: #004685;
	text-decoration: none;
}
.news_box_notitle a:hover {
	color: #004685;
	text-decoration: underline;
}
.news_box_notitle a:visited {
	color: #996666;
	text-decoration: none;
}


/* --------- CONTENT TEXT STYLES --------- */

.red_news_title {
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	padding: 0px 8px 0px 38px;
	background-color: #F19D57;
	background-image: url('images/red_news_title_bg.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.red_news_content {
	padding: 8px 4px 0px 4px;
}

.news_title {
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	padding: 0px 8px 0px 8px;
	background-color: #477A98;
	background-image: url('images/news_title_bg.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.news_content {
	padding: 8px 4px 0px 4px;
}

/*---------- MENU ----------*/


#menu {
	text-align: left;
	list-style-type: none;
	margin: 12px 0 20px 0px;
	padding: 0;
	color: #004685;
	width: 155px;
	_width: 130px;
	zoom: 1;
}

#menu li {
	margin: 0 0 0 14px;
	padding: 6px 0 0 0px;
	line-height: 28px;
	letter-spacing: 0.2px;
	border-bottom: #F2C59E 1px solid;
	list-style: none;
}
#menu li:hover {
	margin: 0 0 0 14px;
	padding: 6px 0 0 0px;
	line-height: 28px;
	letter-spacing: 0.2px;
}

#menu a {
	width: 130px;
	_width: 130px;
	display: block;
	color: #004685;
	text-decoration: none;
	background: url('images/submenu_item_bg.gif') no-repeat 0px 0px;
	padding-left: 16px;
}

#menu a:hover {
	margin: 0;
	padding: 0;
	color: #900;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	padding: 0 0 0 15px;
	background: url('images/submenu_item_bg.gif') no-repeat 2px 0px;
}

#menu, #menu a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

/*---------- SUB ----------*/

#navigation_menu {
	padding: 2px 0 0 5px;
	margin: 15px 0 0 20px;
	color: #004685;
	line-height: 24px;
	background-color: #F5F5F5;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navigation_menu a {
	color: #004685;
	text-decoration: none;
}

#navigation_menu a:hover {
	text-decoration: underline;
}

#sub_content_left {
	font-size: 12px;
	position: relative;
	float: left;
	width: 543px;
	padding: 0px 25px 0px 20px;
}

#sub_content_right {
	position: relative;
	float: left;
	width: 189px;
	padding: 0px;
}

#sub_content_right input {
	font-size: 12px;
	padding: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#sub_content_right select {
	font-size: 12px;
	padding: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

a {
	color: #004685;
	text-decoration: none;
}

a:hover {
	color: #004685;
	text-decoration: underline;
}

a.backtotop {

	float: right;
	font-size: 10px;
	font-weight: normal;	
	text-decoration: none;	
	padding: 2px 0px 0px 40px;
}

a.backtotop:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #004685;
	padding: 20px 0px 16px 20px;
	margin: 0;
}

h2 {
	font-size: 13px;
	color: #004685;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

h2 a {
	color: #004685;
	margin: 0;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #004685;
}

h4 {	
	color: #EA7511;
	margin: 0px;
	padding: 0 0 6px 0;
	font-size: 14px;
}

h6 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #004685;
}

.almenudoboz_bal {
	float: left;
	background-color: #ffffff;
	width: 49%;
	margin-bottom: 20px;
	text-align: justify;
	height: 135px;


}

.almenudoboz_jobb {
	float:right;
	background-color:#ffffff;
	width:49%;
	margin-bottom:20px;
	text-align:justify;
	height:135px;
}

.almenudoboz_bal a, .almenudoboz_jobb a {
	display: block;
	height: 135px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #ffffff;
	padding-right: 3px;
}

.almenudoboz_bal a:hover, .almenudoboz_jobb a:hover {
	border-color: #dd7014;
	text-decoration: none;
	color: #000000;
}

p {
	padding: 0px;
	margin: 0 0 0 1px;
	text-align: justify;
}


#main_content a {
	color: #004685;
}

#main_content a:hover {
	text-decoration: underline;
}

.sub_news_box {
	width: 100%;
	margin: 0 0 4px 0;
	padding: 7px;
	background-color: #F3F3F3;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
	


/*---------- FOOTER ---------- */
#footer {
	clear: both;
	width: 100%;
	height: 133px;
	line-height: 20px;
	background-color: #FFFFFF;
	background-image: url('images/footer_bg.gif');
	background-repeat: no-repeat;
}

#footer_menu {
	position: relative;
	width: 400px;
	float: left;
	color: #226699;
	padding: 106px 0px 0px 8px;
	word-spacing: 3px;
	
}


#footer_logos {
	position: relative;
	width: 300px;
	float: right;
	text-align: right;
	padding: 67px 0px 0px 0px;
}


/*--------------- FORM -----------------*/


.form1 {
	font-size: 10px;
	border-color: #C4C4C4;
	border-style: solid;
	border-width: 1px;}

.form2 {
	line-height: 28px;

}



#sub_content_left input {
	font-size: 12px;
	padding: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.news_admin_button {
	margin: 1px;
}

.hibauzenet_cim {
	padding-top: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #EA7511;	
}

.hibauzenet {
	color: #EA7511;
	padding-bottom: 15px;
}


.szerk_gomb {
	float: right;
	display: inline;
	padding: 0px 230px 10px 50px;
}

.szerk_gomb form {
	display: inline;
}


#sub_content_left input.textfield2 {
	border-color: #CCCCCC;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}


/* --------- ADMIN BOXES --------- */

.admin_box {
	width: 375px;
	padding: 20px 30px 0px 20px;
	clear: both;
}

.admin_box a {
	color: #004685;
	text-decoration: none;
}
.admin_box a:hover {
	color: #004685;
	text-decoration: underline;
}

.admin_form_submit {
	font-size: 11px;
	background: #DDDDDD;
	color: #004685;
	text-transform: uppercase;
	font-weight: bold;
	border: thin solid #BBBBBB;
	border-width: 1px;
}

.wyswyg a {
	color: #004685;
	text-decoration: none;
}

.wyswyg a:hover {
	color: #004685;
	text-decoration: underline;
}


/* --------- KERESES --------- */

.kereses_cim {
	padding: 2px 8px 2px 2px;
	font-size: 14px;
	font-weight: bold;
	color: #004685;	
	background-color: #F5F5F5;
}

.kereses_reszlet {
	padding: 4px 0px 2px 0px;

}


.kereses_tovabb {
	color: #EA7511;
	padding: 2px 0px 30px 0px;
}

.kereses_tovabb a{
	color: #EA7511;
	text-decoration: none;
}

.kereses_tovabb a:hover{
	color: #EA7511;
	padding: 2px 0px 30px 0px;
	text-decoration: underline;
	
}


/* --------- HIREK --------- */

.hirek_tabla {
	font-size: 11px;
}
#header_menu {
	width: 772px;
	margin: 0;
	padding: 0;
	margin-left: 12px;
}
#header_menu ul {
	margin: 0;
	padding: 0;
	font-family: Arial,SunSans-Regular,Sans-Serif
}
#header_menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 191px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #477a98;
	text-align: center;
	list-style:none;
	font-size: 13px;
	font-weight: bold;
}
#header_menu ul li:hover {
	background-color: #ea6b00;
}
#header_menu a {
	display: block;	
	width: 183px;
	padding: 4px;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
}
#header_menu a:hover {
	text-decoration: none;
	font-size: 13px;
}
#header_menu .submenu {
	display: none;
	float:none; 
	position: absolute; 
	z-index:100; 
	width: 191px;
	margin: -129px 0 0 -1px; 
}
#header_menu .submenu .border_up { 
	float:none; 
	display:block; 
	width: 191px; 
	margin:0px;
	padding:0px; 
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #7fa2b7;
	text-align: center;
	list-style-type:none;
	font-size: 13px;
	font-weight: bold;
}
#header_menu .submenu .border_up:hover {
	background-color: #ea6b00;
}
#header_menu .submenu .border_up a {
	width: 183px;
	padding: 4px;
	margin: 0;
	height: 17px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#header_menu .submenu .normal { 
	float:none; 
	display:block; 
	width: 191px; 
	margin:0px;
	padding:0px; 
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #7fa2b7;
	text-align: center;
	list-style-type:none;
	font-size: 13px;
	font-weight: bold;
}
#header_menu .submenu .normal:hover {
	background-color: #ea6b00;
}
#header_menu .submenu .normal a {
	width: 183px;
	padding: 4px;
	margin: 0;
	height: 17px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#header_menu .submenu .border_bottom { 
	float:none; 
	display:block; 
	width: 191px; 
	margin:0px;
	padding:0px; 
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #7fa2b7;
	text-align: center;
	list-style-type:none;
	font-size: 13px;
	font-weight: bold;
}
#header_menu .submenu .border_bottom:hover {
	background-color: #ea6b00;
}
#header_menu .submenu .border_bottom a {
	width: 183px;
	padding: 4px;
	margin: 0;
	height: 17px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#header_menu .submenu_le {
	display: none;
	float:none; 
	position: absolute; 
	z-index:100; 
	width: 191px;
	margin: 0px 0 0 -1px; 
}
#header_menu .submenu_le .border_up { 
	float:none; 
	display:block; 
	width: 191px; 
	margin:0px;
	padding:0px; 
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #7fa2b7;
	text-align: center;
	list-style-type:none;
	font-size: 13px;
	font-weight: bold;
}
#header_menu .submenu_le .border_up:hover {
	background-color: #ea6b00;
}
#header_menu .submenu_le .border_up a {
	width: 183px;
	padding: 4px;
	margin: 0;
	height: 17px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#header_menu .submenu_le .border_bottom { 
	float:none; 
	display:block; 
	width: 191px; 
	margin:0px;
	padding:0px; 
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #7fa2b7;
	text-align: center;
	list-style-type:none;
	font-size: 13px;
	font-weight: bold;
}
#header_menu .submenu_le .border_bottom:hover {
	background-color: #ea6b00;
}
#header_menu .submenu_le .border_bottom a {
	width: 183px;
	padding: 4px;
	margin: 0;
	height: 17px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.logo_img {
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 1px;
}
#header_menu .subsub {
	background-color: #e3ecf1;
	display: none;
	float:none; 
	position: absolute; 
	z-index:100; 
	width: 191px;
	margin: -26px 0 0 191px; 
}

#header_menu .subsub a {
	color: #477a98;
}
#header_menu .subsub .b_top {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: none;
}
#header_menu .subsub .b_bottom {
	border-right: 1px solid white;
	border-top: 1px solid white;
}
#header_menu .subi {
	background-color: #7fa2b7;
}
#header_menu .subi:hover {
	background-color: #ea6b00;
}
