/* Hintergrundfarbe */
body {
        background: #666666;
         font-size: 16px;
         font-family: Arial;
         }


#banner {
         position: absolute;
         top: 10px;
         left: 20px;
        width: 900px;
        height: 90px;
        background-color: #666666;
         }

#hauptlinks {
         position: absolute;
         top: 110px;
         left: 20px;
        width: 900px;
        height: 30px;
        background-color: #FFDF00;
        }
#hauptlinks a {
        display: block;
        float: left;
        height: 30px;
        padding: 0px 15px 0px 15px;
        line-height: 30px;
        color: #000000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing : 2px;
         }
#hauptlinks a:hover {
        color: #333333;
         background-color : #FFBF00;
         }
#hauptlinks a.active {
        color: #333333;
         text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
         background-color : #FFBF00;
         }




#weitereinfos {
        position: absolute;
        top: 141px;
        left: 20px;
        width: 900px;
        height: 30px;
        line-height: 30px;
        background-color: #F4FE85;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing : 2px;
        }
#weitereinfos a {
        display: block;
        float: left;
        height: 30px;
        padding: 0px 20px 0px 20px;
        line-height: 30px;
        color: #000000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing : 2px;
         }
#weitereinfos a:hover {
        color: #333333;
         background-color : #FFDF00;
         }
#weitereinfos a.active {
        color: #333333;
         text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
         background-color : #FFDF00;
         }




#abstand1 {
        position: absolute;
        top: 190px;
        left: 20px;
        width: 900px;
        height: 10px;
        border-top: 1px solid #F4FE85;
        background-color: #666666;

        }

#inhalt {
        position: absolute;
        top: 210px;
        left: 20px;
        width: 860px;
        padding: 20px;
        border: 1px solid #F4FE85;
        background-color: #666666;
        color: #F4FE85;   

        }


p {
  font-size: 16px;
  color: #F4FE85;
  }


h2 {
   color: #F4FE85;
   text-decoration: none;
   font-size: 16px;
   letter-spacing : 2px;
   }


span {
     font-weight:bold;
     }



     ul {
     color: #F4FE85;
     }