/* Hintergrund der gesamten Webseite */
body {
  background-image: url(images/background_stecki_gauss.png);
  background-repeat: no-repeat;
  background-position: 5% 100px;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  text-align: justify;
  color: #666666;
}

/* Head Layout (Navigation) */
#head {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 250px;
  width: 840px;
}

/* Gesamte Webseite zur mittigen Ausrichtung in einen extra Layer packen */
#container {
  width: 800px;
  margin: 0px auto;
  background-image: url(images/background.png);
}

/* Eigentlicher Inhalt der Seite */
#content {
  margin-left: 50px;
  margin-right: 50px;
  background-image: url(images/background_content.png);
  background-repeat: no-repeat;
  background-position: 455px 0px;
}

/* Nur erste Überschrift ist H1 */
#content h1 {
  margin: 0px;
}

/* Alle weiteren Überschriften sind H2 */
#content h2 {}

/* Links im Inhalt */
#content a {
  color: #0eacf6;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
  color: #afde0c;
}

#foot {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  height: 160px;
  width: 800px;
  font-size: 11px;
}

ul {
  list-style-image: url(images/aufzaehlungszeichen.png);
}
