@charset "UTF-8";
/* CSS Document */



 
#scroll-wrapper {

	height:600px;
	overflow:hidden;
	position:relative;
	margin: 0px;
	
}

<!--[if IE 6]>
#scroll-wrapper {
	font-weight: bold;
	color: #009933;	
	overflow:hidden;
	position:relative;
	margin: 0px;}
<![endif]-->

#scroll-inner {
	width: 5000px;
	position: relative;}
 

 
.scrolling-content {
	position: absolute;
	top: 0px;
	padding-right: 1px;
	padding-left: 1px;
	
}
 
 
#guats {
	background-color: #FFFFFF;
	padding-left: 0px;
	
}
 
#milch {
	/**left: 20%;**/
	left: 1000px;
	
}


#abhoin {
	/**left: 40%;**/
	left: 2000px;
	height: 450px;
}


#gutscheine {
	/**left: 60%;**/
	left: 3000px;
	
	
}

#geschenk {
	/**left: 80%;**/
	left: 4000px;
	height: 350px;
	
}
#bild {
	background-image: url(../../images/gs.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 279px;
	width: 400px;
}



