/* Format für Hauptüberschrift eines Themas */
h1 { font-size:18pt; color:#000000; font-weight:500;
     font-family:Arial,sans-serif; margin-bottom:0pt; margin-top:0pt;
     text-decoration:none; }

/* Format für Kapitelüberschrift in Textbereich */
h2 { font-size:16pt; color:#A00000; font-weight:600;
     font-family:Arial,sans-serif; margin-bottom:0pt; margin-top:0pt;
     text-decoration:none; }

/* Format für Unterkapitel in Textbereich */
h3 { font-size:14pt; color:#000000; font-weight:700;
     font-family:Arial,sans-serif; margin-bottom:0pt; margin-top:0pt;
     text-decoration:none; }

/* Format für besonders kleinen Text */
h4 { font-size:11pt; color:#000000; font-weight:300;
     font-family:Arial,sans-serif; margin-bottom:0pt; margin-top:0pt;
     text-decoration:none; }

/* Format für Text im Menü */
h5 { font-size:10pt; color:#000000; font-weight:300;
     font-family:Arial,sans-serif; margin-bottom:0pt; margin-top:0pt;
     text-decoration:none; }

/* Format für Text */
p, li { font-size:12pt; color:#000000; font-weight:600;
        font-family:Arial,sans-serif; margin-bottom:0pt; margin-top:0pt;
        text-decoration:none; }

ul, ol  { font-size:12pt; color:#000000; font-weight:600;
          font-family:Arial,sans-serif; margin-top:0pt; margin-right:0pt;
          text-decoration:none; }

/* Format für Formulare */
form { margin-bottom:0pt; margin-top:0pt; }

/* Format für Links */
a:link { font-weight:600; color:#000000; text-decoration:underline }
a:visited { font-weight:600; color:#000000; text-decoration:underline }
a:hover { font-weight:600; color:#E00000; text-decoration:none; background:#FFFFFF}
a:active { font-weight:600; color:#000000; text-decoration:underline; }
a:focus { font-weight:600; color:#000000; text-decoration:underline }