/* 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;
           }

ul {
    list-style-type: none;
    display: inline;
    padding-left: 0;
    margin-left: 0;
    background-color: #808080
   }

li {
    display: inline;
    padding: 3px 10px;
    border-left: 1px solid #000;
   }

#kopf {
       color: #006600;
       background-color: #f5ffe6;
       font-size: 30px;
       text-align: center;
       height: 100px;
       width: 910px;
      }

.cool{ font-family: Imprint MT Shadow;
       font-size: 30pt;
       font-weight: bold;
       font-style: italic;
       color: #FFFF00;
     }