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

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

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

#button {
	display: block; position: absolute;
	left: 25px; top: 685px;
	width: 200px;
}

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

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


.karte {
	display: block; position: absolute;
	width: 143px; height: 143px;
	border: 2px solid #e2001a;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
	cursor: pointer;
	
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/*
		background-size: 103% !important;
	*/
}

.onTop {
	z-index: 1;
}

.pos1  { left: 235px; top: 135px; }
.pos2  { left: 389px; top: 135px; }
.pos3  { left: 543px; top: 135px; }
.pos4  { left: 697px; top: 135px; }
.pos5  { left: 851px; top: 135px; }

.pos6  { left: 235px; top: 288px; }
.pos7  { left: 389px; top: 288px; }
.pos8  { left: 543px; top: 288px; }
.pos9  { left: 697px; top: 288px; }
.pos10 { left: 851px; top: 288px; }

.pos11 { left: 235px; top: 442px; }
.pos12 { left: 389px; top: 442px; }
.pos13 { left: 543px; top: 442px; }
.pos14 { left: 697px; top: 442px; }
.pos15 { left: 851px; top: 442px; }

.pos16 { left: 235px; top: 595px; }
.pos17 { left: 389px; top: 595px; }
.pos18 { left: 543px; top: 595px; }
.pos19 { left: 697px; top: 595px; }
.pos20 { left: 851px; top: 595px; }

#fertig {
	display: block; position: absolute;
	left: 265px; top: 290px;
	padding: 25px 35px;
	background-color: white;
	border: 3px solid #006ab3;
	border-radius: 15px;
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}