div.header {
	padding: 0em;
	position: relative;
	height: 10em;
	width: 99%;
	margin-left: 0em;
	margin-top: 0em;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: thin;

}
#mainmenu {
	position: static;
	margin-bottom: 0.2em;
	margin-left: 0em;
	width: 98%;
	margin-top: 1.5em;
	height: 1.5em;
}
ul {
	list-style: none;
	width: 100%;
	margin-left: 0.5em;
	margin-top: 1em;
	padding: 0.75em 0em 0.75em 1em;
	position: relative;
	height: 1.5em;
}
li {
	display: inline;
	font-size: 95%;
	font-weight: bold;
	background-color: #000066;/*dit is donkerblauw*/;
	border-top: 0.25em #cccccc ridge;
	border-bottom: 0.25em #cccccc ridge;
	border-right: 0.05em #cccccc ridge;
	border-left: 0.05em #cccccc ridge;
	margin-top: 1em;
	padding: 0.2em 0.15% 0.2em 0.15%;
}
#mainmenu a {
	color: #c0c0c0;/*dit is grijs*/
	text-decoration: none;
}
#mainmenu a:hover {
	color: #ff9900;/*dit is oranje*/
}
#mainmenu a.here {
	color: #ff9900;/*dit is oranje*/
}
h2 {
	font-size: 170%;
	color: #cccccc;
	text-align: left;
	margin-left: 1em;
	padding: 1em 0% 0.5em 0%;
}

