@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               { font-size: 9pt; font-family: Tahoma; background: #000 url("img/hg_black1.png") repeat-x fixed left top }

  h1     { color: #ff5f55; font-size: 15px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 500; line-height: 15px; margin-top: 2px; margin-bottom: 2px }
  h2      { color: #f60; font-size: 150%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif } 
  h3      { color: #fc0; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }                 /* 18px */
  h4    { color: #666; font-size: 133.33%; font-family: Georgia; font-style: italic; line-height: 1.12em; text-decoration: underline; background-color: #ffc; margin-top: 1.12em; margin-bottom: 1.12em }       /* 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: #00ab00; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: yes                    }
  a:focus,
  a:hover,
  a:active                     { color: #f00; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
hr     { color: #fff; background: transparent; padding: 0; border-style: none none solid; border-width: 0 0 1px; border-color: #d40000 }
th,td                { font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding-right: 2px; padding-left: 2px }
 img      { padding: 1px 4px 0 1px; float: left } 
