
 body {
  background-color: #f2f2f2;
  margin: 0px;
  padding: 8px;
  font-family: "Helvetica-Neue", "Helvetica", "Arial", "sans serif";
  font-size: medium;
  color: #555555;
}

strong {
  font-weight: bold;
}

a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:link {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

#container {
  width: inherit
  max-width: 960px;
  margin: 0 auto 0 auto;
}

#kopfleiste {
  width: inherit;
  height: 100px;
  background-color: #faac58;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 15px;
  line-height: normal;
  text-align: left;
  direction: ltr;
  vertical-align: top;
}

#kopfleiste h1 {
  height: 100px;
  margin: 0px;
  padding: 0px;
  font-size: 220%;
  line-height: 100px;
  color: #424242;
  overflow: auto;
  text-align: center;
  vertical-align: center;
}

#navigation {
  width: auto;
  height: auto;
  background-color: #d8d8d8;
  float: left;
  margin: 0px 15px 0px 0px;
  padding: 10px 10px 10px 0px;
}

#navigation a:hover {
  background-color: #f2f2f2;
}

#navigation ul {
  list-style-type: none;
  padding: 0px;
}

#navigation li {
  margin: 0px 0px 15px 0px;
  padding: 0px 10px 0px 10px;
  font-size: 100%;
}

#navigation li.current {
  background-color: #faac58;
  color: #424242;
}

#inhalt {
  width: auto;
  height: auto;
  background-color: #e6e6e6;
  overflow: hidden; /*Damit das Layout mit float funktioniert*/
  padding: 10px 15px 10px 15px;
}

#inhalt h2 {
  width: auto;
  height: auto;
  font-size: 100%;
  line-height: 1.4;
  text-align: center;
}

hr {
  width: 75%;
  height: 0px;
  backround-color: black;
  margin-right: auto;
  margin-left: auto;
}

#inhalt p {
  width: auto;
  font-size: 90%;
  line-height: 1.3;
}

#inhalt a {
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}

#inhalt table {
  overflow-x: scroll;
}
