#body {
  background-position: center top;
  background-color: #f2f1ec;
  background-repeat: no-repeat;
}
#Seite {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  padding-right: 80px;
  padding-left: 80px;
}
#Kopf {
  margin: 0 -80px 0px;
  padding-bottom: 1px;
  color: white;
  background-color: #990000;
  padding-left: 100px;
  padding-top: 1px;
}
h1 {
  font-size: x-large;
  color: white;
  font-weight: bold;
}
#Navigation {
  text-align: right;
  background-color: #f2f1ec;
  font-size: medium;
  color: #006600;
  font-weight: bold;
  margin-right: -80px;
  padding-right: 100px;
  margin-left: -80px;
}
a:link {
  text-decoration: none;
  color: #990000;
  font-weight: normal;
}
a:hover {
  font-weight: bold;
  color: #006600;
  background-color: white;
}
a:visited {
  color: #006600;
}
#Inhalt {
  color: black;
  padding-right: 20px;
  padding-left: 20px;
  font-size: large;
}
h2 {
  font-size: x-large;
  color: #006600;
  font-weight: bold;
}
h3 {
  font-weight: bold;
  font-style: italic;
  color: #cc0000;
  font-size: x-large;
}
.zwischenraum {
  background-color: #f2f1ec;
  margin-right: -20px;
  margin-left: -20px;
  height: 20px;
}
#fußzeile {
  padding: 5px 100px;
  text-align: left;
  background-color: #990000;
  font-size: 0.7em;
  margin-right: -80px;
  margin-left: -80px;
}
#copyright {
  font-size: 0;
  color: white;
}
.hervorgehoben {
  font-weight: bold;
  color: #cc0000;
}
#Cover {
  margin-right: 20px;
  margin-bottom: 20px;
}
