
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;

  background-color: black;
  background-image: url(/images/bottomfill.jpg);
  background-repeat: repeat-y;
  overflow: hidden;
}

#mainTable {
  width: 100%;
  position: absolute;
}

#animatie img {
  position: absolute;
  top: 0px;
  left: 0px;
}

#textContainer {
  position: absolute;
  top: 242px;
  left: 415px;
  width: 456px;
  height: 406px;
  overflow: auto;
}

#subMenu {
  position: absolute;
  top: 252px;
  left: 420px;
  width: 110px;
  height: 390px;
}

#subMenu img {
  margin-bottom: 5px;
}

#text {
  margin: 7px;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  font-size: 10pt;
  line-height: 20px;
}

#textSubContainer {
  position: absolute;
  top: 242px;
  left: 525px;
  width: 346px;
  height: 406px;
  overflow: auto;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 10pt;
  line-height: 20px;
}


#menuContainer {
  position: absolute;
  top: 300px;
  left: 0px;
}

#langContainer {
  position: absolute;
  top: 154px;
  left: 780px;
}



