body {
	background: White url(pics/bg.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
}
body, p, a, li, th, td, dd, dt {
	font-family: Arial, Verdana, Geneva, sans-serif;
}
body, p, li, th, dt, td {
	font-size: 14px;
	color: #636363;
}
a {
	color: #77580e;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, dt, th {
	color: #f7bd35;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Verdana, Geneva, sans-serif;
  clear: both;
}
h1 {
	font-size: 20px;
  border-bottom: 3px double #f7bd35;
}
h2 {
	font-size: 16px;
  border-bottom: 1px solid #f7bd35;
}
h3, h4, h5, h6 {
	font-size: 14px;
  border-bottom: 1px dotted #f7bd35;
}
/* TABELLEN */
th {
  background: #8F846B;
}
td.r1 {
  background: #f9e3b1;
}
td.r2 {
  background: #ffde91;
}
td.r3 {
  background: #f9e3b1;
}

