html, body {margin:0; padding:0; width:100%; height:100%; font-family: Arial, Verdana, sans-serif; overflow: auto; background-color: #d4d7e6;}


#wrapper {
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    max-width: 980px;
    height: auto;
}

#header {
    width: 100%;
    height: 215px;
    background-color: #FFFFFF;
    background-image: url(images/header_1.png);
    background-position: center;
    background-repeat: no-repeat;
}

#footer {
    width: 100%;
    height: 40px;
    background-color: #FFCD00;
    clear:  both;
}

#menue_oben {
    width: 100%;
    height: 20px;
    background-color: #FFCD00;
}

#menue_left {
    width: 15%;
    height: 800px;     
    float: left;
}


#content {
    width: 67%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-top: 30px;
    padding-left: 30px;
    
}

#menue_right {
    width: 25%;
    height: auto;
    float: right;
    padding-top: 90px;
    
}

#impressum {
   width: 900px;
   height: auto; 
    
}



.text {
    width: auto;
    height: auto;    
    padding-top: 5px;
    padding-left: 10px;
}


h1 {
    font-family: Arial;
    text-align: left;
    font-weight: bold;
    line-height: 2em;
    color: #2a3a85;
    font-size: 28px;
    margin-left: 20px;
}

h2 {
    font-family: Arial;
    font-weight: bold;
    color: #2a3a85;
    line-height: 1em;
    font-size: 18px;
    margin-top: 5px;
}

h3 {
    font-family: Arial;
    font-weight: bold;
    color: #2a3a85;
    font-size: 15px;
    margin-top: 10px;
    line-height: 0.5em;
}


p {
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    color: #2a3a85;
    line-height: 1.4em;
    float: left;
}

