#container-main div.container section div.frame-type-header {
   margin: 0;
}
/* Inhaltsverzeichnis: */
div.frame-type-html ol.tableOfContents {
   counter-reset: number;
/*   font-size: 14px;*/
   font-size: 1rem;
   line-height: 1em;
   list-style-position: outside;
   list-style-type: none;
   margin: 0;
   padding-left: 1.8em;
   text-indent: 0.3em;
}
div.frame-type-html ol.tableOfContents li,
div.frame-type-html ol.tableOfContents li a {
/*   font-size: 14px;*/
   font-size: 1rem;
   font-weight: bold;
}
div.frame-type-html ol.tableOfContents li {
   padding: 0 0 10px 0.2em;
   position: relative;
}
div.frame-type-html ol.tableOfContents li:before {
   counter-increment: number;
   content: counter(number,upper-roman);
   left: -2em;
   position: absolute;
   text-align: left;
}
div.frame-type-html ol.tableOfContents li a {
   color: #3b80c2;
   margin-left: 8px;
}
div.frame-type-html ol.tableOfContents li a::before {
  display: inline-block;
  font-family: "lcs_iconset";
  font-style: normal;
  font-weight: normal;
  margin: 0 1px 0 -2px;
  speak: none;
  text-align: center;
  text-decoration: none;
  width: 1em;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 200ms;
}
div.frame-type-html ol.tableOfContents:marker {
   text-align: left;
}
div.frame-type-html ol.tableOfContents li ol {
   counter-reset: number_l1;
   list-style-type: none;
   margin-top: 8px;
   margin-bottom: -8px;
}
div.frame-type-html ol.tableOfContents li ol li {
   font-weight: normal;
   padding: 0 0 8px 0.9em;
}
div.frame-type-html ol.tableOfContents li ol li:before {
   counter-increment: number_l1;
/*   content: "§"counter(number_l1);*/
   content: counter(number_l1)")";
   left: -1.2em;
}
div.frame-type-html ol.tableOfContents li ol li a {
   font-weight: normal;
}
div.frame-type-html ol.tableOfContents li ol li ol {
   counter-reset: number_l2;
   list-style-type: none;
}
div.frame-type-html ol.tableOfContents li ol li ol li:before {
   counter-increment: number_l2;
   content: "("counter(number_l2)")";
}
div.frame-type-html ol.tableOfContents li ol li ol li,
div.frame-type-html ol.tableOfContents li ol li ol li a {
   font-style: italic;
}

section div.bodytext p a {
   white-space: nowrap;
}