div#spielplan_container
{
	height: 1%;
}

div#spielplan_header
{
	margin: 10px 0px 15px 0px;
}

div#spielplan_header table
{
	font-weight: bold;
	font-size: larger;
}

div#spielplan_form
{
	text-align: center;
	font-size: x-small;
	margin-bottom: 10px;
}

table#spielplan
{
	border: 1px solid #cccccc;
	width: 100%;
}

table#spielplan tr.spielrunde
{
	font-weight: bold;
}

table#spielplan tr.spielrunde td
{
	border: 1px solid #cccccc;
}

table#spielplan tr.even
{
	background-color: #eeeeee;
}

table#spielplan tr.odd
{
	background-color: #dddddd;
}

table#spielplan tr.kampfms
{
	color: #000000;
}

table#spielplan tr.reservems
{
	color: #aaaaaa;
}

table#spielplan td.spielplan_datum, table#spielplan td.spielplan_zeit, table#spielplan td.spielplan_heimms, table#spielplan td.spielplan_seperator, table#spielplan td.spielplan_gastms, table#spielplan td.spielplan_toreheim, table#spielplan td.spielplan_toregast
{
	padding: 0px 5px 0px 5px;
}

table#spielplan td.spielplan_datum
{
	white-space: nowrap;
}

table#spielplan td.spielplan_zeit {}
table#spielplan td.spielplan_heimms {}
table#spielplan td.spielplan_seperator {}
table#spielplan td.spielplan_gastms{}
table#spielplan td.spielplan_toreheim
{
	text-align: center;
}

table#spielplan td.spielplan_toregast
{
	text-align: center;
}

div#nofurthergames
{
	font-weight: bold;
	color: red;
	text-align: center;
}


