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

.zylinder {
	position:relative;
	background:url(img/Spendenzylinder.jpg);
	width:150px;
	height:450px;
}

.balken {
	position:absolute;
	top:56px;
	left:61px;
	height:340px;
	width:60px;
	background:url(img/Spendenzylinder-balken.jpg) no-repeat;
	
	/* Spendenhöhe in Pixel */
	background-position:center 240px;
}