
.zweispalter {
  width: 100%; 
}

.zweispalter_1 {
  width: 49%;
	float:left;
}

.zweispalter_2 {
  width: 49%;
	float:right;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

.zweispalter_1 p, .zweispalter_2 p {
	font-size:9pt;
}

