@import url("extended.css");

h1 {
  text-align: center;
}

a:link {
  color: #00f;
}
a:visited {
  color: #00f;
}

ol.inhaltsverzeichnis {
  list-style: upper-roman;
}
.inhaltsverzeichnis ol ol {
  list-style: decimal;
}

table.nachsorge caption {
  margin-top: 1em;
  font-weight: bold;
}
table.nachsorge th {
  padding: 0.4em;
}

