.greyback {
  background-color: #f0f0f0;
}

.greyback td {
  padding: 5px;
}

table {
	width: 90%;
}

td,th {
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #ffffff;
	padding-right: 10px;
}

hr {
  border: 1px solid #d5d5ce;
}

h2 {
	font-size: 80%;
}

*html #textspalte
{
	height: expression(document.body.clientHeight - 220 + "px");
	overflow: auto;
}
