html, body {
  height: 100%;
  margin: 0px;
}
body {
  font-family: Arial;
  font-size: 10pt;
  text-align: center;
}
#divContainer {
  text-align: left;
  width: 808px;
  margin-left: auto;
  margin-right: auto;
}
#divLogoContainer {
  height: 60px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#divLogo {
  text-align: left;
  width: 160px;
  height: 60px;
  background-image: url('images/logo.jpg');
  margin-left: auto;
  margin-right: auto;
}
#divHeader {
  height: 76px;
  background-image: url('images/topbg.jpg');
}
#divContentWrapContainer {
  padding-top: 325px;
  background-image: url('images/centerbg.jpg');
}
#divContentWrap {
  margin-top: -325px;
  padding-top: 325px;
  background-image: url('images/subtopbg.jpg');
  background-repeat: no-repeat;
}
#divContent {
  margin-top: -325px;
  margin-left: 38px;
  margin-right: 38px;
  color: #006600;
}
#divFooter {
  clear: both;
  height: 62px;
  background-image: url('images/footer.jpg');
  position: relative;
}


.tussenKopje {
  font-weight: bold;
  color: #333399;
}

#divBottomNav {
  position: absolute;
  right: 35px;
  top: 25px;
  color: #b1b20c;
  font-weight: bold;
}
#divBottomNav a {
  color: #7e7f09;
  font-weight: bold;
  text-decoration: none;
}
#divBottomNav a:hover {
  color: #7e7f09;
  font-weight: bold;
  text-decoration: underline;
}
