*{
  margin: 0px;
  padding: 0px;
}

body,html {
  text-align:center;
  margin:0;
  color: #000000;
  background: url(/gfx/bg.jpg) repeat-x center top;
}

#supercontainer {
  margin:0 auto;
  padding:0;
  width: 980px;
  font-size: 11px;
  font-family: Trebuchet MS, Trebuchet, Verdana, Arial;
  text-align: left;
}

#top {
  background: url(/gfx/top.jpg);
  height: 34px;
}

#content {
  background: url(/gfx/content_bg.jpg) repeat-y;
  height: 700px;
}

#bottom {
  background: url(/gfx/bottom.jpg) no-repeat;
  height: 14px;
}

#logo {
  float: left;
  margin-left: 51px;
}

#wolkboven {
  float:right;
  margin-right: 45px;
  background: url(/gfx/wolk_boven.jpg);
  height: 116px;
  width: 232px;
}

#wolkonder {
  float:right;
  margin-right: 45px;
  background: url(gfx/wolk_onder.jpg);
  height: 55px;
  width: 232px;
}

#menubg {
  float:right;
  background: url(/gfx/menu_bg.jpg);
  height: 55px;
  width: 513px;
}

#inhoud {
  float:left;
  margin-left: 190px;
  background: url(/gfx/inhoud_bg.jpg) no-repeat;
  color: #8d8c8c;
  height: 404px;
  width: 695px;
}

#tekst {
  width: 555px;
  padding-right: 30px;
  margin-top: 10px;
  margin-left: 24px;
  margin-bottom: 10px;
  line-height: 17px;
  height: 378px;
  overflow: auto;
  overflow-x:hidden;
  overflow-y:auto;
}

#inhoud h1 {
font-size: 16px;
margin-bottom: 10px;
color: #454190;
}

#inhoud h2,#inhoud h3,#inhoud h4,#inhoud h5 {
color: #454190;
}

#inhoud p {
  margin-bottom: 10px;
}

#inhoud ul {
margin-left: 30px;
margin-bottom: 10px;
}
#inhoud li {
list-style-type: square;
}

#inhoud table {
margin: 10px 0px 10px 0px;
}

#inhoud a:link,#inhoud a:visited,#inhoud a:active { color: #4748c4; text-decoration: underline;}
#inhoud a:hover { color: #454190; text-decoration: underline; }

#teksten {
  margin-left: 192px;
  margin-right: 93px;
  background: url(/gfx/teksten_onder.jpg) no-repeat;
  height: 94px;
  width: 697px;
  padding-left: 30px;
  padding-top: 28px;
}

#teksten .blok {
  float: left;
  margin-right: 28px;
  width: 170px;
}

#teksten .blauw {
  height: 48px;
  font-style: italic;
  color: #033f6f;
  font-size: 11px;
}

#teksten .grijs {
  color: #676666;
  font-size: 11px;
}

#menu {
  text-align: left;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
}

#menu a:link,#menu a:visited,#menu a:active { color: #676666; text-decoration: none;}
#menu a:hover { color: #fff; text-decoration: underline; }

#menu ul, #menu ul li {
  list-style-type: none;
  display: inline;
  padding: 5px;;
  margin: 0;
  color: #fff;
}

#hoofdactief { color: #fff;  }

#footer {
  margin: 20px 0px 20px 0px;
  text-align: center;
  color: #d6d700;
}

#footer a:link,#footer a:visited,#footer a:active { color: #d6d700; text-decoration: none;}
#footer a:hover { color: #fff; text-decoration: none; }

.formcontact, .formselect {
  background-color: #f5f5f5;
  color: #000;
  width: 313px;
  height: 19px;
  border: 1px solid #d6d700;
  font-family:  Trebuchet MS, Trebuchet, Verdana, Arial;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 3px;
}

.formtextarea {
  background-color: #f5f5f5;
  color: #000;
  width: 313px;
  height: 80px;
  border: 1px solid #d6d700;
  font-family:  Trebuchet MS, Trebuchet, Verdana, Arial;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 3px;
}

.formsubmit {
  background-color: #033b6a;
  color: #fff;
  width: 80px;
  height: 19px;
  border: 1px solid #d6d700;
  font-family:  Trebuchet MS, Trebuchet, Verdana, Arial;
  font-size: 11px;
  padding-bottom: 3px;
  margin-top: 5px;
  margin-right: 6px;
  padding-left: 3px;
}

