@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color : #063;
	text-decoration: underline;
}
a:hover {
	color : #F00;

}
.oneColFixCtrHdr #container {
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 1px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg-DGWW.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-position: 0px 0px;
	overflow: auto;
	height: 473px;
	visibility: visible;
}
.oneColFixCtrHdr #footer {
	background-color: #50b948;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-left: 4px;	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent-home {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	display: inline-block;

}

#apDiv1 {
	position:absolute;
	width:200px;
	height:73px;
	z-index:1;
	left: 51px;
	top: 188px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #338881;
	text-decoration: none;
	text-align: center;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:73px;
	z-index:1;
	left: 609px;
	top: 166px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #338881;
	text-decoration: none;
	text-align: center;
}
#apDiv3 {
	position:absolute;
	width:241px;
	height:115px;
	z-index:2;
	left: 733px;
	top: 391px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #338881;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}
#apDiv4 {
	position:absolute;
	width:196px;
	height:58px;
	z-index:3;
	left: 323px;
	top: 160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #338881;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	background-color: #FFFFFF;
}
.image-content {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-right: 10px;
}
.content-heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #060;
	text-decoration: none;
}
.hoofdstuk-heading {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

h1 {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	
	text-decoration: none;
}
.rodestip {
    color: #FF0000;
	font-size: 12px
}
.oneColFixCtrHdr2 #mainContent {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg-DGWW2.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-position: 0px 0px;
	overflow: auto;
	height: 473px;
	visibility: visible;
}