table#eventCalendar th
{
	background:#990000;
	text-align:center;
	color:#fff;
	width:85px;
	font-size:12px;
}
table#eventCalendar tbody td
{
	vertical-align:top;
	/*background:#efefef;*/
	background:#dcdcdc;
	font-size:9px;
	text-align:center;
	width:85px;
	height:100px;
}
table#eventCalendar tbody td.today
{
	background: khaki;
}

table#eventCalendar tbody td.a
{
	text-decoration: none;
}

#eventCalendar a:link{
	color: firebrick;
	text-decoration: none;
}

#eventCalendar a:visited 
{
  color: firebrick;
	text-decoration: none;
}

#eventCalendar a:hover 
{
  color: firebrick;
	text-decoration: none;
}

#eventCalendar a:active 
{
  color: firebrick;
	text-decoration: none;
}


table#spielplan th
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#990000;
	color:#fff;
	padding-bottom:5px;
}
table#spielplan tbody td
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:top;
	background:#dcdcdc;
	width:85px;
	height:20px;
}

.spielplan_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration:none;
}

.spielplan_links a:link 
{
  color: #000000;
  text-decoration: none;
}
	
.spielplan_links a:visited 
{
	color: #000000;
	text-decoration: none;
}
	
.spielplan_links a:hover 
{
	text-decoration:underline;
}
	
.spielplan_links a:active 
{
	color: #000000;
}

.borders
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#bakground_head
{
	background:#cdcdcd;
}

