 html, body {
   background-color:#F8EBD2;
      }

 body, p, a {
    min-width: 40em;
        /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }


 h1 {text-align: center;
     font-family: Helvetica, sans-serif;
      }

 h2 {text-align: center;
     font-family: Helvetica, sans-serif;
      }

 h3 {text-align: center;
     font-family: Helvetica, sans-serif;
      }

 h4 {font-family: Helvetica, sans-serif;
     margin-left: 5em;
      }

 p.rot {font-weight: bold;
        color: red;
        font-size: 1.1em;
        font-family: Helvetica, sans-serif;
        }

 p.news {text-align: justify;
         }

 p.wichtig {font-weight: bold;
        font-size: 1.1em;
        font-family: Helvetica, sans-serif;
        }

 p.bilder {font-size: 1.1em;
           text-align: center;
           }

 a.standard
  {     color: red;
        text-decoration:none;
        font-weight: bold;
        }

 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em; }


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

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

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


  #home {
    position: absolute;
    width: 12em;
    background-color: #F4DDB1;
    margin-left: 1em;
    margin-top: 1em;
    border:1px solid #000;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Helvetica, sans-serif;
    /* list-style: none; */
    }

  #guestbook {
    position: absolute;
    width: 12em;
    background-color: #F4DDB1;
    margin-left: 1em;
    margin-top: 5em;
    border:1px solid #000;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Helvetica, sans-serif;
    /* list-style: none; */
    }

  #nav {
    position: absolute;
    width: 12em;
    background-color: #F4DDB1;
    margin-left: 1em;
    margin-top: 9em;
    border:1px solid #000;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Helvetica, sans-serif;
    /* list-style: none; */
    }

  li#Navigation {
    list-style: none;
    margin: 0; padding: 0.5em;
      }

    li#Navigation a:link {
    color: black; text-decoration:none;
  }

  li#Navigation a:visited {
    color: black; text-decoration:none;
  }

  li#Navigation a:active {
    color: black; text-decoration:none;
  }

  li#Navigation a:hover {
    color: black; text-decoration:none; background-color: #F8EBD2;
  }


   #Inhalt {
    margin-left: 15em;
    padding: 0 1em;
    }


  li#Inhalt {
    list-style: none;
    margin: 0; padding: 0.5em;
    text-align: center;
    font-weight: bold;
      }

  li#Inhalt a:link {
    color: red; text-decoration:none;
      }

  li#Inhalt a:visited {
    color: red; text-decoration:none;
  }

  li#Inhalt a:active {
    color: red; text-decoration:none;
  }