
  body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #FFFFFF;
    vertical-align: bottom;
  }
  p {
    margin: 0;
  }
  td {
    vertical-align: bottom;
  }

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

  #fixiert {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 211px;
    background-color: white;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #Inhalt {
    margin-top: 1em;
    margin-right: 260px;
    padding: 0 1em;
    margin-bottom: 1em;
    border-right: 2px ridge gray;
    border-top: 2px ridge gray;
    border-bottom: 2px ridge gray;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    color: black;
    background-color: #66ff66;
  }
  #Inhalt p {
    font-size: 1em;
  }

  h1 {
    color: black;
    font-family: "Times New Roman", serif; so-language: de-DE;
    font-style: italic;
    font-weight: bold;
    font-size: 32pt;
  }
  h2 {
    font-family: "Times New Roman", serif; so-language: de-DE;
    font-style: italic;
    font-weight: bold;
    font-size: 24pt;
    color: black;
    text-align: right;
  }
  h3 {
    font-family: "Times New Roman", serif; so-language: de-DE;
    font-style: italic;
    font-weight: bold;
    font-size: 16pt;
    color: black;
    margin-bottom: 0.0em;
  }

  #Scrollbereich #Inhalt #textbild {
    width: 100%;
  }

  #Scrollbereich #Inhalt > img {
    float: none;
    width: 40%;
  }

  #Scrollbereich #Inhalt table a img {
    width: 150px;
    /* max-width: 180px; */
    height: 150px;
    float: none;
    /* float: right; */
    /* clear: both; */
  }

  #fixiert-photo {
    position: absolute;
    bottom: 1.5em; left: 195px;
    width: 1%;
    background-color: white;
    border: 1px solid silver;
  }
  html>body #fixiert-photo {  /* nur fuer moderne Browser! */
    position: fixed;
  }


