/*Style Css Header*/

body{
	/* text-align:center;  */
	min-width: 1025px; 
	margin: 10px 0 0 0;
	font-family: Arial, Helvetia, sans-serif;
	font-size: 12px;
}

#wrapper{    /*egesz tartalamt magaban foglalo doboz*/
	width: 1024px;
	text-align:center; 
}

#head_wrapper{   /*fejlecet magaban foglalo doboz*/
	width: 968px;
	margin: 0 auto;
	text-align:left;
}
	
/*//////////////////////////////////ADS///////////////////////////////*/	
	
#top_banner{
	margin-bottom: 10px; 
}

#ad_big{
	width: 728px;
	height: 90px;
	float: left;
	margin-left: 120px;
}	
	
#ad1{
	width: 224px;
	height: 60px;
	float:left;
	background-color: #ededed;
}

#ad2{
	width: 468px;
	height: 60px;
	float:left;
	background-color: #ededed;
	margin-left: 25px;
	margin-right: 25px;
}

#ad3{
	width: 224px;
	height: 60px;
	float:left;
	background-color: #ededed;
}

/*//////////////////////////////////TOP LINKS///////////////////////////////*/
	
#top_links{
	width: 968px;
	background-image: url(../kepek/hor_strip.gif);
	background-repeat: repeat-x;
	background-position: center left;
}

#top_links ul{
	margin:0;
	padding:0;
	list-style: none;
	float: right;
	background-color: #fff;
}

#top_links ul li{
	float:left;
}

#top_links a{
	display: block;
	padding: 0 0.5em;
	border-right: 1px solid #a9a9a9;
	text-decoration: none;
	font-size: 12px;
	color:#3F7BD9;
}

#top_links a:hover{
	color:#D03E0B;
	text-decoration: underline;
}

#top_links a.last{
	border: none;
}

/*---------------------------------------LOGO + SIGN IN--------------------------------------------*/

#logo_and_signin{  
	/*height: 55px;*/
}

#logo_and_signin img{
	float: left;
	margin: 0;
	border:none;
}

#signinhivatali{	/*bejelentkezo doboz*/
	width: 505px;
	height: 45px;
	float: left;
	background: #fff url(../kepek/signin_bg.gif) no-repeat;
	margin-top: 20px;
	padding:0;
	overflow: hidden;
}

#signinhivatali_info{
	display: table;
	width: 800px;
	height: 63px;
	background: #fff;
	padding:0;
	border:1px none #CC99FF;
}

#signinhivatali_info_middle{
	display: table-cell;
	vertical-align: middle;
	border:1px none #FF3300;
}

#signinhivatali_info_img{
	display: inline;
	width: 75px;
	height: 63px;
	float:left;
}

#signinhivatali_info_text{
	display: inline;
	background: #fff;
	float:left;
	padding:5px;
	border:1px none #669900;
}

#signinhivatali_info_text a{
	color:#2E70D6;
	text-decoration: none;
}

#signin{	/*bejelentkezo doboz*/
	float: right;
	margin-top: 10px;
	padding:0;
	position:relative;
}

#user_name{
	width:124px;
	height:28px;
	padding:10px 0 0 6px;
    float:left;
	background-color: #fff;
	color:#717174;
    font-size: 12px;
    font-weight:bold;
}

#signin #user_name a{
    color:#717174;
    font-size: 12px;
    font-weight:bold;
}

#profilom{
	height:28px;
	padding:10px 20px 0 4px;
	border-left:1px solid #e5e5e5;
	margin:0 0 0 1px;
    float:left;
    color:#3f7bd9;
    font-weight:bold;
	background:#fff url(/design/kepek/profilom_arrow_open.gif) no-repeat 94% 14px;
	cursor:pointer;
	font-size: 12px;
}

#kilepes{
	width:100%;
	padding:8px 0 0 0;
	text-align:center;
	#width:auto;
}

