/* *************************************************************
 * 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;
}

.nav {
    border-bottom: 3px solid #005b95;
    background-color: #ffffff;
}
.nav div.active {
    border-bottom: 3px solid #005b95;
    background-color: #005b95;
}


#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 {
/*    background-color:#E5F4E1;*/
    font-weight: normal;
    color: #575757;
    font-size: 11px;
}
a.navi_third_active {
    font-weight: bold;
}
li#nav a.navi_third_active {
    color: #4CB32C;
}

.nav ul li a {
    background-color: #e8f0f5;
}

/* geht in IE und in Firefox nur mit important  */
#linkeSeite li a:hover{
    /*background-color:#d1d7dd !important;*/
}

