/* Überschrift */
h1      { font-family: Arial,sans-serif;
          font-size: 36pt;}
h2      { font-family: Arial,sans-serif;
          font-size: 24pt;}
h3      { font-family: Arial,sans-serif;
          font-size: 14pt;}
h4      { font-family: Arial,sans-serif;
          font-size: 12pt;}
h5      { font-family: Arial,sans-serif;
          font-size: 8pt;}
h6     { font-family: Arial,sans-serif;
          font-size: 8pt;
          font-weight: normal;
          color:#FF0000;
          margin-top: 0px;
          margin-bottom: 0px}

/* zentrierte Überschrift */
h3.ctr  { font-family: Arial,sans-serif;
          font-size: 14pt;
          text-align: center;
        }

/* Text */
p       { font-family: Arial,sans-serif;
          text-align: left;
          font-size: 10pt;
        }

/* Fließtext */
p.txt   { font-family: Times New Roman,serif;
          text-align: left;
          font-size: 12pt;
        }

/* zentrierter Text */
p.ctr   { font-size: 10pt;
          text-align: center;
        }

/* zentrierter Text */
p.big   { font-size: 14pt;
          text-align: left;
        }


/* Rubriktext  */
p.rub   { font-size: 10pt;
          margin-top: 0px;
          text-align: left;
        }

/* nachfolgende Aufzählung  */
p.ul    { font-size: 10pt;
          margin-bottom: -20px;
          text-align: left;
        }

/* kleiner Fließtext */
p.sml   { font-size: 8pt;
          text-align: left;
        }

/* minimaler Text */
p.min   { font-size: 2pt;
          text-align: left;
        }

/* zentrierter kleiner Fließtext */
p.smlctr{ font-size: 8pt;
          margin-top: -10px;
          text-align: center;
        }

/* minimaler Text */
p.or    { margin-top: -14px;
          margin-bottom: -14px;
        }



a       { font-family: Arial,sans-serif;
          color:Color.blue
          text-align: left
        }

a:link    { color:#0000FF;
                text-decoration:underline;
                font-weight:normal }
a:visited { color:#0000FF; 
                text-decoration:underline;
                                }
a:active  { color:#0000FF;
                text-decoration:underline;
                font-style:bold }



a.rub   { font-size: 10pt;
          color:Color.blue
          text-align: left;
        }


a.rub:link    { color:#0000FF;
                text-decoration:none;
                font-weight:normal
              }
a.rub:visited { color:#0000FF; 
                text-decoration:none;
                font-weight:normal
              }
a.rub:active  { color:#0000FF;
                text-decoration:none;
                font-weight:bold
              }


a.b     { font-size: 10pt;
          color:black
          text-align: left;
        }


/* Aufzählung mit - */
ul   { font-family: Arial,sans-serif;
       font-size: 10pt;
       color:black;
       text-align: left;
     }

/* Aufzählung mit Zahl */
ol   { font-family: Arial,sans-serif;
       font-size: 10pt;
       color:black;
       text-align: left;
     }


/* Aufzählung mit - */
li   { font-family: Arial,sans-serif;
       font-size: 10pt;
       color:black;
       text-align: left;
     }
