body
{
    margin-top:24px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    color:#ffffff;
    background-color:#000000;
    font-family:arial-narrow,sans-serif;
    font-size:10pt;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
    font-family:Verdana,sans-serif;
    font-size:10pt;
}

td
{
    width:80px;
    vertical-align:bottom;
}

td.pic
{
    vertical-align:bottom;
    width:450px;
}

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


a:link    {color:#ffffff; font-size:10pt; text-decoration:none; }
a:visited {color:#ffffff; font-size:10pt; text-decoration:none; }
a:active  {color:#ffffff; font-size:10pt; text-decoration:none; }
a:hover   {color:#808080; font-size:10pt; text-decoration:none; }

/* ---------------------------------------------------------------------------- */
/*                          Übeschriften                                        */
/* ---------------------------------------------------------------------------- */


h1 {font-weight:bold;   font-size:16pt; color:#b22716; }
h2 {font-weight:bold;   font-size:13pt; color:#b22716; margin-top:4px;margin-bottom:4px;}
h3 {font-weight:bold;   font-size:11pt; color:#b22716; margin-top:4px;margin-bottom:4px;}
h4 {font-weight:normal; font-size:9pt;  color:#b22716; margin-top:4px;margin-bottom:4px;}
/* für keine Fehler: */
h5 {font-weight:bold;   font-size:10pt; color:#FF8000; margin-top:4px;margin-bottom:4px }
/* für Fehler: */
h5.r {color:#ff0000; font-weight:bold;font-size:10pt;margin:0px }
h6 {color:#ff0000;font-weight:normal;font-size:15pt; } /* für Anweisungen */
