/* -----------------------------------------------
         Projekt : http://www.ets-professional.de
        Besitzer : ETS professional
  eMail Besitzer : info@ets-professional.de
             Typ : CSS-Datei
    Beschreibung : Layout's für Sitemap
        Erstellt : 07.07.2006, Sascha Schäfer
 eMail Ersteller : schaefer@ets-professional.de
Zuletzt geändert : 21.05.2011, Sascha Schäfer
--------------------------------------------------
*** Farben ***

       schwarz : #000000
   blau normal : #0000ff
   blau marien : #b0b0ff
  blau pastell : #e0e0ff
         weiss : #ffffff
----------------------------------------------- */
/* Ankerformate für die Site-Map */

a.sitemap {
display: block; color: #000000; background-color: transparent;
font-size: 14px; text-decoration: none; text-align: left;
}

a:link.sitemap, a:visited.sitemap {
color: #000000; background-color: transparent;
}

a:hover.sitemap, a:active.sitemap {
color: #000000; background-color: #b0b0ff;
}

/*--------------------------------------------------*/
/*  */

.sm-dot {
font-size: 16px; font-weight: bold; color: #0000ff; margin-top: 10px; border-top: 1px dotted #b0b0ff;
}

.sm_sub_dot {
width: 520px; font-weight: bold; background-color: transparent; margin-top: 5px; padding-left: 40px;
}

.sm_sub_dot_art {
width: 520px; text-indent: 40px; background-color: transparent; padding-left: 40px;
}

h4 span { background-color: #e0e0ff; color:#000000; }

/*--------------------------------------------------*/