h2 {
  font-size: 140%;
  margin-top: 5px;
}
#kopf {
  float: left;
  width: 1070px;
  background-image: none;
  height: 170px;
}
#alles {
  margin: 0 auto;
  background-position: left center;
  min-height: 100%;
  background-color: white;
  height: auto;
  width: 1070px;
  background-image: none;
}
#navi {
  margin-right: 10px;
  margin-left: 0px;
  font-weight: bold;
  width: 1010px;
  background-color: #cc0000;
  float: left;
}
#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: 15px 10px;
  width: 1080px;
  float: left;
}
#inhalt .box-links {
  width: 800px;
  margin-right: 10px;
  float: left;
}
#inhalt .box-rechts {
  width: 268px;
  float: left;
}
#artikel {
  border-bottom: thin solid #cc0000;
  margin-right: 0px;
  background-color: white;
  margin-left: 0px;
  color: black;
  width: 800px;
  float: left;
}
