h2 {
  font-size: 140%;
  margin-top: 5px;
}
#kopf {
  float: left;
  height: 170px;
  background-image: none;
  width: 970px;
}
#alles {
  margin: 0 auto 2pt;
  width: 990px;
  min-height: 100%;
  background-position: left center;
  background-color: white;
  height: auto;
  background-image: none;
}
#navi {
  margin: 0 10px 2px 0px;
  background-color: #cc9933;
  height: 30px;
  width: 970px;
  float: left;
  color: white;
  text-transform: capitalize;
  font-weight: bold;
  padding-top: 5pt;
}
#navi ul {
  margin: 0;
  padding: 0;
}
#navi ul li {
  margin: 0px 0 0 20px;
  float: left;
  display: block;
}
#navi ul li a {
  text-decoration: none;
  color: #ffffff;
}
#navi ul li a:hover {
  color: #cccccc;
}
#inhalt {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
  width: 970px;
  background-color: #990000;
  color: white;
  opacity: 0.802;
}
#inhalt .box-links {
  width: 730px;
  margin-right: 10px;
  float: left;
  margin-left: 10px;
}
#inhalt .box-rechts {
  float: left;
  width: 218px;
}
