<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html { background-color: #ddd;; font-size: 6pt; color: #4B6F7D; font-family: Verdana, Arial, Helvetica, sans-serif; height: 100%;  overflow-x: hidden; overflow-y: auto; background-image: url('hintergrund_punkt.gif');  
scrollbar-base-color        : white;
      scrollbar-track-color       : white;
      scrollbar-face-color        : white;
      scrollbar-highlight-color   : white;
      scrollbar-3d-light-color    : white;
      scrollbar-dark-shadow-color : white;
      scrollbar-shadow-color      : white;
      scrollbar-arrow-color       : black;
      
      padding: 0; margin: 0;  }
      
a:hover { color: #4B6F7D; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 000; text-decoration: underline; }

h2 { color: orange; font-size: 18pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0.83em 0; }

.hervorhebungbung_gruen { color: #005e35; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; }

.h2 { color: orange; font-size: 14pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

.h3 { color: orange; font-size: 12pt; font-weight: 700; }

a { color: #4B6F7D; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 000; text-decoration: none; }

.10p_kursiv { color: green; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; font-style: italic; }

.fett { color: green; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

i { color: #4B6F7D; font-size: 7pt; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }

code { color: #EBA022; font-size: 10pt; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }

samp { color: #EBA022; font-size: 7pt; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }

dfn { color: #4B6F7D; font-size: 7pt; font-style: normal; font-style: cursive; font-family: Verdana, Arial, Helvetica, sans-serif; }

li.rot { color: #4E4D4D; font-size: 10pt; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }

ol { list-style-type: lower-alpha; margin: 1em 0 1em 40px; }

ol.zahl { margin: 1em 0 1em 40px; list-style-type: decimal; }



* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  display: table;
  width: 100%;
}
body {
  font-size: 150%;
  font-family: sans-serif;
  display: table-cell; 
  vertical-align: middle;
}

.zentriert {
  text-align: center;
  background-color: #A6F4FF;
  color: #464646;
}


</pre></body></html>