body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bg_blad {
	background-color: #FFFFFF;
	background-image: url(../images/bgblad.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.bg_verloop {
	background-image: url(../images/bgverloop.jpg);
	background-color: #C3D6C2;
	background-repeat: no-repeat;
	background-position: left top;
}
#inhoudDiv {
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	height: 694px;
	margin-left: -450px;
	border: 2px solid #FFFFFF;
}
#navDiv {
	position: absolute;
	top: 0px;
	width: 900px;
	height: 294px;
}
#linksDiv {
	position: absolute;
	top: 294px;
	width: 150px;
	height: 400px;
	background-color: #006f3a;
}
#nieuwsDiv {
	position: absolute;
	top: 294px;
	width: 150px;
	height: 400px;
	right: 0px;
	background-attachment: scroll;
	background-image: url(../images/bgverloop.jpg);
	background-repeat: no-repeat;
}
#tekstDiv, 
#tekstgrootDiv {
	position: absolute;
	float: left;
	width: 590px;
	height: 400px;
	top: 294px;
	left: 150px;
	background-image: url(../images/bgblad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#tekstDivContent, 
#tekstgrootDivContent {
	position: relative;
	width: 590px;
	height: 380px;
	overflow-y: auto;
	overflow-x: hidden;
}
#tekstgrootDiv, 
#tekstgrootDivContent {
	width: 750px;
}
#adresDiv {
	position: absolute;
	width: 900px;
	height: 29px;
	left: 0px;
	bottom: -31px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	line-height: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* SB toegevegd om de borders bij plaatjes die fungeren als link te verwijderen */
a img {
  border: none;
}

div.divBreadcrumbs {
  position: relative;
  height: 20px;
  padding: 3px 0 0 20px;
  color: #000000;
  font-size: 13px;
	font-weight: bold;
}
div.divBreadcrumbs a {
  color: #000000;
  font-size: 13px;
	font-weight: bold;
  text-decoration: none;
}
div.divBreadcrumbs a:hover {
  text-decoration: underline;
}

