table.termine {
	width: 95%;
	margin: 1em;
	min-width: 650px;
}
table.termine td {
	padding: 0.1em 0.5em;
}
table.termine td.datum {
	color: black;
	font-weight: bold;
}
table.termine td.thema {
	color: red;
	font-weight: bold;
}
table.termine td.uhrzeit {
	color: black;
	font-weight: bold;
}
table.termine td.anmelden {
	color: blue;
	font-weight: bold;
}
