
/* = = = = = = = = = = = = = = = = = datei menue.css - Hier sind die Menüs definiert = = = = = = = = = = = = = = = = = = = = = = = = = */


/* allgemeine links im text */

a:link, a:visited, a:active{
font-family:verdana,"trebuchet ms", arial, helvetica,verdana, georgia, "times new roman", sans-serif;
font-size: 13px;line-height: 18px;
color:#52816B;
text-decoration:underline;
padding-left:2px;padding-right:2px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

a:hover{ text-decoration:underline;color:#E1ECE9;
background-color:#2E473F;
text-decoration:none;
}





/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*  seiten-menü */

#menu3  {padding-left:0px;
}


#menu3 ul, #menu3 li {color:#fff;
list-style-type: none;
margin-left:0px;
padding: 0px;

text-align:left;
}

#menu3 li a:link, #menu3 li a:visited, #menu3 li a:active {
color:#405E53;background:transparent;
text-shadow: 1px 1px 0px #000;
background-image:url(images/bullet2.png);
background-repeat:no-repeat;
background-position:0% 50%;
font-size: 13px;
padding-left: 26px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
margin-left: 0px;margin-right: 0px;
height:20px;
line-height:20px;
text-align:left;
vertical-align:middle;
text-decoration:none ;
letter-spacing:1px;
text-transform:uppercase;
}



#menu3  li a:hover {background-image:url(images/bullet1.png);
background-repeat:no-repeat;
background-position:0% 50%;
color:#D6E4E0;
text-decoration:none ;

}


/* konstanter link menü1*/
#menu3 #aktuell a  {background-image:url(images/arrow.png);
background-repeat:no-repeat;
background-position:5px 50%;
color:#fff;
text-decoration:none ;

}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* liste im textbereich - verlinkt */
/* wenn die liste nicht verlinkt ist, dann sehen sie dazu bei -#liste- in der datei format.css */

#liste_2 ul, #liste_2 li {
list-style-type: none;
}


#liste_2 li a:link, #liste_2 li a:visited, #liste_2 li a:active{background:transparent;
background-image:url(images/bullet1.png);
background-repeat:no-repeat;
background-position:0% 50%;
padding-left:30px;
font-size: 13px;
line-height: 20px;
color:#52816B;
}

#liste_2 li a:hover {background:transparent;
background-image:url(images/bullet2.png);
background-repeat:no-repeat;
background-position:0% 50%;
text-decoration:none;
color:#52816B;
}