/* -------- Ungleicher Aufbau links und rechts */
.linkerContent {
	float: left;
	width: 510px;
	margin-right: 10px;
}
.rechterContent {
	float: left;
	width: 200px;
	margin-left: 10px;
	background-color: #E6E6E6;
	padding: 0 5px;
	padding-top: 5px;
}
.rechterContent2 {
	display: none;
}




