html,
a {
  font-size: 11pt;
  color: #000;
}
#navigation,
#menu {
  display: none;
}
h1,
h2,
h3 {
  font-size: 13pt;
}
p.skip {
  display: none;
}
/*Tabelle*/
table {
  margin-left: -3px;
}
table col.title {
  width: 140px;
}
table td {
  border-bottom: 1px solid #aaa;
}
#content td {
  vertical-align: top;
}
#content ul {
  margin-top: 0.5em;
}
#content li {
  margin-left: 2em;
  padding-bottom: 0.3em;
  list-style-type: square;
}
#content.print {
  margin: 30px 40px 30px 100px;
}
dt {
  font-weight: bold;
  padding-left: 3em;
}
