body {
	background: #e6c594 url(pics/hintergrund.gif) repeat-y 210px 0px;
}
body, p, a, li, th, td, dd, dt {
	font-family: Arial, Verdana, Geneva, sans-serif;
}
body, p, li, th, dt, td {
	font-size: 12px;
	color: Black;
}
a {
	font-size: 12px;
	color: #6d4b24;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, dt, th {
	color: #a41c1c;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #a41c1c;
  clear: both;
}
h1 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	padding-left: 25px;
	padding-top: 30px;
  padding-bottom: 5px;
}
h2 {
	font-size: 14px;
}
h3, h4, h5, h6 {
	font-size: 12px;
}
/* TABELLEN */
th {
  background: #ffdaa4;
}
td.r1 {
  background: White;
}
td.r2 {
  background: #fff1db;
}
td.r3 {
  background: #ffdaa4;
}
