body {
	background: White;
}
body, p, a, td, dt, dd, th, li {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body, p, td, li {
	color: Gray;
}
a {
	color: #df5f00;
	text-decoration: none;
	font-weight: bold;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, th, dt {
	color: Gray;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
h1 {
	margin-top: 0px;
	font-size: 20px;
	border-bottom: 3px double Gray;
}
h2 {
	font-size: 16px;
	border-bottom: 1px solid Gray;
}
h3, h4, h5, h6 {
	font-size: 12px;
	border-bottom: 1px dotted Gray;
}
dt {
	padding-top: 10px;
}
p.small {
  text-align: right;
}
.small, .small a {
  font-size: 10px;
  font-weight: normal;
}
/* TABELLEN */
th {
  background: #fde3aa;
}
td.r1 {
  background: #FFFFD8;
}
td.r2 {
  background: #fffff1;
}
td.r3 {
  background: #e8e8d4;
}


