#moehrfeld {
	width: 1024px;
	text-align: left;
}

#moehre_bg {
	position: absolute;
	left: 250px;
	top: 340px;
	width: 560px;
	height: 580px;
	z-index: -1;
}

#scoreboard, #scoreboard_elems {
	position: absolute;
	left: 850px;
	top: 510px;
	border: 4px groove;
	width: 300px;
	height: 400px;
	font-size: 45px;
}

#timefeld, #timefeld_txt {
	position: absolute;
	left: 850px;
	top: 350px;
	border: 4px groove;
	width: 300px;
	height: 100px;
	font-size: 45px;
}

#scorer2 {
	visibility: hidden;
}

.scorenumber {
	font-weight: bold;
	text-align: right;
	
}

td {
	padding: 5px;
	height: 50px;
	width: 50px;
}

#scoretable {
	background-color: DarkSeaGreen;
	width: 800px;
}

#scoretable td {
	border: 2px solid;
	border-color: #647F5D;
	height: 20px;
}

