.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 10px;
	width: 420px;
	top: 0px;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-align: center;
}
.fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 10px;
	width: 50px;
}
.schmal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	width: 250px;
	left: 20px;
}

.mitte {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	z-index: 1;
	height: 500px;
	top: 5px;
}

