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: 750px;
	height: 16px;
	padding-top: 2px;
	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;
	border-top: 1px solid white;
}

/* Scroller */
div#scroller {
	width: 750px;
	height: 17px;
	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: 24px;
	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;
	background-color: #39477d;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
div#navigatie table {
	font-size: 1.1em;
	font-weight: bold;
}
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 {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 16px;
}

/* index-text */
div#index-text {
	font-size: 1em;
	color: #cccccc;
	font-style: normal;
	font-weight: bold;
	line-height: 1.7em;
	text-align: center;
}

/* Designed By */
div#design {
	height: 12px;
	text-align: center;
	font-size: 0.9em;
	color: #cccccc;
	font-style: normal;
	text-decoration: none;
}
div#design a:link,
div#design a:visited {
	font-size: 1em;
	color: #cccccc;
	font-style: normal;
	text-decoration: none;
}
div#design a:focus,
div#design a:hover,
div#design a:active {
	font-size: 1em;
	color: white;
	font-style: normal;
	text-decoration: none;
}