﻿
/* = = = = = = = = = = = = = = = = = 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:#004D75;
text-decoration:underline;
}

a:hover{ text-decoration:underline;color:#004D75;
background-color:#9DD1EE;
text-decoration:none;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* menue horizontal oben */

#menu1  {width:1000px;
border-top:solid 1px #000;
border-left:solid 1px #000;float:right;
height:38px;text-align:center;
line-height:40px;
background-image:url(images/himmelblau_50.png);
background-repeat:repeat;
background-position:  0% 0%;
-moz-border-radius-topleft:80px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:80px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:80px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
-webkit-box-shadow: inset 2px 2px 8px #fff;
-moz-box-shadow:  inset 2px 2px 8px #fff;
box-shadow: inset 2px 2px 8px #fff;
}


#menu1 ul, #menu1 li {display: inline;
list-style-type: none;
margin-left:0px;
padding: 0px;
margin:0px;text-align:center;
}

#menu1 li a:link, #menu1 li a:visited, #menu1 li a:active {
display: inline;
color:#fff;
text-shadow: 1px 1px 0px #000;
font-size: 14px;
padding-left: 8px;padding-right: 8px; padding-bottom: 40px; padding-top:40px;
margin-left: 0px;margin-right: 0px;
height:40px;
line-height:40px;
text-align:center;
vertical-align:middle;
background:transparent;
text-decoration:none ;
letter-spacing:1px;
text-transform:uppercase;
}



#menu1  li a:hover {
color:#95DAFF;
text-decoration:none ;
background:transparent;
}


/* konstanter link menü1*/
#menu1 #aktuell a  {
color:#95DAFF;
text-decoration:none ;
background:transparent;
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* liste_over */

/* liste im textbereich - als menü */
/* wenn die liste nicht verlinkt ist, dann sehen sie dazu bei -#liste- in der datei format.css */

#liste_over ul, #liste_over li {
list-style-type: none;
}


#liste_over li a:link, #liste_over li a:visited, #liste_over li a:active{
background-image:url(images/bullet1.png);
background-repeat:no-repeat;
background-position:0% 50%;
padding-left:55px;
font-size: 13px;
line-height: 20px;
color:#990000;
}

#liste_over li a:hover {background:transparent;
background-image:url(images/bullet4.png);
background-repeat:no-repeat;
background-position:0% 50%;
text-decoration:none;
color:#ffffff;
}
