.Links {
	position: relative;
	width: 170px;
	float: left;
	z-index: 10;
}

.Mitte {
	position: relative;
	width: 600px;
	float: left;
	margin: 0 -30px 0 -30px;
	
/* 	background-image: url(../../img/hintergrund.jpg);
	background-repeat: repeat-y; */
}

.Rechts {
	position: relative;
	width: 170px;	
	float: left;
	z-index: 3;
}



/** 
*
*	Textstellen
*
**/
.mitteTexte {
	position: absolute; 
	top: 320px;
	left: 145px;
}

.textfeldMitteGesamteBreite {
	position: relative;
	width: 420px; 
	margin: 0 0 15px 0;
}

.textfeldMitteLinks {
	position: relative;
	float: left;
	width: 190px; 
	padding: 0 15px 0 0;
}

.textfeldMitteRechts {
	position: relative;
	float: left;
	width: 205px; 
}
