div#body {
  font-family: Arial;
  margin: 1px auto;
  width: 800px; 
  height: 841px; 
  text-align: left; 
  position: relative;
  border: 1px solid #AE2855;
  background-color: #ffffff; 
}
div#text {
  overflow: auto;
  top: 198px;
  width: 555px;
  height: 529px;
  padding-left: 26px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 25px;
}
div#Nav {
  position: absolute;
  top: 266px;
  padding-top: 5px;
  background-color: #D8DCDD;
  border-right: 1px solid #AE2855;
  width: 193px;
  height: 570px;
}
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;
}