@charset "utf-8";
/* CSS Document */

/* Übungszeiten */

th {
	font-size:14px;
}

td.turnen {
	font-size:12px;
	color:#6663ff;
}

td.fussball {
	font-size:12px;
	color:#329b65;
}

td.volleyball {
	font-size:12px;
	color:#00C2D6;
}


td.aerobic {
	font-size:12px;
	color:#cf3563;
}

td.gymnastik {
	font-size:12px;
	color:#FF9E00;
}

td.fussball_info {
	font-size:12px;
	color:#000000;
}


/* Seiten Aufbau */

td.navi {
	font-family: Arial, Helvetica, sans-serif;
   color: White;
	text-align: center;
	background-color: #CC0000;
}



td.unten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
   color: White;
	text-align: left;
	background-color: #CC0000;
}



td.mitte{
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}


/* Links */

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




a.klein:link {
	color: #000000;
	text-decoration: underline;
	font-size: smaller;
}
a.klein:visited {
	color: #000000;
	text-decoration: underline;
	font-size: smaller;
}
a.klein:active {
	color: #000000;
	text-decoration: underline;
	font-size: smaller;
}
a.klein:hover {
	color: #000000;
	text-decoration: underline;
	font-size: smaller;
}




a.navi:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
a.navi:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
a.navi:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}
