* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

html {
  font-size: 18px;
  line-height: 125%;
  font-family: sans-serif;
}

.Menu {
  width: 800px;
  margin: 0 auto;
  margin-top: 1em;

  background-color: #fafafa;
  padding: 1em;
  text-align: center;

  border-radius: 1em;
}

.Menu h1 {
  color: #1d9;
  font-size: 200%;
  line-height: 75%;
  padding-bottom: 0.5em;
}

.Menu ul {
  list-style: none;
}

.Menu ul li {
  display: inline;
  padding-left: 1em;
  padding-right: 1em;
}

.Menu a {
  color: #1d9;
  text-decoration: none;
}

.Menu a:hover {
  text-decoration: underline;
}

.Inhalt {
  margin: 0 auto;
  width: 700px;
  color: #444;
}

.Inhalt .hp {
  text-align: center;
  font-size: 75%;
}

.Inhalt hr {
  border: none;
  border-top: 1px solid #eee;
  padding-top: 0.25em;
  margin-top: 0.25em;
}

.Inhalt h2 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 110%;
}

.Inhalt p {
  padding-bottom: 0.5em;
}

.Inhalt a {
  color: #1d9;
  text-decoration: none;
}

.Inhalt a:hover {
  color: #1c8;
}

.Inhalt h2 a {
  color: #444;
}
