  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: white;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }

  p a:before {
    content:url(../img/nuss.png)" ";
  }

  td p a:before {
    content:url(../img/nuss.png)" ";
  }

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

  #fixiert {                /* Menü */
    display: none;
  }

  #fixiert_top {         /* Banner + Überschrift */
    position: absolute;
    left: 0em;
    top: 0em; right: 0em;
    padding-top: 10px;
    width: 100%;
    height:80px;                /* für Banner: 165px */
    background-color: white;
  }

  #fixiert_logo {
    position: absolute;
    top: 1em; left: 2em;
    width: 100px;
    height:70px;
    background-color: white;
    z-index:100;
  }

  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  html>body #fixiert_top {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  html>body #fixiert_logo {  /* nur fuer moderne Browser! */
    position: fixed;
  }


  #Inhalt {
    margin-left: 11em; padding: 0 1em;
    margin-top:100px;                /* für Banner: 165px */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;

    /*border-left: 2px ridge gray; border-top: 2px ridge gray;*/
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #FFD700;
  }

  #Inhalt h2 {
    font-size: 1.2em;
    margin: 2em 5% 2em;
    color: black;
    border-bottom: 1px solid silver;
  }
  #Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  #Inhalt #Fusszeile {
    font-size: 0.85em;
     padding-top: 2em;
    text-align: center;
    background-color: white;
  }

  #Inhalt #Fusszeile2 {
    font-size: 0.85em;
     padding-top: 2em;
    text-align: center;
    background-color: white;
  }

  #Inhalt #anzeige_aufgeben {
    font-size: 0.85em;
     /*padding-top: 0em;*/
    text-align: center;
    background-color: #FFDD6B /*#FFD700*/; /*border: 1px solid silver;*/
  }

  #popup {
        padding: 10px;
         border: thin solid #BFBFBF;
         margin: 10px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 0.8em;
  }