body {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
    color: #000080; background-color: #7ec0f0;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }
  p  a {
    color:black;  /* Farbe des 'zurueck'-Links */
  }

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  #fixiert {
    position: absolute;
    top: 0; left: 5px;
    width: 170px;
/*background-color: blue;*/
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }


  #Inhalt {
    margin-left: 10px; padding: 0 10px;
    border-left: 1; border-top: 0;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #7ec0f0;
  }

  #Inhalt h2 {
    font-size: 1.2em;
    margin: 2em 5% 2em;
    color: maroon;
    border-bottom: 1px solid silver;
  }
  #Inhalt p {
    font-size: 12px;
    margin: 0;
  }
  #Inhalt #Fusszeile {
    font-size: 0.9em;
    margin: 200em 0 0; padding: 0.1em;
    text-align: center;
    background-color: #7ec0f0; border: 1px solid silver;
  }

  h1 {
    font-size: 1.5em;
    margin: 0.5em; padding: 0.3em;
    text-align: center;
    background-color: #7ec0f0;
    border: 2px ridge gray;
  }

  #Navigation {
    font-size: 13px;
    margin: 0 0 0; padding: 0;
	text-decoration: none;
  }
  #Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    font-weight: bold;
	text-decoration: none
  }
  ul#Navigation a:link {
    color: #000080;
	text-decoration: none;
  }
  ul#Navigation a:visited {
    color: #000080;
	/*text-decoration: underline overline line-through;*/
  }
  ul#Navigation a:hover {
    color: #CCC;
	text-decoration: none;
  }
  ul#Navigation a:active {
    color: white;
  }