#profilom_menu{
	border-top:1px solid #e5e5e5;
	border-right:4px solid #e5e5e5;
	border-bottom:4px solid #e5e5e5;
	border-left:4px solid #e5e5e5;
	background-color: #fff;
	width:142px;
	position:absolute;
	left:62px;
	top:42px;
	display:none;
}

#profilom_menu ul{
	margin:0;
	padding:0;
	list-style: none;
}

#profilom_menu li{
	padding:8px 10px;
	margin:0;
	font-weight:bold;
	border-top:1px solid #e5e5e5;
}

#signin_admininstrative{	/*bejelentkezo doboz*/
	width: 505px;
	height: 45px;
	float: right;
	background: #fff url(../kepek/signin_bg.gif) no-repeat;
	margin-top: 0;
	padding:0;
	overflow: hidden;
}

#signin a, #signin_admininstrative a{	/*bejelentkezo dobozban levo osszes link*/
	color: #3f7bd9;
	text-decoration: none;
	font-size: 11px;
}

#signin a:hover, #signin_admininstrative a:hover{
	color:#D03E0B;
	text-decoration: underline;
}

.signin_info{  /*bejelentkezo doboz elso oszlopa*/
	float:left;
	margin:0;
	margin-left:10px;
	margin-top: 4px;
	padding: 0;
}

.signin_info ul{
	list-style: none;
	margin:0;
	padding:0;
	display:block;
}

.signin_info ul li{
	margin: 0;
	line-height: 12pt; 
} 

.signin_title{
	color:#717174;
	font-weight: bold;
	font-size: 12px;
}

.signin_help{
	color:#717174;
	font-size: 11px;
}

.signin_form{	/*bejelentkezo doboz masodik oszlopa*/
	margin:5px 10px;
}
	
* html .signin_form{	/*bejelentkezo doboz masodik szegmense for ie*/
	margin:5px 10px;
}

.signin_user, .signin_pwd{
	width:198px;
	border: 1px solid #b5d0ef;
	color: #717174;
	margin-right: 4px;
}


.signin_acc_mgmt{	/*bejelentkezo doboz harmadik oszlopa*/
	float: right;
	margin:6px 10px 0 0;
}

.signin_acc_mgmt ul{
	list-style: none;
	margin:0;
	padding:0;
}
	
.signin_acc_mgmt ul li{
	margin:0 2px 0 0;
	padding:0 4px 0 0;
	display:inline;
	border-right:1px solid #a9a9a9;
}

.signin_acc_mgmt ul li.last{
	border-right:none;
}

#logged_in{
	width: 308px;
	height:38px;
	background-color: #efefef;
	border:4px solid #e5e5e5;
}

#logged_out{
	width: 518px;
	height:54px;
	background-color: #efefef;
	border:4px solid #e5e5e5;
}

.need_login_info_div{
    height: 20px;
    margin-bottom: 1em;
    padding: 10px 5px;
    width: 929px;    
    background-color: #EFEFEF;
    border: 4px solid #E5E5E5;
}
#logged_in_options{  /*alternativ megjelenes: ha a user be van jelentkezve*/
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	}
	
#logged_in_options ul {
	margin:0;
	padding:0;
	list-style: none;
	float: right;
	background-color: #fff;
}
	
#logged_in_options ul li {
	float:left;
}
	
#logged_in_options a{
	display: block;
	padding: 0 0.5em;
	border-right: 1px solid #a9a9a9;
	text-decoration: none;
	font-size: 12px;
	color:#3F7BD9;
}
	
#logged_in_options a:hover{
	color:#D03E0B;
	text-decoration: underline;
}
	
#logged_in_options a.last{
	border: none;
}
	
.user{
	display: block;
	padding: 0 0.5em;
	border-right: 1px solid #000;
	font-size: 12px;
	font-weight: bold;
}
	
/*//////////////////////////////////FOMENU TAB-OK ES KERESES///////////////////////////////*/

#menu_cat_and_search{
	height: 49px;
	margin-top: 4px;
}

