body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #474342;
	margin: 0px;
}
.hoofding {
	background-repeat: no-repeat;
	background-position: left center;
	height: 120px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(grafisch/4.JPG);
	margin: 0px 0px 0px 40px;
	
}
.titel {
	font-size: 40px;
	text-align: left;
	top: 40px;
	position: relative;
	font-weight: bold;
	padding-left: 20px;
	color: #FFFFFF;
}

.inhoud {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 40px;
	padding: 10px 20px;
	width: 900px;
	
}
