/* CSS Document */
HTML {
	HEIGHT: 100%
}
BODY {
	HEIGHT: 100%
}
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
BODY {
	BACKGROUND-COLOR: #166359;
}
#main {
	POSITION: relative;
	LEFT: 0px;
	MARGIN: 0px auto;
	WIDTH: 800px;
	z-index:0;
	TOP: 0px;
	HEIGHT: 600px;
}
#topmenu {
	position:relative;
	left: 0px;
	top: 20px;
	width: 800px;
	z-index:1;
	height: 50px;
}
#linkmenu {
	position:absolute;
	left: 0px;
	top: 90px;
	width: 800px;
	z-index:2;
	height: 10px;
}
#link1 {
	position:absolute;
	width:160px;
	height:10px;
	z-index:3;
	left: 0px;
	top: 0px;
}
#link2 {
	position:absolute;
	width:160px;
	height:10px;
	z-index:4;
	left: 160px;
	top: 0px;
}
#link3 {
	position:absolute;
	width:160px;
	height:10px;
	z-index:5;
	left: 320px;
	top: 0px;
}
#link4 {
	position:absolute;
	width:160px;
	height:10px;
	z-index:6;
	left: 480px;
	top: 0px;
}
#link5 {
	position:absolute;
	width:160px;
	height:10px;
	z-index:7;
	left: 640px;
	top: 0px;
}
#field01 {
	position:relative;
	left: 0px;
	top: 70px;
	width: 800px;
	z-index:8;
	height: 350px;
}
#bundtekst {
	position:absolute;
	width:800px;
	height:50px;
	z-index:9;
	left: 0px;
	top: 500px;
}	
.links {
	font-size: 10px;
	color: #B1EDE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.bold {
	font-size: 10px;
	color: #B1EDE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.body {
	font-size: 10px;
	color: #B1EDE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}