@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #231f20;
	background-image: url(../afbeeldingen/achtergrond_wit.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 989px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width:989px;
	height:68px;
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#footer {
	padding: 0 10px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #231f20;
	text-align: center;
}
.WitOpZwart {
	color: #FFFFFF;
}
.WitOpZwart a, .WitOpZwart a:link, .WitOpZwart a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.WitOpZwart a:hover{
	color: #B4D455;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
