
/*----------------TABELLE-------------------*/
#tabelle {
	height: 511;
	margin-top: 0px;
	background-image: url(../img/tabellen_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0 0 0;
	text-align: center;
}
#tabelle_bg {
	width: 820px;
	height: 500px;
	background-image: url(../img/tabellen_bg_blau.png);
	background-repeat: no-repeat;
	margin:0 auto 0 auto;
}
table {
	margin:10px auto 0 auto;
	width: 800px;
	border-collapse: collapse;
	padding: 5px 0 0 0;
}
th {
	border-bottom: 1px solid;
	font-size: 14px;
	padding: 12px 0 7px 0;
}
td {
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #ffffff;
	width: 133px;
	height: 34px;
	font-size: 9px;
	line-height: 12px;
}
.zeit_tabelle {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.kl_miniclub {
	background-color: #ffc95b;
}
.gr_miniclub {
	background-color: #ffe57c;
}
.en_minifit {
	background-color: #ffc497;
}
.ch_minifit {
	background-color: #ffad90;
}
.mi_sportifanten {
	background-color: #e0e57c;
}
.ma_sportifanten {
	background-color: #d4f68f;
}
.vorschulclub {
	background-color: #87cefa;
}
.babyfanten {
	background-color: #afeeee;
}
.vaetertreffen {
	background-color: #f2a84a;
	border-right: none;
}
#tabelle a:link {
	color: #666666;
}
.rechts_ohne {
	border-right: none;
}
.unten_ohne {
	border-bottom: none;
}
#zeit_tabelle_ohne {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: none;
}
#ch_minifit_ohne {
	background-color: #ffad90;
	border-bottom: none;
}
#ma_sportifanten_ohne {
	background-color: #d4f68f;
	border-bottom: none;
}
#gr_miniclub_ohne {
	background-color: #ffe57c;
	border-bottom: none;
}
#rechts_unten_ohne {
	border-right: none;
	border-bottom: none;
}

.frei {
	background-color: #d3d3d3;
}