#hg {
	display: block; position: absolute;
	left: 0px; top: 0px;
	width: 1024px; height: 768px;
	background: url('../img/hintergrund.jpg');
}

#headline {
	display: block; position: absolute;
	left: 50px; top: 25px;
}

#einleitung {
	display: block; position: absolute;
	left: 25px; top: 120px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

#anzahl {
	display: inline-block;
}

#verweis {
	display: block; position: absolute;
	right: 25px; top: 25px;
}

#button {
	display: block; position: absolute;
	left: 25px; bottom: 50px;
	width: 300px;
}

.button-rund {
	float: left;
	margin: 0 10px 0 0;
}

.button-label {
	padding-top: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

#spielfeld {
	display: block; position: absolute;
	left: 25px; top: 212px;
	width: 974px; height: 425px;
	border: 2px solid white;
	background-image: url('../img/schachtel.jpg');
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
	overflow: hidden;
}

#papier1 { left: 0px; top: 0px; }
#papier2 { left: -500px; top: 0px; }

.papier {
	display: block; position: absolute;
	width: 1500px; height: 500px;
	background-image: url('../img/muster.png');
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}

.philipp {
	display: block; position: relative;
	margin: 40px auto;
}

#ph1 { width: 293px; height: 344px; }
#ph2 { width: 324px; height: 359px; }
#ph3 { width: 279px; height: 361px; }
#ph4 { width: 414px; height: 358px; }

#tipp {
	display: block; position: absolute;
	left: 280px; top: 660px;
}

.band {
	display: block; position: absolute;
	width: 50px; height: 4430px;
	left: 0px; top: -2000px;
	border: 2px solid #8c8c8c;
	cursor: pointer;
	
	-webkit-transform-origin: 50% 50% !important;
	   -moz-transform-origin: 50% 50% !important;
	    -ms-transform-origin: 50% 50% !important;
	     -o-transform-origin: 50% 50% !important;
	        transform-origin: 50% 50% !important;
}