body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	background-color: white;
	scrollbar-base-color: #e4e4e4; 
	scrollbar-highlight-color: #d6d6d6; 
	scrollbar-arrow-color: #c4c4c4; 
	scrollbar-shadow-color: black;
	text-align: center;
}

div#bg_vbp {
	width: 1000px;
	height: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	/* background op pagina gedefinieerd */
}
div#banner {
	width: 1000px;
	height: 175px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
div#banner table {
	border-collapse: collapse;
}

div#banner td.taal {
	width: 25px;
	height: 175px;
	text-align: center;
	vertical-align:top;
}
div#banner td.logo {
	width: 755px;
	height: 175px;
	text-align: right;
	vertical-align:top;
/* border: 1px solid red; */
}
div#scroller {
	width: 550px;
	height: 15px;
	margin-top: 0px;
	font-size: 1.4em;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
div#banner td.adres {
	/* breedte = 220px */
	width: 210px;
	padding-left: 10px;
	/* hoogte = 175px */
	height: 172px;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
	font-size: 1.5em;
	color: #666666;
	line-height: 1.1em;
/* border: 1px solid red; */
}
div#banner td.adres span {
	font-size: 1.2em;
}

div#banner a,
div#banner a:link,
div#banner a:active,
div#banner a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #666666;
}
div#banner a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #2F6AAF;
}

div#paginatitel {
	/* breedte = 1000px */
	width: 775px;
	padding-left: 225px;
	height: 25px;
	color: white;
	font-weight: bold;
	font-size: 1.9em;
	text-align: left;
	vertical-align: text-top;
}

div#vernavigatie {
	float: left;
	/* breedte = 220px */
	width: 210px;
	padding-left: 10px;
	/* hoogte = 500px */
	height: 490px;
	padding-top: 10px;
	text-align: left;
	font-size: 1.4em;
	color: white;
}

div#infocontainer {
	float: left;
	/* breedte = 780px */
	width: 760px;
	padding-left: 20px;
	/* hoogte = 500px */
	height: 480px;
	padding-top: 20px;
	font-size: 1.0em;
	text-align: left;
}

div#info {
	overflow:auto;
	/* breedte = 740px */
	width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	/* hoogte = 460px */
	height: 420px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.4em;
	text-align: left;
	color: black;
	line-height: 1.4em;
/* border: 1px solid red; */
}

div#info img {
	border: 1px solid #7E8384;
}

div#info img.noborder {
	border: 0px;
}

div#info h1 {
	font-size: 16px;
	color: #2F6AAF;
	margin-top: 25px;
	margin-bottom: 5px;
}

div#info ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#info a,
div#info a:link,
div#info a:active,
div#info a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
div#info a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #2F6AAF;
}

div#copyright {
	width: 1000px;
	height: 15px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.0em;
	color: #7E8384;
}
div#copyright a,
div#copyright a:link,
div#copyright a:active,
div#copyright a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7E8384;
}
div#copyright a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #2F6AAF;
}

div#designed-by {
	position: absolute;
	top: 5px;
	left: 2px;
}