body {
  background-color: #000000;
  margin: 0px 0px 0px 0px;
  color: #FFFFFF;
  font-style: serif;
  font-size: 14px;
}

p {
  font-family: serif;
  font-size: 14px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

a {
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
  color: #cca7d8;
}

table {
  font-family: serif;
  font-size: 14px;
}

#tbl_content {
  width: 100%;
}

#headline {
  font-weight: bold;
  font-family: sans-serif;
  background-image: url(../Bilder/headline.jpg);
  background-repeat: repeat-y;
  width:100%;
}

#main_container {
  position: relative;
  margin: auto;
  width: 800px;
  height: 600px;
}

#header {
  position: absolute;
  width: 493px;
  height: 219px;
  top: 0px;
}

#scnd_header {
  position: absolute;
  width: 307px;
  height: 219px;
  right: 0px;
}

#top {
  position: absolute;
  width: 800px;
  height: 23px;
  top: 219px;
}

#left {
  position: absolute;
  width: 41px;
  height: 335px;
  top: 242px;
}

#main_navi_background {
  position: absolute;
  background-image: url(../Bilder/hauptnavi.gif);
  background-repeat: no-repeat;
  width: 135px;
  height: 358px;
  top: 242px;
  left: 41px;
}

#main_navi {
  text-align: center;
  font-family: sans-serif;
  line-height: 150%;
  font-size: 14px;
  width: 114px;
}

#main_navi a {
  text-decoration: none;
  color: white;
}

#main_navi a:hover{
  text-decoration: none;
  color: #cca7d8;
}

#main_content {
  position: absolute;
  background-image: url(../Bilder/maincontent.gif);
  font-size: 14px;
  width: 403px;
  height: 358px;
  top: 242px;
  left: 176px;
  overflow: auto;
}

#right {
  position: absolute;
  width: 46px;
  height: 335px;
  top: 242px;
  left: 754px;
}

#sub_navi {
  position: absolute;
  background-image: url(../Bilder/subnavi.gif);
  width: 175px;
  height: 358px;
  top: 242px;
  left: 579px;
}

#footer {
  position: aboslute;
  background-image: url(../Bilder/unten.gif);
  width: 800px;
  height: 23px;
  top: 577px;
  left: 0px;
}