body {
	margin: 0px;
}
/* Div positie bepaling */
div#centertop {
	position: absolute;
	background: url(../_images/patroon.png);
	width: 100%;
	height: 211px;
}

div#centercontent {
	position: absolute;
	background: url(../_images/bgrelfection.png) no-repeat;
	width: 862px;
	min-height: 122px;
	left: 50%;
	margin-left: -431px;
	top: 211px;
}

div#header {
	position: absolute;
	background: url(../_images/header.png);
	width: 862px;
	height: 211px;
	left: 50%;
	margin-left: -431px;
}

div#top {
	position: relative;
	width: 400px;
	height: 26px;
	margin-left: 8px;
	text-align: center;
}

div#contentleft {
	position: absolute;
	top: 200px;
	float: left;
	width: 274px;
	top: 20px;
}

div#contentright {
	position: relative;
	float: right;
	width: 555px;
	top: 20px;
}

div#contentbar {
	position: relative;
	background: #00adee; /* Donker blauw */
	width: 100%;
	height: 30px;
}


/* Hyperlinks opmaak */
a {

}
a:hover {

}

div#top a {
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin-right: 25px;
}

div#top a:hover {
	color: #8dd8f8; /* Lichtblauw */
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: overline;
	margin-right: 25px;
}


/* tekst opmaak */
body {
	font-size: 12px;
	font-family: Tahoma;
}

p {
	font-size: 12px;
	margin: 0px;
}
div#top {
	color: white;
	font-family: Tahoma;
	font-size: 11px;
}

div#contentbar h1 {
	margin: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-left: 0px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #00adee;
}
div#contentright {
	border-bottom: solid 20px #ffffff;
}
div#contentright p {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	line-height: 18px;
}
div#contentright ul {
	margin-top: 0px;
}
div#contentright li {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	line-height: 18px;
}
div#contentright img {
	float: right;
	margin-left: 10px;
	}
div#contentright h2 {
font-size: 12 px;
font-weight: bold;
color: #00adee;
	margin-left: 15px;
}
div#contentright a {
	color: #000000;
	text-decoration: underline;
	}
div#contentright a:hover {
	text-decoration: none;
	}

/* extra opmaak */
img.content {
	margin: 5px 0px 10px 10px;
}
h1 {
	height: 22px;
	/height: 30px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 8px;
	padding-left: 15px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color:#00adee;
	margin-bottom: 16px;
	}