@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #9C3;
}
#tafel {
	background-color: #5E8511;
	height: 400px;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
}
#tafel #oben {
	padding: 5px;
	width: 200px;
	position: absolute;
	margin-left: -100px;
	left: 50%;
	top: 0px;
	background-color: #C6E687;
	text-align: center;
	font-weight: bold;
	color: #5E8511;
}
#tafel #rechts {
	background-color: #C6E687;
	width: 100px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -20px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #5E8511;
}

#tafel #unten {
	padding: 5px;
	width: 200px;
	position: absolute;
	margin-left: -100px;
	left: 50%;
	bottom: 0px;
	background-color: #C6E687;
	text-align: center;
	font-weight: bold;
	color: #5E8511;
}
#tafel #links {
	background-color: #C6E687;
	width: 100px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #5E8511;
}

#tafel #mitte {
	height: 100px;
	width: 150px;
	background-color: #C6E687;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -75px;
	position: absolute;
	color: #7C9943;
	text-align: center;
	font-weight: bold;
	
}
#tafel #mitte h1 {
	position: absolute;
	width: 100px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -50px;
}


#vonoben {
	width: 100%;
	height: 100px;
	top: 0px;
}

#vonunten {
	width: 100%;
	height: 100px;
	bottom:0px;
}

#vonlinks {
	height: 100%;
	width: 100px;
	left:0px;
}
#vonrechts {
	height: 100%;
	width: 100px;
	right:0px;
}

#vonoben, #vonrechts, #vonunten, #vonlinks {
	position: absolute;
	background-color: #7C9943;
	
}