#search{
	width:308px;
	height:37px;
	background-color:#f2f7fd;
	float:right;
	margin-bottom: 0;
	border:4px solid #e2edfa;
	/*#height:46px !important;
	#overflow: hidden;*/
}
	
#search_admininstrative{
	width:505px;
	height:45px;
	background: #fff url(../kepek/search_bg.gif) no-repeat;
	float:right;
	margin-top: 20px;
	margin-bottom: 0;
	overflow: hidden;
}

#search form, #search_admininstrative form{
	margin-top: 8px;
	margin-left: 10px;
	display: block;
	#margin-top: 6px;
}
	
* html #search form, * html #search_admininstrative form{
	margin-top: 8px;
	margin-left: 10px;
	display: block;
}

#search input.textinput, #search_admininstrativeinput.textinput{
	width:200px;
	border: 1px solid #b5d0ef;
	margin:0;
	padding:0;
}

#search select, #search_admininstrative select{
	width:153px;
	border: 1px solid #b5d0ef;
	margin-left: 18px;
}

/*//////////////////////////////////FOMENU TAB-OK///////////////////////////////*/

#menutabs{
	width:550px;
	height: 49px;
	margin-bottom: 0;
}

#firsttab_aktiv{
	float:left;
	width:85px;
	height:49px;
	background: #fff url(../kepek/felv_aktiv_bg.gif);
	background-repeat: no-repeat;
}

#firsttab_passiv{
	float:left;
	width:85px;
	height:49px;
	background: #fff url(../kepek/felv_passiv_bg.gif);
	background-repeat: no-repeat;
}

#secondtab_aktiv{
	float:left;
	width:124px;
	height:49px;
	background: #fff url(../kepek/hallg_aktiv_bg.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	margin-right: 4px;
}

#secondtab_passiv{
	float:left;
	width:124px;
	height:49px;
	background: #fff url(../kepek/hallg_passiv_bg.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	margin-right: 4px;
}

#thirdtab_aktiv{
	float:left;
	width:181px;
	height:49px;
	background: #fff url(../kepek/fels_aktiv_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#thirdtab_passiv{
	float:left;
	width:181px;
	height:49px;
	background: #fff url(../kepek/fels_passiv_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
	
	
#dprtab_aktiv{
	float:left;
	width:117px;
	height:49px;
	margin-right:4px;
	background: #fff url(../kepek/dpr_aktiv_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#dprtab_passiv{
	float:left;
	width:117px;
	height:49px;
	margin-right:4px;
	background: #fff url(../kepek/dpr_passiv_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#firsttab_passiv a, #secondtab_passiv a, #thirdtab_passiv a, #dprtab_passiv a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}
	
#firsttab_aktiv a, #secondtab_aktiv a, #thirdtab_aktiv a, #dprtab_aktiv a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}

#firsttab_passiv a:hover, #secondtab_passiv a:hover, #thirdtab_passiv a:hover, #dprtab_aktiv a:hover {
	text-decoration: none;
	outline: none;
}

/*//////////////////////////////////FOMENU VIZSZINTES ALMENUJE///////////////////////////////*/	
	
#menu_sub_felv{
	height: 31px;
	width:100%;
	background: #fff url(../kepek/felv_strip.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#menu_sub_hallg{
	height: 31px;
	width:100%;
	background: #fff url(../kepek/hallg_strip.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#menu_sub_fels{
	height: 31px;
	width:100%;
	background: #fff url(../kepek/fels_strip.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}
	
#menu_sub_hivatali{
	height: 31px;
	width:100%;
	background: #fff url(../kepek/hivatali_strip.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}
	
#menu_sub_dpr{
	height: 31px;
	width:100%;
	background: #fff url(../kepek/dpr_strip.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}
