@charset "UTF-8";
 html * { font-size: 100.01% }

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
  font-family:"Courier New", Courier, monospace;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgöße von 12 Pixeln */
  body   { color: #444; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

  h1    { font-size: 15px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 15px; margin-top: 2px; margin-bottom: 2px }
  h2   { color: #777; font-size: 150%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif } 
  h3    { color: #000; font-size: 10pt; font-family: Verdana; font-weight: bold }                 /* 18px */
  h4 { font-size: 133.333%; line-height: 1.125em; margin-top: 1.125em; margin-bottom: 1.125em; }       /* 16px */
  h5 { font-size: 116.67%; line-height: 1.286em; margin-top: 1.286em; margin-bottom: 1.286em; font-weight:bold;}  /* 14px */
  h6              { color: #808080; font-size: 14px; font-family: Beschriftung; font-weight: bold; background-color: #fff; padding: 2px; width: 400px; border-style: solid; border-width: 1px 1px 2px 4px; border-color: #f48383 }
.important { text-indent: 0 !important; background: #ffd; padding: 1.5em; }
  .warning { text-indent: 0 !important; background: #fdd; padding: 1.5em; }
.note_n            { color: #000; font-size: 10pt; font-family: "Segoe UI"; font-weight: bold; background: #ffffed; text-indent: 0 !important; padding: 0.5em; border: dotted 1px #600 }
  .float_left { float: left; display:inline; margin: 0 1.5em 1em -36px; }
  .float_right { float: right; display:inline; margin: 0 -36px 1em 1.5em; }
  .center { text-align:center; margin: 1.5em auto }

  a            { color: #444; font-size: 9pt; font-family: Tahoma; text-decoration: yes           }
  a:focus,
  a:hover,
  a:active               { color: #d40000; font-size: 9pt; font-family: Tahoma; text-decoration: none }
hr    { color: #fff; background: transparent; padding: 0; border-style: none none dotted; border-width: 0 0 1px; border-color: #2776c5 }
th,td              { font-family: Tahoma; padding-right: 2px; padding-left: 2px }

