html, body{
    margin: 0; padding: 0; width: 100%; height: 100%;
    font-family: Arial, "sans-serif"; font-size: 12px;
    background: url("../Bilder/HG.gif") repeat-x #FFF;
  }
body{
    text-align: center;
  }
a{
    text-decoration: none; color: #6F524B;
  }
a:hover{
    text-decoration: underline; color: #6F524B;
  }
img{
    border: 0;
  }
h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.8em; font-weight: normal; color: #808080;
  }
h2{
    font-variant: small-caps;
    margin: 20px 0 0 0; padding: 0 0 0 25px; height: 40px;
    font-size: 1.6em; color: #6F524B; line-height: 40px;
    background: url("../Bilder/HgH2.gif") no-repeat top left;
  }
h3{
    margin: 0; padding: 0 0 0 25px;
    font-size: 1.2em; color: #6F524B;
  }

#Seite{
    margin: auto; width: 800px; text-align: left;
  }

#Top{
    height: 150px;
  }
#Top img{
    float: right;
  }
#Menu{
    margin: 0; padding: 122px 0 0 0; height: 20px;
    list-style: none;
  }
#Menu li{
    margin-right: 30px; height: 20px; display: block; float: left;
    list-style: none;
  }
#Menu a{
    display: block; float: left; padding: 3px;
    color: #666666; text-decoration: none;
  }
#Menu a:hover{
    color: #A7A7A7;
  }
#Titel{
    text-align: right;
    font-size: 1.4em;
  }
#Inhalt{
    padding-bottom: 20px;
  }
.Dummy{
    height: 0px; line-height: 0px; font-size: 0px; clear: both;
  }
div.FotoLinks{
    float: left; margin: 0 20px 5px 0;
  }
div.FotoRechts{
    float: right; margin: 0 0 5px 20px;

}
div.FotoLinks, div.FotoRechts{
    padding: 5px;
    border: 1px solid #808080; background: #FFF;
}
div.FotoLinks img, div.FotoRechts img{
    display: block;
  }
p{
    margin: 10px 0 0 25px;
    font-size: 1em; line-height: 1.5em; color: #000000; text-align: justify;
  }
#Inhalt ul{
    list-style-image: url(../Bilder/UL.gif);
    font-size: 1.1em; line-height: 1.5em; color: #6F524B;
  }
#Inhalt li{
    padding-left: 5px;
  }
#Fuss{
    clear: both;
    padding-bottom: 20px;
    font-size: 0.9em; line-height: 2em;
    color: #808080;
  }
#Fuss a{
    color: #808080;
  }