/* SCHRIFT */
h1 {
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6, dt, th {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #6c6a91;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	clear: right;
}
h3, h4, h5, h6 {
	font-size: 12px;
	clear: right;
}
h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px dotted #6c6a91;
}
body, p, a, td, th, li, dt, dd {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
}
body, p, td, li, dd {
	color: #808080;
}
a {
	color: #765959;
	font-weight: bold;
	text-decoration: none;
}
a:HOVER {
  text-decoration: underline;
}
dt {
  margin-top: 8px;
  margin-bottom: 1px;
}
/* TABELLEN */
th {
  background: #d6d6e7;
}
td.r1 {
  background: #fafafb;
}
td.r2 {
  background: #f0f0f0;
}
td.r3 {
  background: #e9e9e9;
}