.zweispaltencontainer .linke-spalte{
float:left;
width:20%;
padding-right: 1%;
border-right: #000000 dotted 1px;
text-align:justify;
}

.zweispaltencontainer .rechte-spalte{
float:right;
width:77%;
padding-left: 1%;
}

.clearer{
float:none;
clear:both;
}

