html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
}
body {
  background-color: #81ABD6;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  background-image: url(/images/achtergrond.jpg);
  background-position:bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 950px;
}
#outerWrapper #header {
  border-bottom: solid 1px #666;
  height: 200px;
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
#outerWrapper #topNavigation {
  height: auto;
  width: 950px;
  padding: 0;
  margin: 0;
}
#outerWrapper #contentWrapper #content {
  margin: 0 50px 0 50px;
  padding: 25px;
  font-size: 12px;
  overflow: auto;
}
#outerWrapper #footer {
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}