/* 2spaltige Suchstyles */
.colcontainer {
	width: 100%; 
	overflow: auto;
}
.columnleft {
	width: 49%;  
	float: left;
}
.columnright {
	width: 49%;  
	float: right;
}
