.dreispaltencontainer .linke-spalte{
float:left;
width:20%;
padding-right: 1%;
border-right: #000000 dotted 1px;
text-align:justify;
}

.dreispaltencontainer .rechte-spalte{
float:right;
width:20%;
padding-left: 1%;
border-left: #000000 dotted 1px;
text-align:justify;
}

.dreispaltencontainer .rechte-spalte div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img ,
.dreispaltencontainer .linke-spalte div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img{
margin-top: 20px;
margin-bottom: 10px;
}

.dreispaltencontainer .mitte-spalte {
width: 56%;
float: left;
margin-left: 1%;
text-align:justify;
}


.clearer{
float:none;
clear:both;
}




