body, html {
  background-color: #555555;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
body, td {
  font-family: Trebuchet MS, Tahoma, Verdana;
  font-size: 10pt;
}
a {
  text-decoration: none;
  color: #7A573E;
  font-weight: bold;
}
a.hover {
  text-decoration: underline;
}
a.visited {
  color: #7A573E;
}
img {
  border: 0px;

}
#page {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -404px;
  margin-top: -284px;
  width: 808px;
  height: 568px;
  background-image: url(./layout/background.jpg);
}
#bladenhome {
  position: absolute;
  left: 0px;
  top: 122px;
  width: 806px;
  height: 158px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  background-image: url(./layout/bladenbg3.jpg);
  overflow: hidden;
  text-align: center;
}
.tickerarea
{
  position: absolute;
  left: 0px;
  top: 122px;
  width: 806px;
  height: 124px;
  text-align: center;
  overflow: hidden;
}
#ticker
{
  position: absolute;
}
#ticker img {
  border: 1px solid transparent;
  width: 86px;
  height: 124px;
}
#bladenhome_buttonleft, #bladenhome_buttonright {
  position: absolute;
  left: 270px;
  top: 128px;
  width: 33px;
  height: 38px;
  cursor: pointer;
}
#bladenhome_buttonright {
  left: 500px;
}
#intro {
  position: absolute;
  cursor: pointer;
  background-color: white;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#introskip {
  position: absolute;
  top: 100%;
  left: 20px;
  padding: 5px;
}

#introskip a
{
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

#top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 808px;
  height: 101px;
}
#menuimage {
  position: absolute;
  left: 1px;
  top: 101px;
  width: 797px;
  height: 19px;
  padding-top: 3px;
  padding-left: 10px;
  background-image: url(./layout/menubg.jpg);
  background-repeat: no-repeat;
}
#mainmenu {
  position: absolute;
  right: 1px;
  top: 102px;
  height: 18px;
  padding-right: 0px;
  text-align: right;
}
.menuitem, .menuitem_over, .menuitemlast, .menuitemlast_over {
  height: 20px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.menuitem_over, .menuitemlast_over {
  background-color: #dbb495;
}
.menuitemlast {
  color: black;
}
.menuitemlast a, .menuitemlast_over a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.menuitem a, .menuitem_over a {
  text-decoration: none;
}
.submenu {
  position: absolute;
  text-align: left;
  z-index: 5;
  background-color: #dbb495;
  width: 200px;
  margin-left: -5px;
  margin-top: 19px;
  -moz-opacity: .85;
  display: none;
  filter: alpha(opacity=85);
}
.submenu a {
  color: black;
}
.submenu a:hover {
  font-weight: bold;
}
#pageinfo {
  position: absolute;
  left: 1px;
  padding-left: 10px;
  top: 125px;
  width: 794px;
  height: 19px;
  border-bottom: 1px solid black;
}
#content {
  position: absolute;
  left: 0px;
  width: 606px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: justify;
  overflow: auto;
}
.content {
  top: 200px;
  height: 320px;
}
.contentwie {
  top: 145px;
  height: 375px;
}
.contenthome {
  top: 280px;
  height: 250px;
}
#bottom {
  display: none;
  position: absolute;
  left: 0px;
  top: 518px;
  width: 808px;
  height: 50px;
}
.h1 {
  font-variant: small-caps;
  font-size: 14px;
  font-weight: bold;
}
.heading3{color: #C66F26; font-size: 16px; font-weight: bold;}
.heading4{color: #3e3e84; font-weight: bold; font-size: 12px;}
.question{font-weight: bold; color:#C66F26;}
.answer{padding-left: 15px;  padding-top: 5px;}
.toeltext{cursor:pointer;}
/*.toeldiv{display: none;}*/
.toelichting{width:350px;height:40px; margin-left: 5px;}

