html, body {
	font-family: Verdana;
}
audio {
	display: none;
}
#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 800px;
	height: 550px;
}
.splash {
	background-color: #222222;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 550px;
	text-align: center;
	font-size: 60px;
	color: #FFFFFF;
	z-index: 3;
}
#gamestart {
	cursor: pointer;
}
#gamestart #instruction {
	position: absolute;
	width: 760px;
	height: 30px;
	line-height: 30px;
	padding: 20px;
	bottom: 0;
	left: 0;
	font-size: 22px;
}
#gameend {
	display: none;
}
#gameend #bashed {
	position: absolute;
	width: 50%;
	height: 30px;
	line-height: 30px;
	padding: 20px;
	bottom: 0;
	left: 0;
	font-size: 22px;
	color: #88FF88;
}
#gameend #missed {
	position: absolute;
	width: 50%;
	height: 30px;
	line-height: 30px;
	padding: 20px;
	bottom: 0;
	right: 0;
	font-size: 22px;
	color: #FF0000;
}
#baaamcontainer {
	width: 800px;
	height: 70px;
	background-color: #000000;
	font-size: 30px;
	text-align: center;
	position: relative;
}
#baaam {
	width: 760px;
	padding: 20px;
	color: #FF0000;
	display: none;
}
#counter {
	width: 60px;
	height: 70px;
	line-height: 70px;
	color: #88FF88;
	position: absolute;
/*		top: 0;*/
	right: 0;
}
#spiel {
	width: 800px;
	height: 480px;
	background-color: #000000;
	position: relative;
}
#spielfeld {
	width: 100%;
	height: 100%;
	background: url(images/spielfeld.png) no-repeat;
	position: relative;
}
.hitfield {
	width: 150px;
	height: 180px;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}
#field1 {
	left: 29px;
	top: 31px;
}
#field2 {
	left: 220px;
	top: 31px;
}
#field3 {
	left: 432px;
	top: 31px;
}
#field4 {
	left: 627px;
	top: 31px;
}
#field5 {
	left: 29px;
	top: 231px;
}
#field6 {
	left: 220px;
	top: 231px;
}
#field7 {
	left: 432px;
	top: 231px;
}
#field8 {
	left: 627px;
	top: 231px;
}
.object {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 180px;
	left: 0;
}
.hitit {
	background: url("images/1.png");
}
.dontbelieve {
	background: url("images/2.png");
}
