body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	color: #000;
	background-color: #ffffeb;
	font-size: 80%;
	}

#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #ffffeb;
}
	
#container {
	/*margin: 1em 5%;*/
	width: 700px;
	margin-top: 0;
	margin-left: -350px;
	padding: 0;
	left: 50%;
	position: absolute;
	z-index: 10;
	}
	
#topper {
	background-color: Orange;
	background-image: url(../img/topper.jpg);
	width: 698px;
	height: 185px;
	border:1px solid #0079aa;
	margin-top: 20px;
	}

/*------------------------------------------------------------- Menü ------------------------------------------------------*/
	
#nav {
	float: left;
	width: 120px;
	margin: 20px 0 0 0 ;
	}
	
#nav p {
	margin-top: 0;
	}

.box {
	position: relative;
	margin-bottom: 10px;
}	

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:11px;
/*margin:25px 0 50px 15px;  this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:110px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#c7e1ff;
height:20px;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
height:20px;
line-height:20px;
width:109px;
color:#000;
text-indent:5px;
border:1px solid #0079aa;
/*border-width:0 1px 1px 0; */
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#c7e1ff; width:110px; w\idth:109px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#154c8a;}

.menu :hover > a {
color:#fff;
background:#154c8a;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:110px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}

/*------------------------------------------------------------- Content ------------------------------------------------------*/

#content {
	padding: 1em;
	margin: 20px 0 20px 120px;
	background-color: white;
	border:1px solid #0079aa;
	min-height: 350px;
	}
	
#content h1 {
	margin-top: 0;
	font-size: 15px;
	color: #154c8a;
	font-weight: bold;
	}

#content h2 {
	margin-top: 0;
	font-size: 15px;
	color: #c30000;
	font-weight: bold;
	}

#content h3 {
	margin-top: 0;
	font-size: 11px;
	color: #c30000;
	font-weight: bold;
	}

#content h4 {
	margin-top: 0;
	font-size: 11px;
	color: #154c8a;
	font-weight: bold;
	}
	
#content a {
	color: #0079aa;
	text-decoration: none;
}

#content a:visited {
	color: #0079aa;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	background:#c7e1ff;
	text-decoration: none;
}

#content hr {
	color: #154c8a;
	background-color:  #154c8a;
	height: 1px;
	border: none;
}

#footer {
	clear: both;
	text-align: right;
	padding: 0.5em 1em 0.5em 0;
	/*background-color: #fff;*/
	border:1px solid #0079aa;
	z-index: -1;
	}
