body {
	font-family: arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
p {
	font-family: arial, sans-serif;
	font-size: small;
}



#wrapper {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0;
	width: 800px;
	z-index: 0;
	azimuth: center;
}

#header {
	text-align: center;
	position: fixed;
	background-color: #000098;
	color: #fff;
	font-weight: bold;
	font-size: normal;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 800px;
	z-index: 2;
}
	
#nav {
	position: fixed;
	float: left;
	top: 82px;
	left: 0;
	overflow: auto;
	width: 146px;
	font-size: 12px;
	padding-top: 0px;
	text-align: left;
	z-index: 1;
}

#content {
	position: inherit;
	margin-left: 5px;
	margin-right: 5px;

	z-index: 1;
	display: run-in;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	color: #000098;
	background-color: silver;
	font-weight: normal;
	font-size: small;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
	bottom: 0px;
	z-index: 1;
	border-bottom: 1px solid #000098;
	border-top-color: #000098;
	border-top-style: solid;
	border-top-width: 1px;
}

#titelblad {
	background: #E2E2E2;
	font-family: Arial;
	font-size: 12pt;
	color: #02006B;
	font-weight: bold;
	text-align: center;
}

#udm a:link {
	color: white;
}

#udm a:hover {
	color: #000098;
}


#udm.li a:link {
	color: white;
}
#udm.li a:hover {
	color: #000098;
}

#udm a:visit {
	color: white;
}
