
/* = = = = = = = = = = = = = = = = = 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:#400000;
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:#fff;
background-color:#000;
text-decoration:none;
}





/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*  menue horizontal oben */

#menu2_container {float:right;
background-image:url(images/back.png);
background-repeat:repeat-x;
background-position:0% 50%;
-moz-border-radius-topleft:40px;
-moz-border-radius-topright:40px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:40px;
-webkit-border-top-right-radius:40px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:40px;
border-top-right-radius:40px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
-webkit-box-shadow: 0px 0px 8px #2F2F2F;
-moz-box-shadow:  0px 0px 8px #2F2F2F;
box-shadow:  0px 0px 8px #2F2F2F;
}

#menu2  {padding-left:14px;padding-right:14px;
float:right;
text-align:center;
border:solid 1px #000;
height:40px;
line-height:40px;
-moz-border-radius-topleft:40px;
-moz-border-radius-topright:40px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:40px;
-webkit-border-top-right-radius:40px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:40px;
border-top-right-radius:40px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
-webkit-box-shadow: inset 2px 2px 4px #fff;
-moz-box-shadow:  inset 2px 2px 4px #fff;
box-shadow: inset 2px 2px 4px #fff;
}


#menu2 ul, #menu2 li {display: inline;
color:#000;text-shadow: 1px 1px 0px #fff;
list-style-type: none;
margin-left:0px;
padding: 0px;
margin:0px;text-align:center;
}

#menu2 li a:link, #menu2 li a:visited, #menu2 li a:active {
display: inline;background:transparent;
color:#fff;
text-shadow: 1px 1px 0px #000;
font-size: 14px;
padding-left: 8px;padding-right: 8px; padding-bottom: 10px; padding-top:10px;
margin-left: 0px;margin-right: 0px;
height:40px;
line-height:40px;
text-align:center;
vertical-align:middle;
text-decoration:none ;
letter-spacing:1px;
text-transform:uppercase;
}



#menu2  li a:hover {
color:#fff;
background-image:url(images/pfeil.png);
background-repeat:no-repeat;
background-position:50% 100%;
text-decoration:none ;
}


/* konstanter link menü1*/
#menu2 #aktuell a  {
color:#DF0000;
text-decoration:none ;
background-image:url(images/pfeil2.png);
background-repeat:no-repeat;
background-position:50% 100%;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*  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:#CFCFCF;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 {
color:#fff;
text-decoration:none ;
background:transparent;
background-image:url(images/bullet1.png);
background-repeat:no-repeat;
background-position:0% 50%;
}


/* konstanter link menü1*/
#menu3 #aktuell a  {
color:#fff;
text-decoration:none ;
background:transparent;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 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/haken.png);
background-repeat:no-repeat;
background-position:0% 50%;
padding-left:30px;
font-size: 13px;
line-height: 20px;
color:#400000;
}

#liste_2 li a:hover {background:transparent;
background-image:url(images/hand.png);
background-repeat:no-repeat;
background-position:0% 50%;
text-decoration:none;
color:#1f1f1f;
}