
/* ===== menue 1 oben ===== */

#menu1 a, #menu1 a:visited , #menu1 a:active {display: block;
color:#3366ff;
text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana, sans-serif; 
font-size: 18px;
padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:10px;
margin-left: 0px;margin-right: 0px;
height:60px;
line-height:22px;
text-align:center;
text-shadow: 1px 1px 2px #001f79;
vertical-align:middle;
background-image:url(images/schatten_un.jpg);
background-repeat:repeat-x;
background-position:  50% 100%;
border-top:solid 1px #5A5556;
}

#menu1 a:hover {color:#fff; text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana, sans-serif; 
font-size: 18px;
padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:10px;
margin-left: 0px;margin-right: 0px;
height:60px;
line-height:22px;
text-align:center;
text-shadow: 1px 1px 2px #000000;
vertical-align:middle;
background-color:#000;
background-image:url(images/nav_over.jpg);
background-repeat:repeat-x;
background-position:  50%  0%;
}

#schatten1 {
text-shadow: 0 0 11px #282828;
}
/* ===== menue 2 rechts ===== */

#menu2 a, #menu2 a:visited , #menu2 a:active {display: block;
color:#7D7D7D;
text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana,  sans-serif; font-size: 17px;
padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:15px;
margin: 0 0 10 0;
height:40px;
line-height:40px;
text-align:center;
vertical-align:middle;
background-color:#454545;
width:300px;
text-shadow: 1px 1px 0px #202020, -1px -1px 0px #606060;
}

#menu2 a:hover {color:#fff; text-decoration:none ;
background:transparent;
background-image:url(images/schatten_un.jpg);
background-repeat:repeat-x;
background-position:  50% 100%;
text-shadow: -1px -1px 0px #202020, 1px 1px 0px #fff;
}

/* ===== trennlinien in den menüs ===== */
.trenn {width:1px;background-color:#000;}
.trenn2 {width:1px;background-color:#5a5556;}

/* ===== allgemeine links im text ===== */

a:link, a:visited, a:active{font-size: 17px;line-height: 20px;
font-family: arial,tahoma,verdana,helvetica, sans-serif;color:#7d7d7d;
text-decoration:underline;}

a:hover{ text-decoration:none;background-color:#000;
color:#fff;text-decoration:none;}
