#wrapper{
	width: 1182px;
	height: 665px;
	margin: auto;      /* generell Zentrierung  */
	background-image: url(../images/hintergrund_aktuell.jpg);
	/*  background-color: aquamarine;  */
} 

/*-- Sprungbereiche horizontal angeordnet 
			1    2    3
			4    5    6
			7    8    9  

Abstand = 200 px + 5px = 205 px
*/

#sprungbereich_6{
	margin-top: 205px;
	margin-left: 410px;
	width: 200px;
	height: 200px;
	/*   background-color:cyan;   */
} 