* {
    margin: 0;
    padding: 0;
   font-family: Verdana, sans-serif;     
}
.wrapper {
    
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    
}
#Navigation_oben {
   position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    z-index: 10;
    
    background-color: rgba(249, 227, 114,0.9);
    
}


#Logo {
    width: 700px;
    height: 55px;
    padding-left: 5px;
    
    float: left;
    margin: 2px;
    
}
#Logo p {
    font-family: Verdana;
    font-size: 38px;
    color: #4a994c;
    line-height:  1.5;
   
    
}
#Logo a {
    text-decoration: none;
    font-family: Verdana;
    font-size: 38px;
    color: #4a994c;
    line-height:  1.5;
}
#menu {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
   
}
#menu a {
    padding-right: 33px;
     font-weight: 400;
    padding-top: 5px;
    text-decoration: none;
    color: #4a994c;
    
}
#menu a:hover {
    border-top: solid green 1px;
}


#content {
    padding-top: 10px;
    padding-bottom: 100px;
    text-align: left;
    
}

#Navigation_unten {
   position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    z-index: 10;
    
    background-color: rgba(249, 227, 114,0.9);
    
}


#menu_u {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
   
}
#menu_u a {
    padding-right: 20px;
     font-weight: 600;
    padding-bottom: 5px;
    text-decoration: none;
    color: #4a994c;
    
}
#menu_u a:hover {
    border-bottom: solid green 1px;
}