﻿/* 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: 0px solid silver;
}

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

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

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

/* 1. Spaltenbreite */
.li {
	width:180px;
	font: caption;
}

/* 2. Spaltenbreite */
.re {
	width:420px;
}

/* 3. Spaltenbreite */
.cen {
	width:50%;
}