
.spielplan {
	text-align:left;
	padding:5px;
	border:none;
 	font-family:Arial;
	font-size:12px;
	width:650px;
	border-collapse:collapse;
	margin-left:5px;
	margin-top:15px;
}

.spielplan th {
	text-align:center;
	font-size:16px;
	background-color:#115e87;
	color:#fff;
	height:30px;
	vertical-align:middle;
	text-transform:uppercase;
	letter-spacing:5px;
}

.spielplan td {
	text-align:left;
	height:50px;
	border-top:1px solid #ccc;
	padding:3px;
}

.spielplan td.tag{
	background-color:#ccc;
	font-weight:bold;
	padding:5px;
	height:23px;
	font-size:14px;
}

.spielplan td.zeit{
	width:75px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.spielplan td.zeit span.status{
	font-weight:normal;
	font-size:11px;
}
.spielplan td span.stueck{
	font-size:13px;
	font-weight:bold;
	color:#115e87;
}

