body {
    background-color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background:url(../images/kurve.jpg) no-repeat;
}

/* Motiv */
#motiv {
	position:absolute; 
	/* ohne alternative navigation auf 135px; */
	/* mit alternative navigation auf 214px; */
	top:0px; /*135*/
	left:180px; 
	width:550px;  /*236*/
	height:400px; /*136*/
	z-index: 10;
}

#motiv_fallback {
	position:absolute; 
	/* ohne alternative navigation auf 135px; */
	/* mit alternative navigation auf 214px; */
	top:0px; /*135*/
	left:180px; 
	width:550px;  /*236*/
	height:400px; /*136*/
	z-index: 1;
}


/* Produktpackungen */
#produktpackungen {
	position:absolute; 
	/* ohne alternative navigation auf 135px; */
	/* mit alternative navigation auf 214px; */
	top:0px; /*135*/
	left:-140px; 
	width:500px; 
	height:89px; 
	z-index: 10;
	/*border: 1px #ff0000 solid;*/
}

/* Rahmen links */
#rahmen_links {
	position:absolute; 
	top:100px; 
	left:0px; 
	width:180px; 
	height:100%; 
	background-color: #439A63;	
	z-index: -1;
}

