body {
  width: 99.88%;
  margin: 0px;
  padding: 0px;
  background-color: #ffc070;
  font-family: arial;
  line-height: 1.3em;
}

.kopf {
  height: 25px;
  margin: 0px;
  padding: 10px;
  background-color: #dfdfdf;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  border: solid 2px #ffffff;
}

.kopf p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #555555;
}

.inhalt {
  margin: 0px 20px 0px 180px;
  background: #ffc070;
}

.inhalt p {
  font-size: 1em;
  color: black;
}

.inhalt p.teaser {
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
  color: black;
  padding: 0px 40px 0px 40px;
}

.inhalt h1 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
}

.inhalt h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: black;
}

.menu {
  margin-top: 0px;
  font: 16px arial, sans-serif;
  font-weight: bold;
  width: 160px;
  float: left;
  background: #ffffff;
}

.menu a {
  display: block;
  border-right: #e7ad3a 3px solid;
  padding: 5px 0px 5px 0px;
  background: #e7ad3a;
  margin: 0px 0px 2px 0px;
  color: black;
  text-align: center;
  text-decoration: none;
}

.menu a:hover {
  border-right: black 3px xdashed;
  background: #ffc070;
  color: brown;
}

.menu p {
  display: block;
  border-right: #555555 3px solid;
  padding: 5px 0px 5px 0px;
  background: #dfdfdf;
  margin: 0px 0px 2px 0px;
  color: #555555;
  text-align: center;
  text-decoration: none;
}

.extern {
  font-size: 0.8em;
  color: red;
  }

