table 
{
	margin-bottom: 1.5em; /* Wie ein Absatz */
	/*
	border-left: 0.3em solid rgb(85,85,85);
	border-right: 0.3em solid rgb(85,85,85);
	*/
}
caption /* wie */
{
	padding-bottom: 0.5em;
	font-weight: bold;
	text-align: left;
}
col.kategorie {	width: 30%;}
col.daten {width: 70%;}
th, td
{
	padding: 0.2em 0.5em 0.2em 0.5em;
	font-weight: normal;
	text-align: left;
}
thead th, tfoot td
{
	background-color: rgb(85,85,85);
	color: rgb(245,245,246);
	text-align: center;
}
thead th
{
	text-transform: uppercase;
}
article tfoot td
{
	border-top: 0.4em solid rgb(245,245,246);
	font-size: 0.73em;
	font-style: oblique;
}
th.project
{
	border-top: 0.3em solid rgb(245,245,246);
	padding-top: 2em;
}
tr.hell {background-color: white;}
tr.dunkel {background-color: rgb(210,210,212);}