/* Formatierung der Ebenen zum Inhaltslayout */

#content {
	z-index:1;
	margin:auto;
	width:775px;
	top: 0px;
	position: relative;

}

#toplogo {
	z-index:2; 
	width:320px; 
	height:82px; 
	top: 8px; 
	position: absolute; 
	left: 9px;
}

#topbildrechts {
	z-index:3;
	top: 8px; 
	position: absolute; 
	right: 6px; 
	height: 82px; 
	width: 149px;
}

#topbildmitte {
	z-index:4;
	top: 8px; 
	position: absolute; 
	right: 156px; 
	height: 82px; 
	width: 134px;
}

#topbildlinks {
	z-index:5; 
	top: 8px; 
	position: absolute; 
	right: 291px; 
	height: 82px; 
	width: 53px;
}

#navigationlinks {
	z-index:6;
	top: 107px;
	left: 9px;
	position: absolute;
	width: 149px;
	text-align: left;
	height: auto;
}

#navigationrechts {
	z-index:7;
	top: 107px;
	position: absolute;
	height: auto;
	width: 148px;
	left: 620px;
	text-align: left;
}

#inhalt {
	z-index:8;
	top: 126px;
	position: absolute;
	height: auto;
	width: 411px;
	left: 183px;
	text-align: left;
}
