/* CSS Document */


.spalter_container {
	overflow:hidden;
	padding:10px;
	border:1px solid #000;
	margin-bottom:20px;
}

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

.spaltercol2 {
	margin-left:50%;
}
