


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

#menu1 a, #menu1 a:visited , #menu1 a:active {display: block;
color:#fff;
text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana,  sans-serif; font-size: 15px;
padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
margin-left: 0px;margin-right: 0px;
height:35px;
line-height:35px;
text-align:center;
background-color:#;
background-image:url(images/schatten_ob-neuer.jpg);
background-repeat:repeat-x;
background-position:  50% 100%;
border-top:solid 1px #5A5556;


}

#menu1 a:hover {color:#ffd700; text-decoration:none ;
background-color:#000;
background-image:url(images/schatten_ob.jpg);
background-repeat:repeat-x;
background-position:  50%  0%;

}




/* ===== menue 2 rechts ===== */

#menu2 a, #menu2 a:visited , #menu2 a:active {display: block;
color:#fff;
text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana,  sans-serif; font-size: 12px;
padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
margin: 0 0 0 0;
height:30px;
line-height:30px;
text-align:center;
background-image:url(images/schatten_ob-neuer.jpg);
width:170px;

}

#menu2 a:hover {color:#ffd700; text-decoration:none ;
background:transparent;
background-image:url(images/schatten_ob.jpg);
background-repeat:repeat-x;
background-position:  50% 100%;
}


/* ===== 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:none;}

a:hover{ text-decoration:underline;background-color:#185ADF;
color:#fff;text-decoration:none;}