﻿/* Schriftgröße, 20px Rand unter Tabelle */
table.tabelle {
	font-size: 12px;
	margin-bottom: 10px;
	color:navy;
}

/* Innenabstand für alle Zeilen */
table.tabelle td, th {
	padding:2px;
	text-align:left;
}

/* alle Zeilen außer th */
table.tabelle td {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid silver;
}

/* nur th-Zellen */
table.tabelle thead {
	background-color: #000080;
	color: #FFFFFF;
}

/* Überschrift (z.B. Monat) */
.ueber {
	font-size: large;
}

/* Linie */
.hr {
	color:navy;
}

/* 1. Spaltenbreite */
.zeit {
	width:100px;
	font: caption;
}

/* 2. Spaltenbreite */
.klasse {
	width:170px;
}

/* 3. Spaltenbreite */
.platz {
	width:100px;
}
/* 4. Spaltenbreite */
.trainer {
	width:170px;
}
/* 4. Spaltenbreite */
.alter {
	width:250px;
}
/* 4. Spaltenbreite */
.heutiger {
	width:250px;
}

