.box_nothing {}
.box_absolute_bottom {
    position:absolute; 
    bottom:0; 
    width:100%;
} 
.box_relative {
    position:relative; 
    //overflow:hidden; 
    padding:0;
    margin:0;
}
.box_content_inhalt {
    padding:0;
}