html, body {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0px;
  background-color: #000033;
}
img {
  border: 0px;
}
#page {
  position: absolute;
  width: 926px;
  height: 570px;
  border: 2px solid white;
  left: 50%;
  top: 50%;
  margin-left: -463px;
  margin-top: -285px;
  font-family: "TImes", "Arial", "Verdana";
  font-size: 12;
}
#page.welcome {
  cursor: pointer;
  background-image: url(layout/opening.gif);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
#page.welcome div {
  display: none;
}
#topbar {
  background-color: white;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 926px;
  height: 81px;
}
#topbar .logo {
  position: absolute;
  width: 194px;
  height: 81px;
  background-image: url(layout/topbarlogo.gif);
  background-repeat: no-repeat;
}
#topbar .menu {
  position: absolute;
  right: 5px;
  top: 55px;
  width: 720px;
  height: 25px;
  text-align: right;
}
#topbar .menu a {
  text-decoration: none;
}
#topbar .afbeelding {
  position: absolute;
  top: 81px;
  width: 926px;
  height: 23px;
  background-image: url(layout/topbarafbeelding.jpg);
  background-repeat: no-repeat;
  border-bottom: 2px solid #ceced0;
}
.menublock {
  position: absolute;
  width: 194px;
  height: 462px;
  bottom: 0px;
  left: 0px;
  background-image: url(layout/menublock.jpg);
  background-repeat: no-repeat;
}
.menublock_aquarius {
  position: absolute;
  width: 194px;
  height: 462px;
  bottom: 0px;
  left: 2px;
  background-image: url(layout/menu_aquarius.jpg);
  background-repeat: no-repeat;
}
.menuitem {
  position: relative;
  height: 25px;
  border-bottom: 2px solid #ceced0;
  cursor: pointer;
}
.menuitem a {
  top: 3px;
  left: 10px;
  position: absolute;
}
.menuitembg, .menuitembg_over {
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0px;
}
.menuitembg_over {
  background-color: #4a4a7b;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.submenuitem {
  position: relative;
  height: 25px;
  border-bottom: 2px solid #ceced0;
  cursor: pointer;
}
.submenuitem a {
  top: 3px;
  left: 10px;
  position: absolute;
}
.submenuitembg {
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0px;
  background-color: #8f90bf;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#section {
  position: absolute;
  width: 924px;
  height: 463px;
  top: 106px;
  right: 0px;
}
#large {
  position: absolute;
  width: 726px;
  height: 358px;
  bottom: 1px;
  right: 2px;
  background-repeat: no-repeat;
}
#content {
  position: absolute;
  width: 690px;
  height: 325px;
  bottom: -2px;
  right: -2px;
  padding: 20px;
  overflow: auto;
  background-color: white;
}
#aqmodeshow {
  position: absolute;
  width: 730px;
  height: 464px;
  bottom: -2px;
  right: 0px;
  padding: 0px;
  overflow: none;
  background-color: white;
}
.kop1 {
  font-weight: bold;
  color: #000033;
  font-size: 17px;
}
.kop2 {
  font-weight: bold;
  color: #666666;
}
.kop3 {
  font-weight: bold;
  color: #000033;
}
.kop4 {
  font-weight: bold;
  color: #ffffff;
}
.kop51 {
  color: #000033;
  font-size: 17px;
}
.tabelblauw {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000033;
  letter-spacing: 1px;
}
A {
  text-decoration: none;
  color: #000033;
  font-weight: bold;
}
A:visited {
  color: #003366;
}
A:hover {
  color: #006699;
}
