body {
	background: White;
}
body, p, a, li, th, td, dd, dt, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Geneva, sans-serif;
}
body, p, li, th, dt, td {
	font-size: 12px;
	color: Black;
}
a {
	font-size: 12px;
	color: #9F6C00;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, dt, th {
	color: #8d1122;
  font-weight: bold;
}
h1 {
	font-size: 18px;
	background: url(pics/bomml.gif) no-repeat left;
	padding-left: 15px;
	border-bottom: 1px solid #8d1122;
}
h2 {
	font-size: 14px;
	border-bottom: 1px dotted #8d1122;
  clear: both;
}
h3, h4, h5, h6 {
	font-size: 12px;
	border-bottom: 1px dashed #8d1122;
  clear: both;
}
h2.small {
  clear: none;
  color: Black;
  font-size: 12px;
  border-bottom: none;
}
/* TABELLEN */
th {
  background: #F9B218;
}
td.r1 {
  background: #FFFCDF;
}
td.r2 {
  background: #fff7b5;
}
td.r3 {
  background: #F9B218;
}

