.headline {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
.mitte {
	width: 600px;
	float: left;
}
.left {
	position: relative;
	z-index: 100;
	float: left;
	clear: both;
	width: 150px;
}
.headline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.right {
	float: left;
	padding-left: 20px;
}

