body {
	background: White;
	color: Black;
	font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
a {
	color: #6e3700;
	font-weight: bold;
	text-decoration: none;
}
a:HOVER {
	text-decoration: underline;
}
a:FOCUS {
	background: #ffdfbf;
}
h1, h2, h3, h4, h5, h6, th, dt {
	font-weight: bold;
	color: #cc6600;
  clear: both;
}
dt {
  margin-top: 5px;
}
h1 {
	margin-top: 0;
	font-size: 1.6em;
	border-bottom: 3px double #cc6600;
}
h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #cc6600;
}
h3 {
	font-size: 1em;
	border-bottom: 1px dotted #cc6600;
}
h4, h5, h6 {
	font-size: 0.8em;
	border-bottom: 1px dotted #cc6600;
}
blockquote {
	margin: 0;
}
/* TABELLEN */
table {
	border: 1px solid #CC6600;
	margin-bottom: 15px;
}
th {
  background: #ffd6ae;
}
td.r1 {
  background: #fff3e7;
}
td.r2 {
  background: #ffedda;
}
td.r3 {
  background: #ffd6ae;
}

