@import url(dropdown.css);
body{
    width: 980px;
       margin: 0 auto;
    font-family: Arial;
     background-color: #F6F6F6;
    font-family:Arial;
    line-height: 1.5;
    font-size: small;
}
#top {
     clear: both;
}
#topheader{
    color: #99B200;
    margin-left: 25%;
}
#middle{       
          
    clear: both;
    
    margin-bottom: 50px;
}
#foot{      clear: both;

                width: 850px;
                padding-top:10px;
                padding-bottom:10px;
                position: static;
                bottom: 0%;
                color: #F6F6F6;
                height: 50px;
                font-family: Arial;
                font-weight: lighter;
                font-size:  small;
                background-color: #99B200;

                text-align: center;
}
#foot a {
    color: #F6F6F6; text-decoration: none;
}
#back{    
     position: relative;
     margin-top: 0px;
   
}
#partner{    float: left;        width: 150px;   height: auto;         position: relative;
}
#inhalt{
    margin-top: 2%;
    margin-left: 20%;
    width: 65%;
    
}
a.link_home{
    text-decoration: none;
    color: #667A21;
    
}

li.aktuell {
    text-decoration: underline;
    font-weight: bold;
    
}