

/* menue oben */

#menu1 a, #menu1 a:visited , #menu1 a:active {display: block;
color:#f54b4e;
font-size: 13px;line-height: 20px;
font-family: trebuchet ms,verdana,helvetica, arial, tahoma, sans-serif;
padding-left: 10px;padding-right: 10px; padding-bottom: 0px; padding-top:0px;
margin-left: 0px;margin-right: 0px;
height:20px;
line-height:20px;
text-align:center;
background:transparent;
text-decoration:none ;
letter-spacing:1px
}

/* hinter hover ist die Farbe, die der Text bei mouseover bekommt */
#menu1 a:hover {color:#97b84f; text-decoration:none ;
background:transparent;
text-decoration:underline;
}
/* hier die Farbe der vertikalen Balken oben im Menue */
.trenn_ob {background-color:#f54b4e;}
.trenn_ob2 {background-color:#97b84f;}
/* haupt-menue  */

#menu2 a, #menu2 a:visited , #menu2 a:active {display: block;
color:#fff;
text-decoration:none ;font-family: trebuchet ms,verdana,arial, helvetica,  sans-serif; font-size: 14px;
padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
margin: 0 0 0 0;
border-bottom:solid 0px #97b84f;
border-top:solid 0px #97b84f;
height:40px;
line-height:40px;
text-align:center;
background-color:#;
letter-spacing:1px;
width:220px
}

#menu2 a:hover {color:#fff; text-decoration:none ;
background:transparent;
border-bottom:solid 0px #000;
background-image:url(images/quadrat_gruen.gif);
background-repeat:no-repeat;
background-position:  50% 100%;
font-weight:bold;
}

/* Hier die Farben der BEIDEN Striche unterhalb der Menuepunkte in der
rechten Spalte. Es sind 2 Striche mit einem Pixel Hoehe, die eine
unterschieliche Farbe haben koennen */
.trenn {background-color: #fff;}
.trenn2 {background-color:#fff;}





/* =============================================================== */

/* allgemeine links im text */

a:link, a:visited, a:active{
/* Farbe der links im Text */
color:#97b84f;
font-size: 15px;line-height: 23px;
font-family: verdana,arial,helvetica, verdana, tahoma, sans-serif;
text-decoration:underline;}
/* Farbe des Linkhintergrundes im Falle mouseover */
a:hover{ text-decoration:none;background-color:#f54b4e;
/* Farbe der Buchstaben des links im Falle mouseover */
color:#fff;text-decoration:none;}

/* =============================================================== */

/* links in box 4 */

#menubox a, #menubox a:visited, #menubox a:active{
font-size: 13px;line-height: 16px;
font-family: arial,helvetica, verdana, tahoma, sans-serif;
text-decoration:underline;color:#e9e9e9;}

#menubox a:hover{ text-decoration:none;background-color:#fff;
color:#000;text-decoration:none;}

/* =============================================================== */
