* {
    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: 80px;
    padding-bottom: 100px;
    text-align: left;
    text-decoration: none;
}


#navi_seite {
    position: fixed;
    width: 140px;
    height: 350px;
    float: left;
    padding-left: 5px;
    padding-top: 50px;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #4a994c;
    
}

#n a  {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #4a994c;
}
#n a:hover {
    color: red;
}

#n a:visited {
    color: black;
}

#inhalt {
    margin-left: 180px;
    
}


.stil1 {
    color: red;
    font-size: 20px;
    font-weight: 600;
    
}

.liste {
    font-weight: 600;
}

#t a {
    text-decoration: none;
    color: #4a994c;
}

#bd {
    float: right;
}

.oben {
    text-align: right;
    font-size: 12px;
    
}
.link {
    text-align: right;
    font-size: 13px;
}
#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: 400;
    padding-bottom: 5px;
    text-decoration: none;
    color: #4a994c;
    
}
#menu_u a:hover {
    border-bottom: solid green 1px;
}
