body {
	background: White;
}
/* SCHRIFT */
h1 {
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6, dt, th {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #ff7200;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	clear: right;
}
h3, h4, h5, h6 {
	font-size: 12px;
	clear: right;
}
h1 {
  border-bottom: 3px double #ffcda4;
}
h2 {
  border-bottom: 1px solid #ffcda4;
}
h3, h4, h5, h6 {
  border-bottom: 1px dashed #ffcda4;
}
body, p, a, td, th, li, dt, dd {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body, p, td, li, dd {
	color: Black;
}
a {
	color: #e7224a;
	font-weight: bold;
	text-decoration: none;
}
a:HOVER {
  text-decoration: underline;
}
dt {
  margin-top: 8px;
  margin-bottom: 1px;
}
/* TABELLEN */
th {
  background: #fff3e9;
}
td.r1 {
  background: #fffbf8;
}
td.r2 {
  background: #fff1e6;
}
td.r3 {
  background: #f4e9df;
}
