/* Druckstil Datei */
body
    {
     background-color: #ffffff;
     color: #000000;
     margin: 0;
     padding: 0;
     text-align: center;
    } 

#container {
            width: 55em;
            text-align: left;
            margin-left: auto;
            margin-right: auto;
           }

#navigation, #navigation ul {
     margin: 0;
     padding: 0;
     list-style: none;
     font-weight: bold;
    }
    
ul#navigation li a {
    background-color: #808080;
    color: #000000;
    text-decoration: none;
    display: block;
    width: 8em;
    padding-top: 5px;
   }

#navigation li {
    float: left;
    width: 8em;
   }

#navigation li ul {
    position: absolute;
    width: 8em;
    left: -999em;
    background-color: #808080;
   }
   
#navigation li:hover ul, #navigation li.sfhover ul {
    left: auto;
   }
   
#navigation li li a:hover {
    background-color: #bfb0ac;
   }

#kopf {
       color: #006600;
       background-color: #f5ffe6;
       font-size: 30px;
       text-align: center;
       height: 100px;
       width: 910px;
      }

#inhalt { clear: left;  width: 32em; padding-top: 5px; }

#bilder { float: left; margin: 2em; }