body {
  width: 100%;
  color: black;
  /*
  background-color: #f0e8e8;
  */
  background-color: #ffffff;
  font-family: Arial,sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

h1 {
  font-family: Arial;
  font-size: 32px;
  color: #f00;
}

h2 {
  font-family: Arial;
  font-size: 20px;
  padding-top: 0px;
}

a {
  font-size: 16px;
  font-family: sans-serif;
  color: #33f;
/*  background: #fff;*/
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  font-size: 16px;
  font-family: sans-serif;
  color: #33f;
/*  background: #fff;*/
  font-weight: bold;
  text-decoration: none;
}

p {
  padding: 0px;
  margin: 0px;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 980px;
}

div#navi {
  position: fixed;
  top: 80px;
  width: 160px;
  z-index: 10;
  margin: 0px;
  padding: 0px;
  float: left;
  border-width: 0px;
  background-color: #fdc;
}

a.naviopt {
  font-size: 13px;
  color: #b33;
  background-color: #fdc;
}

a.naviopt:hover {
  font-size: 13px;
  color: #fdc;
  background-color: #b33;
}

a.navisel {
  font-size: 13px;
  color: #f00;
  background-color: #fdc;
}

a.navisel:hover {
  font-size: 13px;
  color: #ffffff;
  background-color: #ff0000;
}

a.weiss {
  color: #ffffff;
}

a.weiss:visited {
  color: #ffffff;
}

a.weiss:hover {
  color: #ffffff;
}

div#Kopf {
  position: fixed;
  top: 0px;
  width: 980px;
  height: 80px;
  border: 0px;
  z-index: 6;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

img.kopf {
  border: 0px solid;
}

div#blocknavi {
  position: fixed;
  z-index: 9;
  top: 80px;
  bottom: 0px;
  width: 160px;
  background-color: #fdc6a2;
}

div#content {
  position: absolute;
  z-index: 1;
  top: 80px;
  margin: 0px;
  width: 790px;
  padding: 8px;
  padding-top: 0px;
  padding-left: 175px;
  padding-right: 15px;
  /*
  background-color: #f0e8e8;
  */
  background-color: #ffffff;
}

.nobreak {
  white-space: nowrap;
}


table#statusleiste {
/*  display: inline;*/
  font-size: small;
  font-family: sans-serif;
}


