#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:focus, #nav a:active {
display:block;
width:100%;
line-height:1.4em;
padding:0;
border:0;
margin:0;
text-decoration:none;
}
#nav a, #nav a:link, #nav a:visited {
/*other styles, like colors, borders and backgrounds*/
color:#444342;
background:inherit
border:none;
}
#nav a:hover, #nav a:focus, #nav a:active {
/*other styles specific for menu item that has focus et cetera, like colors, borders and backgrounds*/
color:white;
background:#919296;
border:none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #444342;
	margin-right: 0px;
	margin-left: 0px;
	background-color:#CCCCCC
}
.kleur-wit {
	color: #FFFFFF;
	text-decoration: none;
}
.kleur-grijs {
	color: #444342;
	text-decoration: none;
}
.kleur-groen {
	color: #9ACD66;
	text-decoration: none;
}
.smaller {
	font-size: smaller;
}

