/* Instellen achtergrondkleur pagina en het lettertype */
body {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(/images/site/bg_Geel.jpg);
	background-repeat: repeat-x;
}
/* Instellen achtergrondkleur voor contentgedeelte */
.stage {
	background-color: #FFF;
}
/* Instellen tekstkleur van het topmenu */
.topmenu a {}
/* Instellen tekstkleur hoofdmenu */
.hoofdmenu {
	padding-left: 0px;
}
.hoofdmenu a {
	color:#333
}
/* Instellen tekstkleur actieve menu */
.hoofdmenu_actief a {
	color: #C00;
}
.submenu, submenu_actief {
	padding-left: 3px;
	font-size: 0.9em;
}
/* Instellen tekstkleur submenu */
.submenu a {
	color: #333;
}
/* Instellen tekstkleur actieve submenu */
.submenu_actief a {
	color: #C00;
}
/* Instellen lettertype/grootte contentgedeelte */
.content_item {
	font-size: 0.9em;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}
