body {
	margin: 0;
	padding: 0;
	background: White;
	color: Black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
pre {
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #011794;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
a:HOVER {
	text-decoration: underline;
}
.andersfarbig {
	color: #0a2656;
	font-weight: bold;
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	/* color: #797979;*/
  color: Black;
}
dt, th {
  color: #797979;
}
dt {
  margin-top: 3px;
}
h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
	font-size: 1.6em;
	margin-top: 0;
}
h2 {
	font-size: 1.25em;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
}
.pfeil, .pfeil2 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	background: url(pics/pfeile.gif) no-repeat 0px 7px;
	padding-left: 10px;
  color: #b80101;
  margin-top: 10px;
}
.pfeil2 a {
  color: #b80101;
}
.pfeil {
  cursor: pointer;
}
.noclear {
  clear: none;
}
/* TABELLEN */
table {
  border: 1px solid Gray;
}
th {
  background: #e9f1ff;
}
td.r1 {
  background: #eaeaea;
}
td.r2 {
  background: #dedede;
}
td.r3 {
  background: #f1f6ff;
} 