#menu_sub_for_foreigners{
	height: 31px;
	width:100%;
	background: #fff url(../kepek/forfor_strip.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#menu_sub_felv ul, #menu_sub_hallg ul, #menu_sub_fels ul, #menu_sub_hivatali ul, #menu_sub_for_foreigners ul{
	margin:0;
	margin-top: 8px;
	margin-left: 5px;
	padding:0;
	list-style: none;
	float: left;
}

#menu_sub_felv ul li, #menu_sub_hallg ul li, #menu_sub_fels ul li, #menu_sub_hivatali ul li, #menu_sub_for_foreigners ul li{
	float:left;
}
	
#menu_sub_felv a, #menu_sub_hallg a, #menu_sub_fels a, #menu_sub_hivatali a, #menu_sub_for_foreigners a {
	display: block;
	padding: 0 0.5em;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-size: 13px;
	color:#fff;
}

#menu_sub_felv a.last, #menu_sub_hallg a.last, #menu_sub_fels a.last, #menu_sub_hivatali a.last, #menu_sub_for_foreigners a.last {
	border: none;
}

/*//////////////////////////////////BREADCRUMB ES RSS FEED///////////////////////////////*/	
	
#breadcrumb_rss{
	padding-top: 10px;
	padding-bottom: 10px;
}

#breadcrumb{
	float: left;
	margin-left: 10px;
	font-size: 12px;
}
	
#breadcrumb a{
/*TODO: kivenni*/
}

#breadcrumb_rss img{
	float: right;
	border: none;
}

#breadcrumb_rss a{
	font-size: 12px;
	color: #000 /*!important*/;
	text-decoration:none;
	background-color: #fff;
}
	
span.double_arrow_black{ 			/*jobbra dupla fekete nyil, pl. breadcrumra*/
	font-size: 9px /*!important*/;
	color: black;
}



/*//////////////////////////////////!!!FEJLEC  VEGE!!!//////////////////////////////*/	
	
#content_footer_wrapper{   /* tartalmakat es lablecet foglalja magaban*/
	background-color: #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;  /* meres sznt 27px, itt most 30, maradek 20 a #footer marginbol jon */
} 
	
	
#content_footer_wrapper_avir{   /* tartalmakat es lablecet foglalja magaban*/
	background-color: #d2f1f9;
	background-image:url('../kepek/avir_grad.jpg');
	background-repeat:repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;  /* meres sznt 27px, itt most 30, maradek 20 a #footer marginbol jon */
}

#content_talalat_footer_wrapper{
	background-color: #636363;
	background-image:url('../kepek/dpr/grad_bg.jpg');
	background-repeat:repeat-x;
	padding-top: 15px;
	padding-bottom: 10px;  
} 
	
#content{   	
	width: 969px; /* kicsi csalas :) */
	background: #fff url(../kepek/content_top_rc.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0 auto;
	text-align:left;
}
	
#auxiliary{        /* kisegito lehetosegek: betumeret, emali, nyomtatas*/
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
	
#auxiliary a{
	float: left;
	display: block;
	text-decoration: none;
	outline: none;
	font-size: 9px;
	color:#000;
	background: #fff url(../kepek/font_size_icon.gif) no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 10px;
	height: 12px;
	margin-left: 15px;
}
	
#auxiliary a.font_size{
	background: #fff url(../kepek/font_size_icon.gif) no-repeat;
	margin-left: 0;
}
	
#auxiliary a.mail{
	background: #fff url(../kepek/mail_icon.gif) no-repeat;
}
	
#auxiliary a.printer {
	background: #fff url(../kepek/printer_icon.gif) no-repeat;
}

#auxiliary_avir{        /* kisegito lehetosegek: betumeret, emali, nyomtatas*/
	width:290px;
	height:25px;
	float: right;
	padding:8px 0 0 10px;
	margin-top: 15px;
	margin-right: 10px;
	background: url(../kepek/aux_bg_avir.gif) no-repeat;
	/* ie hack */
	#width:300px;
	#height:33px;
	#padding:0px;
	#margin: 25px 20px 0px 0px;
}
	
