body {
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	color : #292929;
	font-size: 0.8em;
	font-family : Verdana, Times;

}

html {
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
        width : 100%;
}

a:link, a:visited {
	color:#292929;
}

a:hover {
	color: #615868;
}

img {
	padding : 0px;
	margin : 0;
border: 0;
}



h1 {
font-size: 1.6em;
}


h4 {
font-size: 1.1em;
}

#container {
	position : relative;
         margin-right : auto;
         margin-left : auto;
width : 760px;
}


#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
}


#middle {
	position:absolute;
	width:760px;
	z-index:3;
	left: 0px;
	top: 230px;
	text-align: left;
	z-index: 10; 
}

#headertekst {
	position:absolute;
	width:760px;
	top: 170px;
	left: 2px;
text-align: center;
font-size: 2.0em;
z-index: 10;

}



a.mainlevel:link, a.mainlevel:visited {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color:#615868;
	text-align: center;
vertical-align: middle;
	margin-right: 2px;
padding : 12px;
	text-decoration: none;
border : 1px solid #c0c0c0; 
}

a.mainlevel:hover {
	text-decoration: none;
	color: #000000;
}

a.mainlevel#active_menu {
	color:#615868;
	font-weight: bold;
}

a.mainlevel_nav:link, a.mainlevel_nav:visited {
	font-size: 1.1em;
	font-weight: bold;
	color:#615868;
}

a.mainlevel_nav:hover {
	color: #000000;
}

a.mainlevel_nav#active_menu {
	color:#615868;
	font-weight: bold;
}


ul {
list-style-type : square; 
margin-left: 20px;
padding: 5px;
} 

li {
margin : 5px; 
}


