/* spalten */

    div.columns {
     float: left;
     margin: 0 0 12px 0;
     padding: 0;
     vertical-align: top;
     min-height: 12px;
     overflow: hidden;
    }
    
    div.spacer {
     height: 1px;
    }
    
/* column attributes */
    
    div.justify {
     text-align: justify;
    }
    
    div.standard {
     margin-bottom: 12px;
    }
    
    div.spacer {
     width: 12px;
     height: 1px;
    }
    
    div.one, img.one {
     width: 194px;
    }
    
    div.two, img.two {
     width: 400px;
    }
    
    div.three, img.three {
     width: 614px;
    }
    
    div.four, img.four {
     width: 756px;
    }
    
   
