body {
	background: White;
}
/* SCHRIFT */
h1 {
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6, dt, th, legend {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #8991a4;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	border-bottom: 1px solid #d2cec9;
}
h2 {
	font-size: 14px;
	clear: right;
	border-bottom: 1px dashed #d2cec9;
}
h3, h4, h5, h6 {
	font-size: 12px;
	clear: right;
	border-bottom: 1px dotted #d2cec9;
}
body, p, a, td, th, li, dt, dd {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body, p, td, li, dd {
	color: #7c8292;
}
a {
	color: #806f5b;
	font-weight: bold;
	text-decoration: none;
}
a:HOVER {
	text-decoration: underline;
}
/* TABELLEN */
th {
  background: #EEEEEE;
}
td.r1 {
  background: #FFFFF6;
}
td.r2 {
  background: #F2F2F2;
}
td.r3 {
  background: #EEEEEE;
}

