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

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

#einleitung {
	display: block; position: absolute;
	left: 435px; top: 25px;
}

#anleitung {
	display: block; position: absolute;
	right: 25px; bottom: 20px;
}

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

#button {
	display: block; position: absolute;
	right: 25px; top: 25px;
	width: 70px;
}

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

#spielfeld {
	display: block; position: absolute;
	left: 0px; top: 130px;
	width: 1024px; height: 565px;
}


/***********************************************/


#aufgabe {
	display: block; position: relative;
	left: 0px; top: 10px;
	height: 140px;
	margin: 0 auto;
	padding: 70px 0 0 0;
}

#rechnung {
	display: block; position: absolute;
	left: 250px; top: 242px;
	height: 120px;
}

.summand1,
.summand2,
.ergebnis {
	display: inline-block; position: relative;
}

.plus,
.gleich {
	display: inline-block; position: relative;
	width: 100px;
	text-align: center;
}

#aufgabe .plus,
#aufgabe .gleich {
	top: -100px;
	color: #a9c6a3;
}

#aufgabe .summand,
#aufgabe .ergebnis { 
	top: -45px;
}

#aufgabe .summand1,
#aufgabe .summand2,
#aufgabe .ergebnis {
	margin-left: 35px;
}

#rechnung .plus,
#rechnung .gleich {
	height: 95px;
	padding-top: 25px;
}

#rechnung .summand1,
#rechnung .summand2,
#rechnung .ergebnis {
	display: inline-block; position: relative;
	width: 100px;
	text-align: center;
}

.objekt {
	display: inline-block; position: relative;
	width: 80px; height: 80px;
	margin-left: -35px;
}

.objekt:first-child {
}

.objekt:nth-child(even) {
	margin-bottom: 80px;
}

#drop {
	display: inline-block; position: relative;
	width: 95px; height: 85px;
	color: white;
	background-color: white;
	border: 2px solid #ef7d07;
	box-shadow: 3px 3px 6px rgba(0,0,0,.2);
	padding-top: 10px;
	top: -90px;
}

.spielstein {
	display: block; position: absolute;
	width: 95px; height: 85px;
	bottom: 0px;
	cursor: pointer;
	color: #ef7d07;
	background-color: #fde1c6;
	border: 2px solid #ef7d07;
	box-shadow: 3px 3px 6px rgba(0,0,0,.2);
	padding-top: 10px;
}

#spielstein-1 { left: 20px; }
#spielstein-2 { left: 130px; }
#spielstein-3 { left: 240px; }
#spielstein-4 { left: 350px; }
#spielstein-5 { left: 460px; }
#spielstein-6 { left: 570px; }
#spielstein-7 { left: 680px; }
#spielstein-8 { left: 790px; }
#spielstein-9 { left: 900px; }