div#body {
  font-family: Arial;
  margin: 1px auto;
  width: 800px; 
  height: 685px; 
  text-align: left; 
  position: relative;
  border: 1px solid #039DB9;
  background-color: #E8E8E8; 
}
div#text {
  overflow: auto;
  top: 198px;
  width: 555px;
  height: 467px;
  padding-left: 26px;
  padding-right: 30px;
  padding-bottom: 20px;
}
div#Nav {
  position: absolute;
  top: 225px;
  padding-top: 5px;
  background-color: #D8DCDD;
  width: 173px;
}
div#flaggen {
  position: absolute;
  top: 209px;
  left: 0;
  width: 189px;
  height: 16px;
  background-image: url(/pictures/navlink.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}