/* *************************************************************
 * Unternavigation bzw. Aktuelles auf der Startseite
*/

#linkeSeite {
    position: absolute;
    top: 264px;     /* Abstand zum oberen Fensterrand */
    left: 0;        /* Abstand zum linken Fensterrand */
    right: 0;
    bottom: 0;      /* Abstand zum unteren Fensterrand */
    margin: 0;
    width: 237px;   /* Blockbreite */
    padding: 0;     /* Interpretation Boxmodell! */
    background-color: white;
    overflow: hidden; /* Scrollbalken, falls notwendig */
    z-index: 3;
}

* html #linkeSeite {
    top: 0;
    width: 237px;
    height: 100%;
    border-top-width: 264px;  /* = Kopfzeilenhöhe */
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-style: solid;
}

#linkeSeite .inhaltDiv {
    margin: 0; /* Abstand des Inhalts zum Blockrand */
    padding: 0;
}

#linksNormalHead {
    width: 237px;
    line-height: 33px;
    text-align: center;
    background-color: #73A4C4;
    color: #065799;
    font-size: 13px;
    font-weight: bold;
}

#linksAktuellesHead {
    width: 237px;
    line-height: 33px;
    text-align: center;
    background-color: #72A4C5;
    font-weight: bold;
    color: #ffffff;
}

#linksAktuellesTeaser {
    padding: 10px;
    font-size: 11px;

}

#linksAktuellesTeaser h2.TeaserHead {
    color: #5087A6;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 0;
}

#linksAktuellesTeaser p {
    margin: 5px 0;
    color: #5087A6;
    font-weight: normal;
    line-height: 16px;
    
}

#linksAktuellesTeaser a {
    color: #CD150B;
} 

/* leftnav.css */
/*** Listennavigation linke spalte */
/*
vorgehen:
#left ul ... li - schriftformatierung und rahmen
#left ul ... li a - ausrichtung (padding-links)
#left ul ... li.active - aktiver Bereich
wenn in ul*n  eine ?nderung eingetragen wurde,
muss in ul*(n+1) li der f?r die folgenden Bereiche
g?ltige wert wieder gesetzt werden,weil n auf alle 
n+1 "durchwirkt"
*/

/* linke Seiten Navigation*/
/* Themenbild auf richtige Breite bringen */

#linksNavigation {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

div.navi_second {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #4BB52F;
    background-color: #ffffff;
}
#linkeSeite a {
    margin:0;
    padding:3px 0;
/*    color:#575757;*/
    text-decoration:none;
    display:block;
    background-repeat:no-repeat;
}


#linkeSeite ul{
    margin: 0;
    border-bottom: 0px solid #000;
    padding: 0;
    /*color:inherit;*/
}

#linkeSeite li ul{
    margin:0;
}

#linkeSeite li{
    margin: 0;
    padding: 0;
    list-style-type:none;
    font-style:normal;
    text-align:left;
    line-height:14px;
}

/* Hintergrundfarbe für Unterpunkte der 2. Ebene und Trennlinien setzen */
.nav1 {
    border-bottom: 3px solid #4bb52f;
    background-color: #ffffff;
}
.nav1 div.active {
    border-bottom: 3px solid #4bb52f;
    background-color: #4bb52f;
}
.nav2 {
    border-bottom: 3px solid #9c6ea2;
    background-color: #ffffff;
}
.nav2 div.active {
    border-bottom: 3px solid #9c6ea2;
    background-color: #9c6ea2;
}
.nav3 {
    border-bottom: 3px solid #ee960a;
    background-color: #ffffff;
}
.nav3 div.active {
    border-bottom: 3px solid #ee960a;
    background-color: #ee960a;
}
.nav4 {
    border-bottom: 3px solid #ebcc00;
    background-color: #ffffff;
}
.nav4 div.active {
    border-bottom: 3px solid #ebcc00;
    background-color: #ebcc00;
}
.nav5 {
    border-bottom: 3px solid #b27c09;
    background-color: #ffffff;
}
.nav5 div.active {
    border-bottom: 3px solid #b27c09;
    background-color: #b27c09;
}

#linkeSeite li a{
    margin: 0px;
    padding: 3px 0;
/*    color:#000;*/
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
    font-size: 11px;
}

#linkeSeite ul li a{
    padding: 5px 6px;
/*    color: #575757;*/
}

#linkeSeite ul ul li a{
    padding-left: 6px;
/*    background-color: #E5F4E1;*/
}

#linkeSeite ul li div.active a {
    color: #ffffff;
    font-weight: bold;
}

#linkeSeite ul li div.active ul li a {
    font-weight: normal;
    color: #575757;
    font-size: 11px;
}
/* Linkfarbe für Aktive Unterpunkte 3. Ebene */
a.navi_third_active {
    font-weight: bold;
}
li.sub1 a.navi_third_active {
    color: #4bb52f;
}
li.sub2 a.navi_third_active {
    color: #9c6ea2;
}
li.sub3 a.navi_third_active {
    color: #ee960a;
}
li.sub4 a.navi_third_active {
    color: #ebcc00;
}
li.sub5 a.navi_third_active {
    color: #b27c09;
}

/* Hintergrund und Linkfarbe für inAktive Links der 3. Ebene */
.nav1 ul li a {
    background-color: #e4f4e0;
    color: #575757;
}
.nav2 ul li a {
    background-color: #ebe2ec;
    color: #575757;
}
.nav3 ul li a {
    background-color: #fceace;
    color: #575757;
}
.nav4 ul li a {
    background-color: #fffad9;
    color: #575757;
}
.nav5 ul li a {
    background-color: #f0e5ce;
    color: #575757;
}

.navi_second_passive {
    color: #575757;
}

/* geht in IE und in Firefox nur mit important  */
#linkeSeite li a:hover{
    /*background-color:#d1d7dd !important;*/
}



