* { margin: 0; padding: 0; }

.clsTblShortSpiele, .clsTblShortSpielContent,
.clsTblShortSpielInfo, .clsTblShortSpielWeiter,
clsLigaRangliste  {
	width: 150px;
	font-family: Lucida Sans Unicode, Lucida Grande;
	font-weight:normal;
	font-size: 11px;
	color: black;
	background-color: none;
}

.clsTblShortSpiele a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	color: #0065A5;
	background-color: none;
	border-bottom: 1px solid #999;
	padding: 3px 0px 3px 0px;
	font-weight:normal;
}

.clsTblShortSpiele a.selected, .clsLigaRangliste {
	color: white;
	background-color: #0065A5;
	border-bottom: none;
	padding:3px;
}
.clsTblShortSpielContent, .clsTblShortSpielInfo, .clsTblShortSpielWeiter 
{
	padding:3px;
}
.clsTblShortSpielInfo, .clsTblShortSpielWeiter
{
	background-color: #ddd;
	border-bottom: none;
	font-weight:bold;
}
.clsTblShortSpielWeiter
{
	cursor:pointer;
	color: #0065A5;
}



