div.platzbelegung {
}
p.platzbelegung-info {
	text-aling			: center;
}
table.platzbelegung-plaetze {
	border				: 0px;
	width				: 600px;
	height				: 500px;
	table-layout		: fixed;
}
td.platzbelegung-platz {
	text-align			: center;
	width				: 20%;
	height				: 20%;
}
table.platzbelegung-platz-normal {
	width				: 80%;
	height				: 120px;
	border				: 0px;
	table-layout		: fixed;
	background			: #CC3300;
}
tr.platzbelegung-platz-info {
	vertical-align		: middle;
}
td.platzbelegung-platz-info {
	text-align			: center;
	color				: #000000;
	font-size			: 2em;
}
td.platzbelegung-platzwart-info {
	text-align			: center;
	color				: #000000;
	font-size			: 1.5em;
}
table.platzbelegung-platz-platzwart {
	width				: 90%;
	height				: 100px;
	border				: 0px;
	table-layout		: fixed;
	background			: #99CC66;
}
table.platzbelegung-platz-centercourt {
	width				: 80%;
	height				: 160px;
	border				: 0px;
	table-layout		: fixed;
	background			: #CC9933;
}