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

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

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

.button-label {
	padding-top: 10px;
}

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

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

.kreis {
	display: inline-block; position: relative;
	width: 136px; height: 136px;
	top: 600px;
	margin-left: 5px;
	border: 2px solid #447c23;
	border-radius: 50%;
	background-color: #f0f7bf;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.kreis img {
	top: -1px;
}

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

#drop_gross {
	display: block; position: absolute;
	left: 512px; top: 170px;
	width: 512px; height: 400px;
}

#drop_klein {
	display: block; position: absolute;
	left: 0px; top: 170px;
	width: 512px; height: 400px;
}