.spielsteinMain {
    font: bold 12px "Courier New", Courier, mono;
    text-align: center;
	vertical-align: middle;
}

body {
	/*background-color: #003500;*/
	background-color: #1E4108;
	background: url(img/bggruen.png) repeat;
	margin: 0;
}

img {
	border-style: none;
}

#btnStart {
	top: 455px;
	left: 210px;
	position: absolute;
	cursor: pointer;
}

.anzV {
    left: 0px;
	position: absolute;
	float: left;
	visibility: hidden;
}

.anzH {
	top: 0px;
	top: 494px;
	position: absolute;
	float: left;
	visibility: hidden;
}


#status {
	top: 20px;
	position: relative;
	overflow: hidden;
    float: none;
	/*background-color: #ffc900;*/
	
	height: 530px;
    width: 560px;
	
	/*text-align: center;
	vertical-align: middle;
	vertical-align: bottom;*/
	
}

#abdeckerA {
	top: 0px;
    left: 33px;
	/*spielanzeige elemente = 30 + 2 rand*/
    height: 492px;
    width: 492px;
	z-index: 20;
	
	position: absolute;
	float: left;
	/*
	position: relative;
	float: none;
	*/
}

#hilfeImg {
	
}

#spielfeld {
    /*top: 20px;*/
	
	top: 0px;
    left: 0px;
    height: 492px;
    width: 492px;
    /*padding-left: 10px;
     padding-right: 10px;
    -moz-user-select: none;
    padding-top: 10px;*/
    background-color: #bb96ae;
    position: relative;
	/*position: absolute;*/
	
	
    overflow: hidden;
    float: none;
    /*der trick ist float: none;*/
    /*float: left;*/
	vertical-align: middle;
	background: url(img/bgRaster.png) no-repeat;
	/*border: 1px solid #ff8e00;*/
	visibility: hidden;
}