body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #0C246E;
	background-image: url(../images/bg_body.jpg);
	background-position: center;
	scrollbar-face-color: #6E80B8;
	scrollbar-track-color: #0C246E;
  	scrollbar-arrow-color: #FFFFFF; 
  	scrollbar-highlight-color: #FFFFFF; 
  	scrollbar-shadow-color: #9999CC;
  	scrollbar-3dlight-color: #0C246E;
	text-align: center;
}
/* Adres */
div#adres {
	width: 756px;
	height: 14px;
	padding-top: 3px;
	background-image: url(../images/bg_adres.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.0em;
	color: white;
	font-style: normal;
	font-weight: bold;
}

/* Scroller */
div#scroller {
	width: 750px;
	height: 15px;
	background-image: url(../images/bg_scroller.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.1em;
	color: #4C5E94;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
/* Banner */
div#bannercontainer {
	width: 750px;
	height: 75px;
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* Navigatie */
div#navigatie {
	width: 750px;
	height: 20px;
	background-image: url(../images/bg_navigatie.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #39477d;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
div#navigatie a:link,
div#navigatie a:visited {
	text-decoration: none;
	color: #0C246E;
}
div#navigatie a:focus,
div#navigatie a:hover,
div#navigatie a:active {
	text-decoration: none;
	color: white;
	border-bottom: 3px solid yellow;
}
div#navigatie td {
	/* border: 1px solid yellow; */
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 16px;
}
/* Menutitel */
div#menutitel {
	/* totale breedte 750 */
	width: 725px;
	padding-left: 25px;
	/* totale hoogte 20 */
	height: 18px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/bg_menutitel.jpg);
	background-repeat:no-repeat;
	font-size: 1.7em;
	font-weight: normal;
	color: white;
}

/* Infocontainer */
div#infocontainer {
	width: 750px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.0em;
	color: #cfcfcf;
}
div#infocontainer a,
div#infocontainer a:link,
div#infocontainer a:active,
div#infocontainer a:visited {
	text-decoration: none;
	color: white;
}
div#infocontainer a:hover {
	text-decoration: underline;
	color: yellow;
}
div#infocontainer hr {
	width: 200px;
	color: #4C5E94;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.scheiding {
	height: 10px;
}
div#designed-by {
	position: absolute;
	top: 5px;
	left: 2px;
}