/* Instellen achtergrondkleur pagina en het lettertype */
body {
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, sans-serif;
}
/* Instellen achtergrondkleur voor contentgedeelte */
.stage {
	background-color: #FFF;
}
/* Instellen tekstkleur van het topmenu */
.topmenu a {
	color: #999999;
}
/* Instellen tekstkleur hoofdmenu */
.hoofdmenu {
	color: #999999;
}
.hoofdmenu a {
	color: #999999;
}
/* Instellen tekstkleur actieve menu */
.hoofdmenu_actief {
	color: #f7931e;
}
/* Instellen tekstkleur submenu */
.submenu a {
	color: #999999;
}
/* Instellen tekstkleur actieve submenu */
.submenu_actief {
	color: #f7931e;
}

