body {
  margin:0px;
  padding:0px;
  background-color:#98002B;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000000;
  /*folgende Zeile ist nur für den IE zwingend notwendig!*/
  text-align: center;
}

#logolinks {
  position:absolute;
  top:0px;
  left:0px;
  width:50%;
  height:138px;
  background-color:#ECC255;
}
#logorechts {
  position:absolute;
  top:0px;
  right:0px;
  width:50%;
  height:138px;
  background-color:#294293;
}
#logo {
  position:relative;
  width: 800px;
  height:138px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(titel.jpg);
  z-index:5;
}
#balkenoben {
  width:100%;
  height:20px;
  margin-top:0px;
  background-color: #98002B;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#FFFFFF;
}
#inhaltlinks {
  position:absolute;
  top:158px;
  left:0px;
  width:50%;
  height:100%;
  background-color:#FFE389;
}
#inhaltrechts {
  position:absolute;
  top:158px;
  right:0px;
  width:50%;
  height:100%;
  background-color:#6D83C9;
}

#inhalt_container {
  position:relative;
  width:800px;
  height:100%;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(hintergrund.gif);
  overflow: auto;
  z-index:5;
}

#inhalt {
  position:relative;
  width:800px;
  height:100%;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(hintergrund.gif);
  overflow: auto;
  z-index:5;
}

#balkenunten {
  width:100%;
  height:20px;
  margin-top:0px;
  background-color: #98002B;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#FFFFFF;
}

h1, h2 {color: #294293;}
