body {
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
}
a {
  text-decoration: none;
  color: #0000ff;
}
a:hover {
  text-decoration: underline;
  color: #0000ff;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24pt;
}
table {
  border-style: solid none none solid;
  border-width: 1px;
}
th {
  border-style: none solid solid none;
  border-width: 1px;
}
td {
  border-style: none solid solid none;
  border-width: 1px;
}
.kapitel {
  border-top-style: solid;
  border-top-width: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-style: italic;
  background-color: #ccccff;
}
.kopfzeile {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-style: italic;
  background-color: #ccccff;
}
.code {
  font-size: 10pt;
  font-family: "Courier New",Courier,monospace;
}
