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

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

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

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

#verweis {
	display: block; position: absolute;
	left: 25px; top: 86px;
	/* text-shadow: 2px 2px 4px rgba(0,0,0,.3); */
}

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

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

.button-label {
	margin: 10px 0 0 0;
}

#fertig {
	display: block; position: absolute;
	left: 120px; top: 570px;
	padding: 25px 35px;
	background-color: white;
	border: 3px solid #447c23;
	border-radius: 15px;
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
	z-index: 99;
}


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


#vorgaben {
	display: block; position: absolute;
	left: 12px; top: 175px;
	width: 1000px; height: 240px;
	white-space: nowrap;
}

.karte_container,
.container_rotation {
	display: block; position: absolute;
	width: 100px; height: 129px;
}

.karte {
	display: block; position: absolute;
	width: 100px; height: 100px;
	border: 2px solid #006ab3;
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}

.bu {
	display: block; position: absolute;
	width: 104px; height: 25px;
	left: 0px; bottom: -5px;
}

.spielstein {
	cursor: pointer;
}

.sPos1  { left: 20px;  top: 450px; }
.sPos2  { left: 125px; top: 450px; }
.sPos3  { left: 230px; top: 450px; }
.sPos4  { left: 340px; top: 450px; }
.sPos5  { left: 465px; top: 450px; }
.sPos6  { left: 580px; top: 450px; }
.sPos7  { left: 700px; top: 450px; }
.sPos8  { left: 810px; top: 450px; }
.sPos9  { left: 930px; top: 450px; }

.sPos10  { left: 20px;  top: 620px; }
.sPos11  { left: 125px; top: 620px; }
.sPos12  { left: 230px; top: 620px; }
.sPos13  { left: 340px; top: 620px; }
.sPos14  { left: 465px; top: 620px; }
.sPos15  { left: 580px; top: 620px; }
.sPos16  { left: 700px; top: 620px; }
.sPos17  { left: 810px; top: 620px; }
.sPos18  { left: 930px; top: 620px; }

.onTop {
	z-index: 1;
}