#contentbody div.csc-default{
    width: 96%;    
    margin: 0 2% !Important;
    padding: 1em 0!important;
    position: relative;
    clear: both; 
    border-bottom: 1px solid lightgrey;
}

#contentbody .csc-header{
    width: 20%;  
    position: absolute;
}

#contentbody .bodytext{
    position: relative;
    width: 75%;
    left: 25%;
}

#contentbody div.csc-textpic-imagewrap{
    clear: both;
    margin-left: 0;
}

/* ------------------------------------------------------------------------
                  kleiner 767px                                       
   ------------------------------------------------------------------------*/
@media only screen  and (max-width : 767px) {
    
    #contentbody div.csc-default{
        width: 100%;    
        margin: 0 !Important;
    }
    
    #contentbody .csc-header{
        width: 100%;  
        position: relative;
    }

    #contentbody .bodytext{
        position: relative;
        width: 100%;
        left: 0;
    }
    
} /* Ende media */

