/* -------- Gleicher Aufbau links und rechts */
.linkerContent {
	float: left;
	width: 360px;
	margin-right: 10px;
}
.rechterContent {
	float: left;
	width: 360px;
	margin-left: 10px;
}
.rechterContent2 {
	display: none;
}

