/* ----------------------------------------------------------- */
/* Body                                                        */
/* ----------------------------------------------------------- */
body.gruen { background-color:#005000; color:#FFFFFF;
             font-family:Verdana,Arial,sans-serif; font-size:11pt;
             margin-left:0pt; margin-right:0pt;
             margin-top:0pt; margin-bottom:0pt;
           }
body.weiss { background-color:#FFFFFF; color:#005000;
             background-image:url(img/bg01.gif);
             font-family:Verdana,Arial,sans-serif; font-size:11pt;
             margin-left:30pt; margin-right:10pt;
             margin-top:10pt; margin-bottom:0pt;
           }

/* ----------------------------------------------------------- */
/* Header                                                      */
/* ----------------------------------------------------------- */
h1 { font-size:24pt; }
h2 { font-size:18pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
h5 { font-size:10pt; }
h6 { font-size:8pt; }

/* ----------------------------------------------------------- */
/* Verweise <a href>                                           */
/* ----------------------------------------------------------- */
a.gruen:link    { font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.gruen:visited { font-weight:bold; color:#00FF00; text-decoration:none;}
a.gruen:hover   { font-weight:bold; color:#FF0000; text-decoration:none;}
a.gruen:active  { font-weight:bold; color:#FF0000; text-decoration:none;}

a.weiss:link    { font-weight:bold; color:#005000; text-decoration:underline;}
a.weiss:visited { font-weight:bold; color:#00BF00; text-decoration:underline;}
a.weiss:hover   { font-weight:bold; color:#FF0000; text-decoration:underline;}
a.weiss:active  { font-weight:bold; color:#FF0000; text-decoration:underline;}

/* ----------------------------------------------------------- */
/* Schrift                                                     */
/* ----------------------------------------------------------- */
.fk    { font-weight:bold; font-style:italic; }
.small { font-size:8pt; }
.gruen { color:#005000; }
.weiss { color:#FFFFFF; }
td.nav { border-bottom:1pt solid #FFFFFF; font-size:8pt; }

/* ----------------------------------------------------------- */
/* weiss, unterstrichen <tag class="wu">                       */
/* ----------------------------------------------------------- */
/* .wu { border-bottom:1px solid #FFFFFF; margin:0pt; } */
/* .wu { border-bottom:1px solid #FFFFFF; } */

/* ----------------------------------------------------------- */
/* Ausrichtung <tag class="....">                              */
/* ----------------------------------------------------------- */
.center { text-align:center; }
