/*CSS Micro Site by 4t Werbeagentur Darmstadt*/

.headline{
    font-family: helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    
}

.copy_text{
    font-family: helvetica, sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
}

.frage{
    font-family: helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.einverstaendnis{
    font-family: helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}

.erklaerung{
    font-family: helvetica, sans-serif;
    color: #918c78;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}


a{
    font-family: helvetica, sans-serif;
    font-size: 15px;
    color: #0ba1e2;
    line-height: 1.5;
    text-decoration: none;
}


#backwrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #FFFFFF;
}

#wrapper{
    position: relative;
    width: 950px;
    height: auto;
    margin: auto;
    background-color: #FFFFFF;
}

#balken_blau{
    position: relative;
    width: 270px;
    height: 1200%;
    float: left;
    background-color: #e7e5dd;
    -webkit-box-shadow: 4px 0px 4px #C1C1C1;
    -moz-box-shadow: 4px 0px 4px #C1C1C1;
    -ms-scrollbar-darkshadow-color: 4px 0px 4px #C1C1C1;
}

#content_right{
    position: relative;
    width: 650px;
    height: 600px;
    margin-left: 20px;
    background-color: #FFFFFF;
    float: left;
}

#logo_holder{
    position: relative;
    width: 39px;
    height: 55px;
    margin-top: 10px;
    float: left;
}

#mag_holder{
    position: relative;
    width: 230px;
    height: 271px;
    margin-top: 30px;
    float: left;
}