/*
    margin  oben rechts unten links
    padding oben rechts unten links ==> Achtung! Fehler in der Reihenfolge in SelfHTML!
    h1.test ==> <h1 class="test">
    h1 i        ==> <h1>...<i>...</i>...</h1>
    *.extra == .extra 
                    ==> <... class="extra">
    #name       ==> <... id="name">
    h1#name ==> <h1 id="name">...
*/

/* === LBSBiNav ===*/

/* Links auf der Startseite und auf den Dokukmenten 
   Font-Size und Font-Weight werden im Template gesetzt lt. Festlegung in der Objekt-Veriablen */

/* Positionierung der Trennungszeichen in der BiNav-Zeile (LBSBiNav_macros.pt) 
   Icons werden um 4px nach oben gesetzt */
/*.LBSBiNav_align_bottom4 {margin-bottom:4px;}*/

/* Default-Einstellung: rotbraun, mouseover: rot */
/*#800000 rotbraun, #00008b dunkelblau, #e20000 rot */

a.LBSBiNav         {color: #cc3300; font-weight:normal; text-decoration: none; }
a.LBSBiNav:visited {color: #cc3300; font-weight:normal; text-decoration: none; }
a.LBSBiNav:hover   {color: #cc3300; font-weight:normal; text-decoration: underline; }
a.LBSBiNav:active  {color: #cc3300; font-weight:normal; text-decoration: none; }
/*
a.rotbraun         {color: #800000;  text-decoration: none; }
a.rotbraun:visited {color: #00008b;  text-decoration: none; }
a.rotbraun:hover   {color: #e20000;  text-decoration: underline; }
a.rotbraun:active  {color: #00008b;  text-decoration: none; }
*/
/* blau, mouseover: rot */
/*
a.dunkelblau         {color: #00008b;  text-decoration: none; }
a.dunkelblau:visited {color: #800000;  text-decoration: none; }
a.dunkelblau:hover   {color: #e20000;  text-decoration: underline; }
a.dunkelblau:active  {color: #00008b;  text-decoration: none; }
*/
