/* általános */
	body{
		margin: 0px; 
		font-family: arial, sans-serif; 
		background-color: #E8E8E8;
	}
	a{
		text-decoration: none; 
		color: #06376C;
	}
	a:hover{
		text-decoration: none; 
		color: #06376C;
	}
	acronym{
		border: 0px;
	}
	img{
		border: 0px;
	}
	hr{
		width: 100%;
		border-top: 1px dotted transparent;
		border-left: 1px dotted transparent;
		border-right: 1px dotted transparent;
		border-bottom: 1px dotted #06376C;
		border-bottom: 1px dotted #F27F00;
	}
	p{
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
/* design */
	.dk_cell{
		font-size: 12px;
	}
	.dk_input{
		font-size: 12px; 
		width: 650px;
	}	
	.maintable{
		background-color: white; 
	}
	.header{
		height: 109px; 
		background-image: url(../img/header_background.gif); 
		background-repeat: repeat-X; 
		border-bottom: 1px solid #F27F00
	}
	.footer{
		height: 36px; 
		background-image: url(../img/footer_background.gif); 
		background-repeat: repeat-X; 
		border-top: 1px solid #F27F00;
		font-size: 11px; 
		color: white;
		padding-left: 15px;
	}
	.headerpic{
		height: 109px; 
		width: 357px; 
		background-image: url(../img/vorsas_logo.gif); 
		background-repeat: no-repeat; 
		cursor: pointer;
	}
	.infobox{
		text-align: right; 
		padding-right: 10px; 
		color: white; 
		font-size: 12px;
	}
	.searchbar{
		width: 250px; 
		height: 18px; 
		background-position: bottom right; 
		background-image: url(../img/header_searching_bar.gif); 
		background-repeat: no-repeat; 
		font-size: 10px; 
		color: #06376C;
		text-align: right; 
		padding-right: 10px; 
		padding-bottom: 1px; 
		vertical-align: bottom;
		
	}
	a.infobox{
		padding: 0px;
	}
	a.infobox:hover{
		padding: 0px;
		font-size: 12px;
		color: #F47D00;
	}
/* keresés */
	.search_inputbox{
		font-size: 10px; 
		margin-top: 1px;
		height: 15px; 
		width: 98px;
		border: 1px solid #1A4376; 
		background-position: top left; 
		/* background-image: url(../img/input_background.gif);  */ 
		background-repeat: no-repeat;
		background-color: transparent; 
		vertical-align: bottom; 
		padding: 0px 0px 0px 3px;		
		background-color: white;
	}
	.search_button{ /* nem igazít */
		height: 16px; 
		width: 16px; 
		border: 0px;
		background-image: url(../img/icon_search.gif); 
		background-repeat: no-repeat;  
		background-color: transparent
		vertical-align: bottom; 
	}
	.search_icon{
		vertical-align: bottom; 
	}
/* menürendszer */
	.menu{
		width: 162px; 
		background-image: url(../img/menu_background.gif); 
		background-repeat: repeat-Y; 
		border-right: 1px dotted #F27F00; 
		vertical-align: top;
	}
	.menu_bottom{
		width: 162px; 
		height: 210px;
		background-image: url(../img/menu_bottom_pipes.gif); 
		background-repeat: no-repeat; 
		border-right: 1px dotted #F27F00
	}
	.menutable{
		width: 142px; 
		margin: 10px;
	}
	.menu_normal{
		font-size: 12px; 
		/* border-bottom: 1px dotted #F27F00; */
	}
	.mainmenu{
		background-image: url(../img/menu_bullet.gif);
		background-image: url(../img/bullet_green.png); 		
		background-position: 0px 2px; 
		background-repeat: no-repeat; 
		color: #06376C;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.mainmenu_open{
		background-image: url(../img/menu_bullet_open.gif);
		background-position: center left; 
		background-repeat: no-repeat; 
		color: #06376C;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.submenu{
		color: #06376C;
		font-weight: none;
		text-decoration: none; 
		padding-left: 20px;
	}
	.subsubmenu{
		color: #06376C;
		font-weight: none;
		text-decoration: none; 
		font-size: 10px; 
		padding-left: 40px;
	}
	.activemainmenu{
		background-image: url(../img/menu_bullet.gif);
		background-position: center left; 
		background-repeat: no-repeat; 
		color: #F47E04;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.activemainmenu_open{
		background-image: url(../img/menu_bullet_open.gif);
		background-position: center left; 
		background-repeat: no-repeat; 
		color: #F47E04;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.activesubmenu{
		color: #F47E04;
		font-weight: none;
		text-decoration: none; 
		padding-left: 20px;
	}
	.activesubsubmenu{
		color: #F47E04;
		font-weight: none;
		text-decoration: none; 
		font-size: 10px; 
		padding-left: 40px;
	}
	.bottom_menu{
		text-align: center;
		font-size: 11px;
	}
	/* bejelentkezés */
	.icon{
		vertical-align: bottom;
	}
	.inputbox{
		font-family: tahoma, arial;
		padding-left: 5px;
		font-size: 10px;
		background-image: url(../img/input_background.gif);
		background-repeat: no-repeat;
		background-color: transparent;
		border: 1px solid #1A4376;
		height: 16px;
		vertical-align: bottom;
	}
	.button{
		font-size: 10px;
		background-color: #1A4376;
		color: white;
	}
	.logininput_{
		background-color: white;
		color: #54608B;
		border: 1px solid #54608B;
		font-size: 10px;
		width: 200px;
	}
	.loginbutton{
		background-image: url(../img/footer_background.gif); 
		background-repeat: repeat-X;
		background-position: 0 -7;
		color: white;
		border: 0px solid #54608B;
		font-size: 10px;
		cursor: pointer;
		margin-left: 20px; 
		margin-top: 3px;
		padding: 3px 5px 3px 5px;
	}
/* árnyékok */
	.shadow_left{
		height: 36px;
		background-image: url(../img/shadow_right.gif);
		background-repeat: repeat-Y;
	}
	.shadow_bottom{
		height: 36px;
		background-image: url(../img/shadow_bottom.gif); 
		background-repeat: repeat-X;
	}
	.shadow_corner{
		height: 36px;
		background-image: url(../img/shadow_corner.gif); 
		background-repeat: no-repeat;
	}
/* reklámsávok */
	.ad_vr{
		width: 100px;
		border-left: 1px dotted #F27F00;
		text-align: center;
		vertical-align: top;
		font-size: 10px;
	}
	.ad_hr{
		height: 100px;
		border-top: 1px dotted #F27F00;
		text-align: center;
		vertical-align: top;
		font-size: 10px;
	}
	.ad_vr a{
		border-left: 7px solid white;
	}
/* szöveg */
	.mainframe{
		font-size: 12px;
		padding: 0px 10px 10px 10px;
		vertical-align: top;
		background-color: #ffffff;
		text-align: justify;
		width: 680px;
	}
	.maintitle{
	}
	.title{
		background-image: url(../img/orange_cube.gif);
		background-position: 0px 3px;
		background-repeat: no-repeat;
		color: black;
		font-weight: bold;
		font-size: 20px;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	.editor_title{
		/* background-image: url(../img/orange_cube.gif); */
		background-position: 0px 3px;
		background-repeat: no-repeat;
		color: black;
		font-weight: bold;
		font-size: 20px;
		padding-left: 0px;
		padding-bottom: 10px;
		border: 0px;
		width: 500px;
		
	}
/* menuedit */
	.menu_edit_head{
		font-size: 12px;
		font-weight: bold;
	}
	.hiddendiv{
		visibility: hidden;
		padding: 0px;
		height: 0px;
	}
	.visiblediv{
		visibility: visible;
		padding: 10px;
		height: 20px;
	}
/* seach hitlist */
	.hitlist{
		font-weight: bold;
		padding: 2px;
	}
	.hitlist_content{
		padding-left: 20px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
