/* ========================================================================================
   _jugendamt.css: Jugendamt A-Z-LIste der Einrichtungen
   ======================================================================================== */

/* veraltete A-Z-Liste */
.list-az li.az-choosen,
.list-az li.aktiv,
.list-az li a:hover {
  background-color: #c25400; }

/* A-Z-Liste: aktueller Index, veraltete Listeneinbindung ueber Link */
.list-az li.az-active:hover,
.list-az li.az-active:active {
    background-color: #c25400;
}
.list-az li.az-active:hover,
.list-az li.az-active:active,
.az-active:hover a,
.az-choosen a,
.az-active a:hover {
    color: #fff;
    text-decoration: none;
}
