body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.9em;
	color: #635e59;
	margin: 0;
	padding: 0;
}
a {
	color: #eb690a;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, dt, th {
	color: #005ea8;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
	font-size: 1.4em;
	border-bottom: 3px double #005ea8;
	margin-top: 0;
}
h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #005ea8;
}
h2 .hdatum {
  font-size: 0.8em;
  color: Gray;
  float: right;
}
h3, h4, h5, h6 {
	font-size: 1.0em;
	border-bottom: 1px dotted #005ea8;
}
/* TABELLEN */
table {
  border: 1px solid gray;
}
th {
  background: #BFDFFF;
}
td.r1 {
  background: #fdefe5;
}
td.r2 {
  background: #facfbb;
}
td.r3 {
  background: #fdefe5;
}