@charset "iso-8859-2";
body {
	margin: 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663300;
	line-height:180%;
	font-weight: bold;
	background-color:#99b96c;
	
}

a {
	border-color:white;
	color:#603;
	text-decoration:underline;
	
}


#container
{
position:absolute;
top:0px;
left:0px;
width:1024px;
height:768px;
margin:0;
padding:0;
left: 50%;
margin-left: -502px;
}

#header{
position:relative;
top:0px;
left:0px;
height:100px;
width:1024px;
margin:0;
padding:0;
background-position:center;
background:url(../image/fejlec.jpg) center top no-repeat #e4f1d2;
overflow:visible;
z-index:1;
}


#left{
position:relative;
float:left;
top:0px;
left:0px;
width:150px;
height:630px;
margin:0;
padding:0;
background:url(../image/bal.jpg) top no-repeat #e4f1d2;
overflow:hidden;
}

#content{
position:relative;
float:left;
top:0px;
left:0px;
height:630px;
width:724px;
background-position:center;
/*background-color:#e4f1d2;*/
background:url(../image/back.jpg) repeat #e4f1d2;
overflow:auto;
scrollbar-base-color: #192E25;
scrollbar-arrow-color: #192E25;
scrollbar-3dlight-color: #192E25;
scrollbar-darkshadow-color: #192E25;
scrollbar-face-color: #192E25;
z-index:0;
}

#content_enter{
position:relative;
float:left;
top:0px;
left:0px;
height:630px;
width:724px;
background-position:center;
background:url(../image/kozep.jpg) center top no-repeat #e4f1d2;
overflow:auto;
}

#right{
position:relative;
width:150px;
height:630px;
margin:0;
padding:0;
float:left;
background:url(../image/jobb.jpg) top no-repeat #e4f1d2;
overflow:hidden;
}


#footer{
position:relative;
width:1024px;
height:10px;
top:0px;
left:0px;
clear:both;
background:url(../image/lent.jpg) no-repeat #e4f1d2;
}


/*** Nav bar styles ***/




ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	position: absolute;
	margin-left: 150px;
	width:724px;
}



ul.nav>li{
	display: inline;
	position: relative;
	padding: 2px 6px;
	

}

ul.nav>li:hover{
	padding-right: 1px;
	
} 

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
	width:140px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display :block;
	position:absolute;
	top:20px;
	left: 6px;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
	
}



/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
	font-weight:bold;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #000066;
}

ul.nav li:active,
.nav ul li a:active{
	background-color:#369;
	color: #000066;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

#zaszlo { 
	text-align:center;  
	/* for IE */
  	filter:alpha(opacity=50);
  	/* CSS3 standard */
  	opacity:0.5;
 
}

#zaszlo_fix { 
	position: absolute;	
	left: 50%;
  	margin-left: -25%;
	/* for IE */
  	filter:alpha(opacity=50);
  	/* CSS3 standard */
  	opacity:0.5;
 
}

#logo {
	position: absolute;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	z-index:5;
}

/*** Text formating ***/

#focim { 
	font-size:18px;
	text-align:center;
	line-height:250%;
}

#kiemelt { 
	font-size:15px;
}

#behuz {
	padding-left:30px;
}
