* { margin: 0; padding: 0; }

body 
{
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
}

a, a:visited 
{
	text-decoration: none;
	color: #666; 
}

p 
{
	padding: 10px;		
	margin: 0;
}

hr {
	border: 0;
	background-color: #164581;
	height: 1px;
	width: 100%;
}


form.search 
{
	position: absolute;
	top: 133px; right: 25px;
	border: none;
}	

form.search label.error
{
	position: absolute;
	top: 21px;
	right: 250px;
	width: 500px;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #164581;
}	


#main_window 
{
	width: 1024px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#content_left
{
	width: 250px;
	margin-right: 15px;
	float: left;
}

.content_right 
{
	width: 750px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: -15px;
	float: left;
}


.content_right_A
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	float: left;
}


.content_right_B
{
	width: 245px;
	margin-top: 10px;
	margin-right: 2px;
	padding-right: -5px;
	float: right;
}


#header 
{
	width: 1024px;
	height: 150px;
	position: relative;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}


#header_strip
{
	width: 1024px;
	height: 29px;
	margin-top: 0px; 
	padding: 0 0 0 0;
	background: url(header_strip.jpg) center top;	
	font: 10px/26px Arial, Tahoma, Sans-serif;
	color: white;
	clear: both;
}


#header_strip_1px
{
	width: 1024px;
	background: url(header_strip_1px.jpg) no-repeat;
	margin-top: 2px; 
	margin-bottom: -25px;
	padding: 0 0 0 0;
	font: 10px/26px Arial, Tahoma, Sans-serif;
	color: white;
	clear: both;
}

#header_links
{
	/*border: 1px solid #000000;*/
	width: 1024px;
	height: 27px;
	margin-bottom: -25px;
	margin-top: 8px;
	text-align: center;
}

#header_links a 
{ 
	background: none;
	text-decoration: underline; 
	font-size: 11px;
}

#name_day
{
	margin-top: 5px; 
	margin-left: 35px; 
	margin-right: 0px; 
	padding-bottom: 0px; 
	font-size: 10px; 
	text-align: center; 
	color: #164581;
}

#menu p 
{
	height: 26px;
	margin-left: 20px;
	text-align: left;
}

#menu_box 
{
	/*border: 1px solid #000000;*/
	width: 250px;
	/*height: 375px;	*/
	height: 390px;
	/*background: url(menu_bg.jpg) 30px 30px no-repeat;	*/
	background: url(menu_bg_new.jpg) 30px 30px no-repeat;
	margin-left: 0px;
	float: left;
}	

#menu_box .box 
{
	margin: 0 0 0 0;
	font-size: 12px;	
}

#menu_box ul.menu_items 
{
	/*margin: 60px 0px 0px 0;*/
	margin: 40px 0px 0px 0;
	list-style: none;
	text-align: left;
	text-decoration: none;		
}

#menu_box ul.menu_items li 
{
	height: 21px;
	margin: 9px 0px 0px 40px;
	padding: 0px 0px 0px 10px;	
}

#menu_box ul.menu_items a 
{
	display: block;
	width: 155px;
	height: 21px;
	background: url(button.jpg) no-repeat 5px -1px;	
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bolder;
	text-decoration: none;	
	color: #1f497e;
}

#menu_box ul.menu_items a:hover 
{
	display: block;
	width: 135px;
	height: 21px;
	padding-top: 0px;
	padding-left: 40px;
	padding-bottom: 0px;
	background: #feb825 url(button_hover.jpg) no-repeat 15px 3px;
	font-weight: bolder;
	text-decoration: none;		
	color: #000000;
}

#menu_box_admin 
{
	/*border: 1px solid #000000;*/
	width: 220px;
	height: 720px;		
	margin-left: 30px;
	margin-top: 30px;
	padding-left: 15px;
	padding-top: 15px;
	float: left;
	font-size: 12px;
	background-color: #F0F0F0;
	background: url(menu_bg_admin.jpg) 0px 0px no-repeat;
}	

#menu_box_admin h3
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	text-decoration: underline;
}	

a.admin_menu{
margin-left: 20px;
font-weight: bolder;
text-decoration: none;	
color: #1f497e;
}

