#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: 25px;
}

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

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

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

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

.button-label {
	padding-top: 10px;
	color: #9d673f;
}

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

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

.kreis {
	display: inline-block; position: relative;
	width: 136px; height: 136px;
	top: 385px;
	margin-left: 5px;
	border: 2px solid #9d673f;
	border-radius: 50%;
	background-color: #ffe29b;
}

.spielstein {
	display: block; position: absolute;
	width: 140px; height: 140px;
	left: -2px; top: -2px;
	cursor: pointer;
}

#drop_auf {
	display: block; position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 385px;
}

#drop_ab {
	display: block; position: absolute;
	left: 0px; bottom: 0px;
	width: 100%; height: 243px;
}