body#was-produziert-wird h2 {
    position:absolute; 
    left:20px; 
    top:20px; 
    color:white;
}

body#was-produziert-wird .article {
    position:absolute; 
    left:430px; 
    top:20px;   
    width:279px; 
    height: 320px; 
    overflow: auto; 
    padding-right: 20px; 
    text-align: justify;
    line-height: 130%;
    
    scrollbar-base-color: white;
    scrollbar-3d-light-color: white;
    scrollbar-arrow-color: #00529D;
    scrollbar-darkshadow-color: white;
    scrollbar-face-color: white;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: white;
    scrollbar-track-color: #00529D;      
}

body#was-produziert-wird .article p {
    color: white;
}

body#was-produziert-wird .content-navi {
    position:absolute; 
    left:25px; 
    top:255px;
}