.hell {
	color: gray;
	background-color: #e1e6eb;
	border-bottom: 1px solid red;
}

.dunkel {
	color: gray;
	background-color: #d5d8de;
	border-bottom: 1px solid red;
}

.hell td, .dunkel td {
	border-bottom: 1px solid gray;
	padding: 0 0 0 5px;
	font-size: 0.9em;
}

th {
	text-align: left;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

table {
	width: 100%;
}
