* {
  margin:0;
  padding:0;
  }

html, body {
  height:100%;
}

body {
  color:#354852;
  font:100.01%/1.4 sans-serif, arial;
  background-image: url(../images/kachel1.jpg);
  text-align:center; /* horizontal centering for IE Win quirks */
}

#distance {
  width:1px;
  height:50%;
  background-color:#5b0f32;
  margin-bottom:-256px; /* half of container's height */
  float:left;
}

#container {
  margin:0 auto;
  position:relative; /* puts container in front of distance */
  text-align:left;
  height:512px;
  width:809px;
  clear:left;
}
h1 {
  color: #5b0f32;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}
h2 {
  color: #5b0f32;
  font-size: 110%;
  font-weight: bold;
}
h3 {
  color: #3b505c;
  font-size: 100%;
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #808080;
  text-decoration: none;
}

a:hover {
  color: #808080;
  text-decoration: underline;
}

a:active {
  color: #f00;
  text-decoration: underline;
}


#kopf {
  background-image: url(../images/rah-wa-kopf.gif);
  position: absolute;
  top: 0; left: 0;
  width: 809px;
  height: 73px;
  margin: 0;
  padding: 0;
  border-width: 0;
}

#rumpf {
  background-image: none;
  position: absolute;
  top: 73px;
  left: 0;
  width: 809px;
  height: 438px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-width: 0;
}

#navi {
  font-size: 90%;
  font-weight: bold;
  background-image: url(../images/rah-wa-navi.gif);
  text-align: left;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 438px;
  margin: 0;
  padding: 70px 5px 0 15px;
}

#navi ul li {
  padding-left:25px;
}

.sublevel {
  font-size: 80%;
  font-weight: normal;
}

.mainlevel {
  color: #808080;
  text-decoration: none;
  height:24px;
  width:130px;
  padding-left: 12px;
}


.sublevel {
  color: #808080;
  text-decoration: none;
  height:24px;
  width:130px;
  padding-left: 8px;
}



.mainlevel:link, .sublevel:link {
  color: #808080;
  text-decoration: none;
}

.mainlevel:visited, .sublevel:visited {
  color: #808080;
  text-decoration: none;
}

.mainlevel:hover, .sublevel:hover {
  background-image: url(../images/navi-over-pfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color: #808080;
  text-decoration: none;
}

#active_menu {
  background-image: url(../images/navi-over-pfeil.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color: #808080;
  text-decoration: underline;
}


#inhaltsbox {
  background-image: url(../images/rah-wa-inhalt.gif);
  position: absolute; top: 0;
  left: 150px;
  width: 659px;
  height: 438px;
  overflow: hidden;
  margin: 0;
  border-width: 0;
}

#inhalt	{
  width: 603px;
  height: 400px;
  overflow: auto;
  margin: 20px 0 10px 20px;
  padding-top: 0;
  padding-right: 16px;
}

.contentpaneopen {
  font-size: 70%;
  padding: 0 15px 0 15px;
}
.contentpaneopen table td{
  padding: 0 15px 0 15px;
}

.componentheading {

}

.small {
  font-size: 70%;
  line-height: 200%;
}