#auxiliary_avir a{
	float: left;
	display: block;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	color:#a6e3f4;
	/*background: #fff url(../kepek/font_size_icon.gif) no-repeat;
	background-position: left center;*/
	padding-left: 22px;
	padding-top: 4px;
	height: 12px;
	margin-left: 15px;
	line-height:8px;
	/* ie hack */
	#height: 12px;
	#margin: 10px 0px 0px 10px;
	#padding:3px 0px 5px 25px;
	#position:relative;
	#left:10px;
}
	
#auxiliary_avir a.font_size{
	background: url(../kepek/font_size_avir_icon.gif) no-repeat;
	margin-left: 2px;
}
	
#auxiliary_avir a.mail{
	background: url(../kepek/mail_icon.gif) no-repeat;
}
	
#auxiliary_avir a.printer {
	background: url(../kepek/printer_avir_icon.gif) no-repeat;
	margin-left: 70px;
}
	
#fullwidth{
	width: 949px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	display: inline;	/*ie double margin bug hack*/
}
	
#main_content{
	width: 629px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	display: inline;	/*ie double margin bug hack*/
}
	
#main_content_avir{
	width: 629px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	display: inline;	/*ie double margin bug hack*/
}
	
#avir_fejlec {
	width:969px;
	height:98px;
	margin:-8px auto 5px;
	background-image:url('../kepek/avir_fejlec.jpg');
	background-repeat:repeat-x;
	/* ie hack */
	#margin:50px auto 10px;
	#padding:0;
}

#avir_fejlec div {
	width:750px;
	height:60px;
	/*margin:20px 10px 20px 170px;*/
	text-align:left;
	color:#ffffff;
	position:relative;
	left:190px;
	top:16px;
	/* ie hack */
	#left:80px;
}

#avir_fejlec a{
	color:#FFFFFF;
	text-decoration:none;
}

#avir_fejlec a:hover{
	color:#D03E0B;
	text-decoration:underline;
}

#right_content{
	width: 300px;
	float:right;
	/*height: 300px; */
	margin-right: 10px;
/*	margin-top: 20px;*/
	font-size: 12px;
	font-weight: normal;
	display: inline;	/*ie double margin bug hack*/
}

#right_content a img{
	border:none;
}
	
* html #right_content{
	width: 300px;
	float:right;
	height: 300px;
	margin-right: 10px;    /* border-collapse*/
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
}

button {/*gomb kek hatterrel, lekerekitett sarokkal, nyulekony*/
	text-align: center;
	background: url(../kepek/button_right.gif) no-repeat right;
	border: 0;
	margin: 0 0 0 10px;
	padding: 0 3px 0 0 ; 
	overflow: visible;
}

button span { 
	position: relative;
	display: block;
	white-space: nowrap;
	height: 19px;
	color: #fff;
	font: bold 12px Arial;
	line-height: 19px;
	background: url(../kepek/button_left.gif) no-repeat left top;
	padding: 0 5px 0 10px;
	text-decoration: none;
	outline: none;
}

/* szürke gomb */
.button_gray {
	text-align: center;
	background: url(../kepek/button_gray_right.gif) no-repeat right;
	border: 0;
	margin: 0 0 0 10px;
	padding: 0 3px 0 0 ; 
	overflow: visible;
}

.button_gray span { 
	position: relative;
	display: block;
	white-space: nowrap;
	height: 19px;
	color: #fff;
	font: bold 12px Arial;
	line-height: 19px;
	background: url(../kepek/button_gray_left.gif) no-repeat left top;
	padding: 0 5px 0 10px;
	text-decoration: none;
	outline: none;
}
.signin_submit {
	margin:0 0 0 10px;
	#margin:0 0 0 6px;
}

.signout_submit {
	margin:0 0 0 0px;
	/*#margin:0 0 0 8px;*/
}

.search_submit {
	margin:0 0 0 16px;
	#margin:0 0 0 8px;
}