<!--

/* Hyperlink */
  a:link    { color:#414141; text-decoration:underline; }
  a:visited { color:#414141; text-decoration:underline; }
  a:hover   { color:#fe6500; text-decoration:none; }
  a:active  { color:#414141; text-decoration:none; }

/* Menue */
  div.menue { background: url(bilder/menue_hintergrund.gif) no-repeat; width: 185px; height: 22px;}
  div.menue a { display: block; font:bold 0.70em/22px arial; }
  div.menue a:link { color:#414141; background: transparent; text-decoration: none; }
  div.menue a:visited { color:#414141; background: transparent; text-decoration: none; }
  div.menue a:hover { color:#000000; background: url(bilder/menue_over.gif); text-decoration: none; }
  div.menue a:active { color:#000000; text-decoration: none; }
  * html div.menue a { width:100%; }

/* Scrollbar */
  BODY
  {
    scrollbar-face-color:#ffefd1;
    scrollbar-arrow-color:#ff8a44;
    scrollbar-track-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#ffbf43;
    scrollbar-shadow-color:#ffffff;
    scrollbar-darkshadow-Color:#ffbf43;
  }

/* Fenster zentriert */
  #zentriert {
  position:absolute;
  top:50%;
  left:50%;
  width:970px;
  height:560px;
  margin-left:-485px;
  margin-top:-280px;
  }

/* Normaler Text */
  p
  {
    font-family:arial;
    font-style:normal;
    font-weight:bold;
    font-size:8pt;
    margin-top:2px;
    margin-bottom:2px;
    color:#414141;
  }

/* Überschrift 1 */
  h1
  {
    font-family:arial;
    font-style:normal;
    font-size:11pt;
    margin-top:2px;
    margin-bottom:0px;
    color:#fe6500;
  }

/* Überschrift 2 */
  h2
  {
    font-family:arial;
    font-style:normal;
    font-size:10pt;
    line-height:14pt;
    margin-top:0px;
    margin-bottom:0px;
    color:#515151;;
  }

/* Überschrift 3 */
  h3
  {
    font-family:arial;
    font-style:normal;
    font-size:8pt;
    line-height:14pt;
    margin-top:0px;
    margin-bottom:0px;
    color:#fe6500;;
  }
//-->
