<!--

/* Hyperlink */
  a:link    { color:#454546; text-decoration:none; }
  a:visited { color:#454546; text-decoration:none; }
  a:hover   { color:#000000; text-decoration:none; }
  a:active  { color:#000000; text-decoration:none; }

/* 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-size:9pt;
    margin-top:2px;
    margin-bottom:2px;
    color:#454546;
  }

/* Überschrift 1 */
  h1
  {
    font-family:arial;
    font-style:normal;
    font-size:7pt;
    margin-top:2px;
    margin-bottom:0px;
    color:#454546;
  }
  
/* Überschrift 2 */
  h2
  {
    font-family:arial;
    font-style:normal;
    font-size:12pt;
    line-height:14pt;
    margin-top:2px;
    margin-bottom:0px;
    color:#454546;;
  }
//-->