@font-face {
	font-family: Emulogic;
	src: url(emulogic.ttf);
}

.spielschrift {
	position: absolute;
	background: #0000A8;
	font-family: Emulogic;
	font-size: smaller; 
	color: #FFFFFF;	
}

#Spielfeld {
	width: 1200px;
	height: 750px;
	border: 1px solid;
	background: #0000A8;
	position: relative;
	//font-family: Emulogic;
	color: #FFFFFF;
}

.haus {
	width: 20px;
	height: 37px;
	position: absolute;
	background-position: 0px 0px;
}

.haus.gruen_hell {
	background-image: url(Grafik/haus_gruen_hell.png);
	background-position: center center;
	background-color: #00A8A8;
}

.haus.rot_hell {
	background-image: url(Grafik/haus_rot_hell.png);
	background-position: center center;
}

.haus.grau_hell {
	background-image: url(Grafik/haus_grau_hell.png);
	background-position: center center;
}

.haus.gruen_dunkel {
	background-image: url(Grafik/haus_gruen_dunkel.png);
	background-position: center center;
}

.haus.rot_dunkel {
	background-image: url(Grafik/haus_rot_dunkel.png);
	background-position: center center;
}

.haus.grau_dunkel {
	background-image: url(Grafik/haus_grau_dunkel.png);
	background-position: center center;
}

.spieler {
	position: absolute;
}

.gorilla {
	width: 37px;
	height: 78px;
	position: absolute;
	background-image: url(Grafik/Gorilla.png);
	background-position: 0px 0px;
	/*transform: rotateY(180deg);*/
	/*scaleX(-1);*/
}

.gorilla_arm_links {
	width: 14px;
	height: 30px;
	position: absolute;
	background-image: url(Grafik/Arm_links.png);
	background-position: 0px 0px;
}

.gorilla_arm_rechts {
	width: 15px;
	height: 30px;
	position: absolute;
	background-image: url(Grafik/Arm_rechts.png);
	background-position: 0px 0px;
}

.vertikal_spiegeln {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";	
}

.loch_gross {
	width: 141px;
	height: 85px;
	position: absolute;
	background-image: url(Grafik/Explosion_gross_blau.png);
	background-position: 0px 0px;
}

.explosion_gross {
	width: 141px;
	height: 85px;
	position: absolute;
	background-image: url(Grafik/Explosion_gross.png);
	background-position: 0px 0px;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	animation: explosion_gross_anim 1s steps(16);
	-moz-animation: moz-explosion_gross_anim 1s steps(16);
	-webkit-animation: webkit-explosion_gross_anim 1s steps(16);
	-o-animation: o-explosion_gross_anim 1s steps(16);
	-ms-animation: ms-explosion_gross_anim 1s steps(16);
}

@keyframes explosion_gross_anim {
	0% { transform: scale(0); }
	50% { transform: scale(1); }
	100% { transform: scale(0); }
}

@-moz-keyframes moz-explosion_gross_anim {
	0% { -moz-transform: scale(0); }
	50% { -moz-transform: scale(1); }
	100% { -moz-transform: scale(0); }
}

@-webkit-keyframes webkit-explosion_gross_anim {
	0% { -webkit-transform: scale(0); }
	50% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(0); }
}

@-o-keyframes o-explosion_gross_anim {
	0% { -o-transform: scale(0); }
	50% { -o-transform: scale(1); }
	100% { -o-transform: scale(0); }
}

@-ms-keyframes ms-explosion_gross_anim {
	0% { -ms-transform: scale(0); }
	50% { -ms-transform: scale(1); }
	100% { -ms-transform: scale(0); }
}

.tanz {
	animation: moz-tanz_anim 2s 8 steps(1);
	-moz-animation: moz-tanz_anim 2s 8 steps(1);
	-webkit-animation: moz-tanz_anim 2s 8 steps(1);
	-o-animation: moz-tanz_anim 2s 8 steps(1);
	-ms-animation: moz-tanz_anim 2s 8 steps(1);
}