a.admin_menu:hover{
margin-left: 20px;
font-weight: bolder;
text-decoration: none;
color: #feb825;
}

.form_element_text 
{
	width: 52px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 8px;
	font: bold 0.8em Verdana, 'Trebuchet MS', Sans-serif;
	text-align: right;
	color: #000;
	float: left;
}

.form_element 
{
	width: 160px;
	margin-bottom: 8px;
	font: bold Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 12px;
	color: #000;
	float: left;
}

#blue_box_left
{
	width: 201px;
	margin-bottom: 5px;
	padding: 0; 
	padding-left: 30px;
	float: left;
}	

#blue_box_left h1 
{
	width: 223px;
	height: 52px;
	background: url(box_header.jpg) bottom center no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px; 
	font: bold 1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
	text-align: center;
	clear: left;
}

#blue_box_left p
{
	width: 223px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px; 
	font: bold 1em Verdana, 'Trebuchet MS', Sans-serif;
	text-align: center;
	color: #15345c;
	clear: left;
}

#blue_box_left .box 
{
	width: 223px;
	background: url(box_content.jpg) repeat-y;
	margin: 0px 0 0px 0;	
	padding-top: 0px;
	color: #000000;
}

#blue_box_left .footer 
{
	width: 223px;
	height: 35px;
	background: url(box_footer.jpg) top center no-repeat;
	margin: 0px 0 0px 0;	
	padding-bottom: 17px;
	padding-top: 0px;
	color: #000000;
}

.news_box
{
	width: 480px;
	position: relative;
	margin-left: 5px;
}

.news_box_header
{
	width: 483px;
	height: 62px;
	background: url(news_box_header.jpg) no-repeat bottom left;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 5px; 
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	clear: both;
}

.news_box_header p
{
	width: 160px;
	padding-top: 10px;
	padding-left: 270px; 
	font-weight: bold;
	font-size: 10px;
	color: #1c457a;
	text-align: center;
}

.news_box_content
{
	width: 483px;
	height: 100%;
	background: url(news_box_content.jpg) repeat-y;
	margin-top: -5px;
	padding-left: 20px;
	font-size: 10px;
	color: #000;
}

.news_box_content_left
{
	padding-top: 15px;
	margin-right: 15px;
	float: left; 
}

