body {
	background-image:   url("../grafisch/achtergrond.jpg");
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #97A7B7;
	font-weight: bold;
	color: #000000;
}
.hoofding {
	text-align: center;

	top: 0px;
}
.inhoud {

	top: 10px;
	width: 100%;	
}
.rij1 {
	bottom: 10px;
}

.rij2 {
	margin-top: 20px;	 
}

.links {
	float: left;
	width: 33%;
	text-align: left;
	clear: left;
}
.midden {
	float: left;
	
	width: 34%;
	text-align: left;	
	}

.rechts {
	float: left;
	width: 33%;	
	text-align: left;	
}

.footer {
 	top: 20px;
	width: 100%;	
	text-align: center;
	clear: left;
	font-size: 0.9em;	
}

.footer a {
 	text-decoration: underline;
	color:#000000;	
}

.inhoud a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.inhoud a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.inhoud a:hover {  color: #000000; text-decoration: underline}
ul { 
	line-height: 1.5em;
	letter-spacing: normal;
	word-spacing: normal;
	list-style-position: outside;
	border: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	list-style-type: disc;
}

