.floatleft {
	clear: left;
	float: left;
	margin-right: 65px;
	margin-bottom: 65px;
}
.floatright {
	clear: right;
	float: right;
	margin-left: 65px;
	margin-bottom: 65px;
}
.floatclear {
	clear: both;
}
.zentrieren {
	text-align: center;
}