/* CSS Document */
body {
	font-size: 8pt;
	margin-bottom: 0px;
}
	
h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.akleur {
	/* background: url("../afbeeldingen/pagina/streepjes.gif"); */
	background-color: #EFEFEF;
}

.vkleur {
	background-color: #DDDDDD; 	/* #CCCCCC; */
}

.niets { /* moet zelfde kleur zijn als vkleur -> onzichtbare tekst */
	color: #DDDDDD;
}