.news_box_content_left img
{
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.news_box_content_text
{
	margin-right: 45px;
	padding-top: 0px; 
	padding-bottom: 8px;
	text-align: justify;
	clear: right;
}

.news_box_content p
{
	/*margin-right: 25px;*/
	font-size: 10px;
	padding-left: 0px;
	text-align: justify;
	color: #000;
}

.news_box_footer
{
	width: 483px;
	height: 31px;
	background: url(news_box_footer.jpg) bottom left no-repeat;
	margin-bottom: 7px;
}

.news_box_small_header
{
	width: 224px;
	height: 40px;
	background: url(news_box_small_header.jpg) no-repeat top left;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 20px; 
	font-weight: bold;
	font-size: 10px;
	color: #222;
}

.news_box_small_header p
{
	width: 150px;
	margin-top: 0px;
	padding-top: 4px;
	padding-left: 10px; 
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #1c457a;
}

.news_box_small_content
{
	width: 224px;
	background: url(news_box_small_content.jpg) repeat-y;
	margin-top: -5px;
	padding-left: 20px;
	font-size: 11px;
	color: #000;
}

.news_box_small_footer
{
	width: 224px;
	height: 31px;
	background: url(news_box_small_footer.jpg) no-repeat;
	margin-bottom: 25px;
}

.news_box_small_content p
{
	width: 180px;
	padding-left: 0px;
	font-size: 10px;
	text-align: justify;
	color: #000;
}

#footer 
{
	width: 1024px;
	height: 75px;
	color: #1f497e;
	background: #CCC url(footer.jpg) no-repeat center top;
	padding-top: 0px;
	text-align: center;	
	font-size: 92%;
	line-height: 108%;
	clear: both;
}

#footer a 
{ 
	background: none;
	text-decoration: underline; 
	font-size: 11px;
	color: #;
}

#footer p 
{
	padding-top: 25px;
	font-size: 10px;
}

#blue_box_right h1 
{
	width: 223px;
	height: 52px;
	background: url(box_header.jpg) bottom center no-repeat;
	margin-top: 10px;
	margin-bottom: 0px; 
	padding: 5px 0px 5px 0px;
	text-align: center;
	font: bold 1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
	clear: left;
}

#blue_box_right p
{
	width: 223px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px; 
	font: bold 1em Verdana, 'Trebuchet MS', Sans-serif;
	text-align: center;
	color: #15345c;
	clear: left;
}

#blue_box_right .box 
{
	width: 223px;
	background: url(box_content.jpg) repeat-y;
	margin: 0px 0 0px 0;	
	padding-top: 0px;
	color: #000000;
}

#blue_box_right .footer
{
	width: 223px;
	height: 35px;
	background: url(box_footer.jpg) top center no-repeat;
	margin: 0px 0 0px 0;	
	padding-top: 0px;
	padding-bottom: 13px;
	color: #000000;
}


#login_left_space 
{
	width: 250px;
	height: 375px;
	margin-left: 0px;
	float: left;
}	

.login_content
{
	
	width: 710px;
	height: 150px;
	vertical-align: top;
	text-align: justify;
}

.admin_content
{
	width: 710px;
	height: 700px;
	vertical-align: top;
	text-align: justify;
}

form.allasform label { 
	width: 17em; 
	float: left; 
	font-size: 10px;
	}

form.allasform label.error { 
	float: left;
	margin-left: 170px;
	color: red; 
	font-size: 10px;
	}

form.visszahiv_form label { 
	margin-left: 10px;
	width: 50px; 
	float: left; 
	font-size: 10px;
	font-weight: bold;
	}

form.visszahiv_form label.error { 
	float: left;
	margin-left: 60px;
	width: 150px; 
	color: red; 
	font-size: 10px;
	}

form.ujszolg_form label { 
	width: 20em; 
	font-size: 11px;
	display: block;
	}

form.ujszolg_form label.error { 
	color: red; 
	font-size: 11px;
	}

.error_message{
	color: red; 
	font-size: 11px;
	} 

a.tovabb_link{
color: #004daf; 
font-size: 9px; 
text-decoration: none;
}

.news_box_content2
{
	width: 483px;
	height: 100%;
	background: url(news_box_content.jpg) repeat-y;
	margin-top: -5px;


	padding-left: 2px;


	font-size: 10px;
	color: #000;
}


.news_box_content2 p
{
	/*margin-right: 25px;*/
	font-size: 10px;
	padding-left: 0px;
	text-align: justify;
	color: #000;
}

.news_box_content_text2
{
	margin-right: 8px;
	padding-top: 0px; 
	padding-bottom: 8px;
	text-align: justify;
	clear: right;
}

.admin_szolg_cella
{
	padding: 3px;
	text-align: left;
	background-color: #F7E48C;
}

.hirpic {
	padding: 0px;
	/*border: 1px solid #15345c;*/
	/*border: 1px solid #666; */
	border: 0px;
	float: left;
	margin: 15px 10px 5px 0px;
}

.akciopic {
	margin: 0px 0px 0px 20px;
	vertical-align: middle;
	/*border: 1px solid #666;*/
	border: 0px;
}


.akcio_link{
	float: left;
	text-align: left;
	}

.ar_kiir{
	float: right;
	text-align: right;
	}

.talalati_lista {
	border: 1px dotted #666;
}

.talalat_kategoria {
	/*background: url(header_strip.jpg) center top;	*/
	background-color: #fec55e;
	padding: 5px;
}

.talalat_tartalom {
	padding: 10px;
}

.gyorsmenu{
	text-align: center;
}

form.ujtag_form label { 
	width: 70px; 
	float: left; 
	}

form.ujtag_form label.error { 
	float: right;
	margin-right: 100px;
	color: red; 
	width: 300px;
	}

form.levelkuld_form label { 
	width: 40em; 
	font-size: 11px;
	display: block;
	}

form.levelkuld_form label.error { 
	color: red; 
	font-size: 11px;
	}

form.ugyfel_file_form label.error { 
	color: red; 
	font-size: 11px;
	display: block;
	}

.ugyfel_velemeny{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.ugyfel_velemeny2{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
