
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#C1C1C1;
	overflow: auto;
	overflow-y: hidden;
	font-family:arial,sans-serif;
}

div.container{
	width: 950px;
	height: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	background-color: White;
}

#header-div {
	position: absolute; 
	top: 0px; 
	height: 170px; 
	left:0px; 
	right: 0px; 
	border: 0px solid #000;
}
#body-div {
	position: absolute; 
	top: 170px; 
	bottom: 0px; 
	left: 0; 
	right: 0;
}
#body-menu-div {
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	left: 0; 
	width: 240px; 
	border: 0px solid #000;
}
#body-content-div {
	position: absolute; 
	top: 19px; 
	bottom: 53px; 
	right: 0; 
	left: 240px; 
	border: 0px solid #000; 
	overflow: auto;
	overflow-x:hidden;
	background-image:url('images/bg_02.jpg');
	background-repeat:repeat-y;
}
#footer-div {
	position: absolute; 
	bottom: 0px; 
	height: 35px; 
	left:228px; 
	right: 0px; 
	border: 0px solid #000;
	vertical-align: middle;
}


div.main{
	position: absolute;
	width: 680px;
	top: 0px;
	left: 5px;
}
div.menusav{
	position:absolute;
	top: 0px;
	left: 0px;
	bottom:0px;
	border: 0px solid Purple;
	background-image:url('images/PAGE_09.jpg');
	background-repeat:repeat-y;
	height:100%;
	width: 240px;
}
div.menu{
	background-image:url('images/PAGE_10.jpg?1');
	background-repeat:no-repeat;
	background-position:center bottom;
	height: 100%;
	z-index: 10;
	overflow:auto;
	overflow-x:hidden;
}
div.menu_en{
	background-image:url('images/PAGE_en_10.jpg?1');
}
a.menu{
	border: 0px solid Purple;
	display: list-item;
	width: 199px;
	height: 46px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 21px;
	padding-top: 0px;
	padding-left: 0px;
	background-image:url('images/PAGE_06.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	color: Black;
	font-weight: Normal;
	font-size: 17px;
	text-decoration: none;
	list-style-type: none;
}
a.menu:hover,a.menu_active{
	border: 0px solid Purple;
	display: list-item;
	width: 199px;
	height: 46px;
	margin-top: 0px;
	margin-botom: 3px;
	margin-left: 25px;
	padding-top: 0px;
	padding-left: 0px;
	background-image:url('images/PAGE_on_06.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	color: #222222;
	font-weight: Normal;
	font-size: 17px;
	text-decoration: none;
}
a{
	color: Black;
	text-decoration: none;
}
a:hover{
	color: #444444;
	text-decoration: none;
}
.footer{
	color: Black;
	font-size:10px;
}
a.footer{
	text-decoration: underline;
}
a.footer:hover{
	color: #444444;
	text-decoration: underline;
	font-size:10px;
}
div#box{
	background: url('images/box.gif') no-repeat; 
	height: 350px;
	position: relative;
}
div#menu{
	top: 5px;
	position: absolute;	
}
div#panel1,div#panel2,div#panel3{
	top: 55px;
	position: absolute;	
	overflow: auto;
	overflow-x: hidden;
	height: 290px;
}
div#panel1{
	width: 175px;
	left: 10px;
}
div#panel2{
	width: 175px;
	left: 200px;
}
div#panel3{
	width: 280px;
	left: 390px;
}
a.boxmenu{
	display: block;
	float: left;
	font-weight: bold;
	margin: 10px 10px 5px 25px;
}
a.boxmenu:hover,a.boxmenuactive{
	border-bottom: 2px solid Orange;
}
a.box1,a.box2,a.box3{
	font-weight: Normal;
	font-size: 14px;
	display: block;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.box1,a.box2{
	background: url('images/bullet.gif') no-repeat;
}
a.box3{
	background: url('images/icon_pdf.gif') no-repeat;
}
div.wide_side,div.double_side {
	display: none;
}
div.vissza{
	text-align: center;
}
div.vissza input{
	background-color: #FFCC00;
	margin: 10px auto 0px auto;
	/*border: 1px solid #FCFA50;*/
}
table.arak{
	padding: 5px 0px 5px 0px;
	margin: 5px auto 5px auto;
	border: 1px solid #FFCC00;
}
input.search{
	background-color: #FFCC00;
	/*border: 1px solid Silver;*/
}
input.searchtext{
	border: 1px solid #FFCC00;
}
div.searchheader{
	background-color: #ffcc00;
	width: 80%;
	margin-top: 5px;
	padding: 5px;
	border: 2px solid #FFCC00;
	text-align: left;
}
div.searchresult{
	padding: 5px;
	width: 80%;
	font-size: 14px;
	border: 2px solid #FFCC00;
	background-color: #FAEC4D;
}