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

/*-- Sprungbereiche horizontal angeordnet 
			P1    P2    P3
			P4    P5    P6
			P7    P8    P9  

			P19   P20    P21
			P22   P23    P24
			P25   P26    P27  
horizontaler Abstand = 200 px + 5px = 205 px
vertikaler Abstand   = 67 px
*/

/*  1. Zeile  */
#sprungbereich_p1{
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 66px;
	float: left;
	/*  background-color:gray;  */
}
	
#sprungbereich_p2{		/*  ohne float  */
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	/*   background-color:yellow;   */
} 

#sprungbereich_p3{
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	/*   background-color:yellow;   */
} 

/* 2. Zeile*/
#sprungbereich_p4{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 66px;
	/*  background-color:lightblue;   */
} 

#sprungbereich_p5{
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	
	/*  background-color:fuchsia;  */
}

#sprungbereich_p6{   /* ohne float  */
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	
	/*   background-color:cyan;   */
} 

/* 3. Zeile*/
#sprungbereich_p7{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 66px;
	/*  background-color:lightblue;   */
} 

#sprungbereich_p8{
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	
	/*  background-color:fuchsia;  */
}

#sprungbereich_p9{   
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	
	/*   background-color:cyan;   */
} 

/*  4. Zeile - 6. Zeile leer (P10 - P18)   */

/* 7. Zeile*/
#sprungbereich_p19{
	float: left;
	margin-top: 215px;
	margin-left: 0px;
	width: 200px;
	height: 66px;
	/*  background-color:lightblue;  */ 
} 

#sprungbereich_p20{
	float: left;
	margin-top: 215px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	
	/* background-color:fuchsia;  */
}

#sprungbereich_p21{   
	float: left;
	margin-top: 215px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	
	/*  background-color:cyan;  */ 
} 

/* 8. Zeile*/
#sprungbereich_p22{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 62px;
	/*  background-color:lightblue;   */
} 

#sprungbereich_p23{
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 62px;
	
	/* background-color:fuchsia;  */
}

#sprungbereich_p24{  
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 62px;
	
	/*   background-color:cyan;   */
} 

/* 9. Zeile*/
#sprungbereich_p25{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 66px;
	/*  background-color:lightblue;   */
} 

#sprungbereich_p26{
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 66px;
	
	/* background-color:fuchsia;  */
}


} 