/* ---------- Navigation links ---------- */
div#navigation {
    border-top:       0.5em solid #024E3A ;
    border-bottom:    0.3em solid #fff ;
    background-color: #E3EECC;
    padding:          1em 0em 0em 0em;
}

ul.navebene1, ul.navebene2 {
    list-style: none;
}
ul.navebene1 {
  font-size: 1.3em;
  border-bottom:       0.4em solid #024E3A ;
  padding-bottom:5em;
}
ul.navebene1 li {
    text-align: left;
    margin:0em 0.5em 0em 0.5em;
}
ul.navebene2 li {
    text-align: left;
    margin:0em 0em 0em 0.5em;
    
}
ul.navebene1 a, ul.navebene1 a:visited {
    text-decoration:  none;
    font-weight:      normal;
    display:          block;
    line-height:      105%;
    min-height:       1.3em;
    color:            #014936;
    border-bottom:    1px solid #014936; ;
    padding-top:      0.3em;
    padding-left:     0.5em;
    padding-bottom:   0.2em;
    margin-right:     0.1em;
}
ul.navebene1 a:hover, ul.navebene1 a:focus, ul.navebene1 a:active {
    color:            #014936;
    text-decoration:  underline;
    background-color: #F4FAE7;
  
}
ul.news a:hover, ul.news a:focus, ul.news a:active {
    color:            #014936;
    text-decoration:  underline;
    background-color: #E3EECC;
  
}
ul.navebene1 strong {
    font-weight:      normal;
    display:          block;
    line-height:      110%;
    min-height:       1.3em;
    color:            #014936;
    background-color: #99CC67;
    border-top:       1px solid #014936;
    border-bottom:    1px solid #014936;
    padding-top:      0.3em;
    padding-left:     0.5em;
    margin-right:     0.1em;
    margin-top:       -0.1em;
}
ul.navebene2 a,  ul.navebene2 a:visited {
    padding-left: 1.5em;
}
ul.navebene2 strong {
    padding-left: 1.5em;
}
ul#brotkruemmel {
    font-size: 1.3em;
    float:     left;
    margin-left:0.2em;
    margin-top: 0.15em;
}
ul#brotkruemmel li {
    float: left;
    margin-right:0.2em;
}
ul#brotkruemmel a, 
ul#brotkruemmel a:visited, 
div#inhalt a, 
div#inhalt a:visited {
    color: #004433;
    margin-right:0.2em;
}
ul#brotkruemmel a:active,
ul#brotkruemmel a:hover, 
ul#brotkruemmel a:focus,
div#inhalt a:active,
div#inhalt a:hover, 
div#inhalt a:focus {
    color:            #F0E6B5;
    background-color: #004433;
    text-decoration:  underline;
}

a.pfeil {
background-image:url(/statisch/images/pfeil.gif);
background-repeat:no-repeat;
color:#F0E6B5;
padding-left:1.1em;
}
