body {
		
	margin: 0px;
	padding: 0px;
}

a {
	color: white;
	font-family: arial, "times new roman", sans-serif;
	font-weight: bold;
	font-size: 12pt;
}


#wrapper {
	
	margin: 0;
	width: 100%;
	position: relative;
		
}

#headerboven {
	
	background-image: url(slice_1kopie.jpg);
	position : relative;
	text-align: center;
	font-family: arial, "times new roman", sans-serif;
	font: 60pt bold;
	padding : 0px;
	height: 102px;
	width: 100%;
	
}

#headermidden {

	background-image: url(slice_2kopie.jpg);
	position : relative;
	text-align : center;
	font-family: arial, "times new roman", sans-serif;
	font: 15pt bold;
	padding: 0px;
	height: 100px;
	width: 100%;
}
	
#headeronder {
	
	background-color: #555;
	position: relative;
	font: 15pt bold;
	height: 35px;
	width: 100%;	
}


#container {
	
	position: relative;
	height: 400px;
	width: 100%;
}
#left {
	background-color: black;
	position : relative;
	height: 400px;
	width: 25%;
	float: left;
	padding: 3%
	
}


#right {
	
	background-color: black;
	position: relative;
	height: 400px;
	width: 63%;
	float: left;
	font-family: arial, "times new roman", sans-serif;
	font-size: 12pt;
	color: #FF0;
	text-align: center;
	padding: 3%;

	
}


#footer {
	
	background-color: #555;
	position: relative;
	height: 35px;
	width: 100%;
	font-family: arial, "times new roman", sans-serif;
	font-size: 8pt;
	color: white;
	clear: both;
}

#footertekst {
	
	width : 25%;
	text-align : center;
}
