 @charset "UTF-8";

@media all
{
  html * { font-size: 100.01%;  font-family: Verdana, Arial, Helvetica, sans-serif; }
  body {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #444;
  }

  h1,h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#222;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 150%; }                    /* 30px */
  h2 { font-size: 140%; }                    /* 24px */                    /* 18px */                    /* 16px */                    /* 14px */                    /* 14px */

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  li { margin-left: 0.8em; line-height: 1.5em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height: 1.5em; margin: 0 0 1em 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

  blockquote,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em { font-style: italic; }

   var { font-size: 100%; }
   var { color: #666; }
  var { font-style: italic; }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color: #222; background:transparent; text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; }
  a:visited  { color: #222; }

  a:focus,
  a:hover,
  a:active { color:#fb4210; text-decoration:underline; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }
}

