.clear {
	clear:both;
	/*margin-bottom:15px;*/
 }               

 .twoCol50all div, .twoCol30u70 div, .threeCol33all div, .threeCol20u40u40 div, .threeCol20u60u20 div, 
.fourCol25all div, .fourCol15u35u35u15 div {
 	/*margin:5%;*/
}

 	
 /* 2-spaltiges */
 
.twoCol50all {
	margin:0px auto 0px auto;
}

 .twoCol50all .colOne, .twoCol50all .colTwo {
 	width: 400px;
 	float:left;
 	margin-left: 20px;
 }
 
.twoCol50all .colTwo {
	float:right;
	margin-left:0px;
}
 	
 .twoCol30u70 .colOne, .twoCol30u70 .colTwo {
 	width: 30%;
 	float:left;
	margin-right:2%;
 }
 	
 .twoCol30u70 .colTwo {
 	width: 66%;
 	margin-right:0;
 } 
 
 .twoColHome .colOne { width:500px; float:left; }
 .twoColHome .colTwo { width: 410px; float:right; }
 	
 	
 /* 3-spaltiges */
 
.threeCol33all .colOne, .threeCol33all .colTwo, .threeCol33all .colThree {
	width: 31.3%;
	float:left;
	margin-right:2%;
}

.threeCol33all .colThree {
	margin-right:0%;
}
	
.threeCol20u40u40 .colOne, .threeCol20u40u40 .colTwo, .threeCol20u40u40 .colThree {
	width: 19%;
	float:left;
	margin-right:2%;
}
	
.threeCol20u40u40 .colTwo, .threeCol20u40u40 .colThree {
	width:37%;
}

.threeCol20u40u40 .colThree {
	margin-right:0;
}   
	
.threeCol20u60u20 .colOne, .threeCol20u60u20 .colTwo, .threeCol20u60u20 .colThree {
	width: 19%;
	float:left;
	margin-right:2%;
}
	
.threeCol20u60u20 .colTwo {
	width:56%;
} 

.threeCol20u60u20 .colThree {
	margin-right:0;
}
	
/* 4-spaltiges */

.fourCol25all .colOne, .fourCol25all .colTwo, .fourCol25all .colThree, .fourCol25all .colFour {
	width: 205px;
	float:left;
	margin-right:50px;
}
	
.fourCol25all .colFour {
	margin-right:0;
}

.fourCol15u35u35u15 .colOne, .fourCol15u35u35u15 .colTwo, .fourCol15u35u35u15 .colThree, .fourCol15u35u35u15 .colFour {
	width: 14%;
	float:left;
	margin-right:2%;
}
	
.fourCol15u35u35u15 .colTwo, .fourCol15u35u35u15 .colThree {
	width: 32%;
}

.fourCol15u35u35u15 .colFour {
	margin-right:0;
}