body {
	background-image: url(../bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCCCCC;
}
.hoofding {
	font-size: 50px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	
}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

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

.rij1 {
	position: relative;
	width: 60%;
	text-align: center;
	margin-left: 20%;
	padding: 20px;
	
}
.rij2 {
	position: relative;
	width: 80%;
	margin-left: 10%;
	clear: both;
	padding: 10px 20px 0px;
	
	
}
.dag1 {
	float: left;
	width: 50%;
	text-align: left;
}
.dag2 {
	margin-left: 50%;
	
	text-align: right;	
}
.dag3 {
	float: left;
	width: 50%;
	text-align: left;
}
.dag4 {
	margin-left: 50%;
	text-align: right;

	
}
.linkterug {
	text-align: center;
	padding-top: 20px;
	clear: both;
}

.linkterug a:LINK{
	text-decoration: underline;

}

.linkterug a:VISITED{
	text-decoration: underline;
	color: #000000;

}
