#inhoud {
position: absolute; top: 165px; width: 400px; left: 30%;  height: 60%; 
background-color: transparent;	z-index:1100; text-align: justify; padding-right: 10px;
overflow: auto;	/* IE overflow fix, position must be relative or absolute*/

}

#titel {
position: absolute; top: 100px; width: 35%; left: 350px; height: 50px;; 
background-color: transparent;	z-index:1100; text-align: justify; padding-right: 10px;
overflow: hidden;	/* IE overflow fix, position must be relative or absolute*/

}

.tekst-met {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	color: #671703;
	background-color: #f5e7db;
	display: block;
	padding: 5px;

}


.tekst {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	color: #671703;
	display: block;
	padding: 5px;
}

a.tekst:link {
	color: #671703;
	text-decoration: underline;
}

a.tekst:hover {

	color: #a62303;
	text-decoration: underline;
}

.tekstbold {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	color: #a62303;
	
}

.nieuwsbrief {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #671703;
	}