 body, p a {
    font: normal 100.01% normal;
    color: black;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }
  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }
   #fixiert {
    position: absolute;
    top: 4.5em;
    left: 1.5em;
    width: 8em;
  /*  background-color: white;
    border: 1px solid silver;
    */
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixiert img {
    height: 6.8em; float: right;
  }
  #Inhalt {
    margin-top: 0em;
    margin-left: 10em;
    border-left: 0px ridge red; border-top: 0px ridge red;
    align :left;
  }
/* * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #ffffe0;
  }
*/
  #Inhalt h2 {
    font-size: 1.2em;
    margin: 2em 5% 2em;
/*    color: maroon;
    border-bottom: 1px solid silver;
*/
  }
  #Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  #Inhalt #Fusszeile {
    font-size: 0.9em;
 /*   margin: 16em 0 0; padding: 0.1em; border:1px;           */
/*    text-align: center;
    background-color: #fed; border: 1px solid silver;
*/
  }
/*  h4{
    font-size: 1.5em;
    margin: 0.5em; padding: 0.3em;
    text-align: left;
    background-color: #fed;
    border: 2px ridge gray;
  } */
#logo {
 margin-top: 1.0em;
 margin-left: 60;
  }
a.seite{
font-size: 11px;
font-family: verdana, arial, helvetica;
color: #5F5F5F/*#5F5F5F*/;
text-decoration: none
}
a.seite:visited{
font-size: 11px;
font-family: verdana, arial, helvetica;
color: #5F5F5F/*#5F5F5F*/;
text-decoration: none
}
a.seite:hover{
font-size: 11px;
font-family: verdana, arial, helvetica;
color: #0000A0;
text-decoration: none
}