body        { COLOR: #000080; background-color: #FFFFEF;}                /* Grundfarben */
body        { background-image:url("./pic/auth-li.gif");                /* Wasserzeichen */
          background-repeat:no-repeat;
          background-attachment:fixed; padding:0px;}

        /*body        { border:thin dashed silver; }                        /* Test Rand */
        /*body        { margin: 0px; }
        /*body        { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 5px; } /* ohne Rand <=Menü */


body        { FONT-FAMILY: Arial, sans-serif, monospace; }                /* Grundschriftart */
body        { FONT-SIZE: 10pt; }


/* Überschriften */
h1        { FONT-SIZE: 26px; FONT-WEIGHT: bold; }
h2        { FONT-SIZE: 22px; FONT-WEIGHT: bold; }
h3        { FONT-SIZE: 22px; }
h3:first-letter        { color:red; }
h4        { FONT-SIZE: 18px; }


/* Textpanel */
td.textpnl        {
        background-color:#FFFFDF;
        text-align:left;
}



/* Linkbox als Menü */
a.menlnk        { 
        white-space:nowrap;
        display:block;
        width:120px; overflow: hidden;
        height: 16px;
        padding:14px;
        margin:0px 0px;
        background-color:#DDDDDD;
        border:3px solid;
        BORDER-TOP-COLOR:  white; BORDER-BOTTOM-COLOR: silver;
        BORDER-LEFT-COLOR: white; BORDER-RIGHT-COLOR:  silver;
        FONT-SIZE: 16px; FONT-WEIGHT: bold;
        FONT-FAMILY: Arial, sans-serif, monospace;
        text-decoration:none;
        text-align:center; vertical-align: middle;
}


a.sublnk        { 
        display:block;
        white-space:nowrap;
        width:120px; overflow: hidden;
        height: 14px;
        padding:10px;
        margin:0px 0px;
        border:3px solid;
        background-color:#efefef;
        BORDER-TOP-COLOR:  white; BORDER-BOTTOM-COLOR: silver;
        BORDER-LEFT-COLOR: white; BORDER-RIGHT-COLOR:  silver;
        FONT-SIZE: 14px; FONT-WEIGHT: normal;
        FONT-FAMILY: Verdana;
        text-align:left; vertical-align:middle;
}


a        {
        color:#000080;
        text-decoration:none;
}

a:hover        { color:#0000FF; background-color:#FFFFFF; }


/*
* !!!: Reihenfolge beachten *
link                = für Verweise zu noch nicht besuchten Seiten
visited                = für Verweise zu bereits besuchten Seiten
hover                = für Verweise, während der Anwender mit der Maus darüber fährt
active                = für gerade angeklickte Verweise
focus (nicht IE5)        = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste
                   h1:focus ist auch möglich für Hervorhebungen bei Klick
*/