/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

.zweispalter {
  width: 530px; 
  margin-left: 20px;
  margin-bottom: 50px;
}

.zweispalter_1 {
  width: 260px;
}

.zweispalter_2 {
  width: 250px;
  margin-left: 20px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}


.dreispalter {
  width: 670px; 
  margin-left: 20px;
  margin-bottom: 50px;
}

.dreispalter_1 {
  width: 210px;
}

.dreispalter_2 {
  width: 210px;
  margin-left: 20px;
}

.dreispalter_3 {
  width: 210px;
  margin-left: 20px;
}

.dreispalter_1, 
.dreispalter_2,
.dreispalter_3 {
  float: left;
}


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