/* SCHRIFT */
body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
  color: Black;
}
a, dt, th {
	font-weight: bold;
}
a {
	color: #f39b54;
	text-decoration: underline;
}
a:HOVER {
	text-decoration: underline;
}
th {
  color: White;
}
dt, h1, h2, h3, h4, h5, h6 {
	color: #be5f14;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
}
h1 {
  margin-top: 0;
  margin-bottom: 30px;
	border-bottom: 1px solid #be5f14;
	font-size: 18px;
}
h2 {
  clear: both;
	border-bottom: 1px dotted #be5f14;
	font-size: 14px;
}
h3, h4, h5, h6 {
	font-size: 12px;
}
li {
  padding-bottom: 15px;
}
dt {
  padding-top: 10px;
}

