#termintabelle {
	width: 100%;
	text-align: left;
	margin-top: 5px;
	border-left: 1px solid #999;
	padding-left: 5px;
}
#termintabelle td {
	padding: 1px 2px 1px 0px;
}
#termintabelle tr:hover {
	background-color: yellow;
}