.tanz2 {
	animation: moz-tanz_anim 2s 1s 8 steps(1);
	-moz-animation: moz-tanz_anim 2s 1s 8 steps(1);
	-webkit-animation: moz-tanz_anim 2s 1s 8 steps(1);
	-o-animation: moz-tanz_anim 2s 1s 8 steps(1);
	-ms-animation: moz-tanz_anim 2s 1s 8 steps(1);
}

@keyframes tanz_anim {
	0% { transform: translate(0px, 0px); }
	50% { transform: translate(0px, -26px) scaleY(-1); }
	100% { transform: translate(0px, 0px); }
}

@-moz-keyframes moz-tanz_anim {
	0% { -moz-transform: translate(0px, 0px); }
	50% { -moz-transform: translate(0px, -26px) scaleY(-1); }
	100% { -moz-transform: translate(0px, 0px); }
}

@-webkit-keyframes moz-tanz_anim {
	0% { -webkit-transform: translate(0px, 0px); }
	50% { -webkit-transform: translate(0px, -26px) scaleY(-1); }
	100% { -webkit-transform: translate(0px, 0px); }
}

@-o-keyframes moz-tanz_anim {
	0% { -o-transform: translate(0px, 0px); }
	50% { -o-transform: translate(0px, -26px) scaleY(-1); }
	100% { -o-transform: translate(0px, 0px); }
}

@-ms-keyframes moz-tanz_anim {
	0% { -ms-transform: translate(0px, 0px); }
	50% { -ms-transform: translate(0px, -26px) scaleY(-1); }
	100% { -ms-transform: translate(0px, 0px); }
}


.banane {
	width: 8px;
	height: 19px;
	position: absolute;
	background-image: url(Grafik/Banane.png);
	/*-moz-animation: moz-banane_anim 1.5s 8 steps(8);*/
}

@-moz-keyframes moz-banane_anim {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}

.loch_klein {
	width: 25px;
	height: 24px;
	position: absolute;
	background-image: url(Grafik/Explosion_klein_blau.png);
	background-position: 0px 0px;
}

.explosion_klein {
	width: 25px;
	height: 24px;
	position: absolute;
	background-image: url(Grafik/Explosion_klein.png);
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	animation: explosion_klein_anim 1s steps(16);
	-moz-animation: moz-explosion_klein_anim 1s steps(16);
	-webkit-animation: webkit-explosion_klein_anim 1s steps(16);
	-o-animation: o-explosion_klein_anim 1s steps(16);
	-ms-animation: ms-explosion_klein_anim 1s steps(16);
}

@-moz-keyframes moz-explosion_klein_anim {
	0% { -moz-transform: scale(0); }
	50% { -moz-transform: scale(1); }
	100% { -moz-transform: scale(0); }
}

#Ueberlagerung {
	width: 1100px;
	height: 670px;
	left: 50px;
	top: 40px;
	position: absolute;
	background: #000000;
	opacity: 0.8;
	border-radius: 25px;
	text-align: center;
	z-index: 10;
}

#Pfeilspitze {
	width: 11px;
	height: 21px;
	position: absolute;
	background-image: url(Grafik/Pfeilspitze.png);
	background-position: 0px 0px;
}

#Pfeilende {
	width: 6px;
	height: 21px;
	position: absolute;
	background-image: url(Grafik/Pfeilende.png);
	background-position: 0px 0px;
}

#Sonne {
	width: 82px;
	height: 83px;
	position: absolute;
	background-image: url(Grafik/Sonne.png);
	background-position: 0px 0px;
}

#Dialog {
	width: 300px;
	height: 200px;
	left: 40%;
	top: 40%;
	position: absolute;
	background: #000000;
	opacity: 0.8;
	border-radius: 25px;
	text-align: center;
	z-index: 10;
}
