

#spielfeld {
	position: absolute;
	top: 300px;
	left: 230px;
	width: 1024px;
	height: 600px;
	text-align: left;
	background-image: url("../game_pics/wiesenspielfeld.jpg");
}

#wuerfel {
	position: absolute;
	top: 340px;
	left: 235px;
	width: 64px;
	height: 64px;
	
}

.wuerfelfeld:hover {
	border: 1px solid red;
}

#placeholder {
	height: 650px;
}

.hase {
	position: absolute;
}

#hase1 {
	top: 900px;
	left: 250px;
	z-index: 1;
}

#hase2 {
	top: 900px;
	left: 270px;
	z-index: 2;
}

#hase3 {
	top: 900px;
	left: 290px;
	z-index: 3;
}

#hase4 {
	top: 900px;
	left: 310px;
	z-index: 4;
}

#anzeige {
	position: absolute;
	top: 950px;
	left: 230px;
	width: 800px;
}

.karte_class {
	width: 200px;
	height: 300px;
	z-index: 10;
	background-color: lightgrey;
	padding: 15px;
	border-radius: 15px;
}

#karte {
	position: absolute;
	top: 400px;
	left: 600px;
	display: none;
}

#karte_stapel {
	position: absolute;
	top: 630px;
	left: 40px;
	width: 150px;
	height: 250px;
}

#m_txt {
	color: #FF6A00;
}