/* menue vertikal */
#menu1 a , #menu1 a:visited , #menu1 a:active {
  display:block;
  background-color:#333333;
  color:#999999;
  margin:20px 20px 0;
  text-decoration:none ;
  text-align:center;
  width:180px;
  border-bottom:solid 1px #400000;
  font-size: 14px;
  line-height: 30px;
  font-family: "Trebuchet MS",Arial,Helmet,Freesans,sans-serif;
}

#menu1 a:hover{
  background-color:#666666;
  color:#999999;
  border-bottom:solid 1px #400000;
}

/* === menu oben === */
#menu2 a, #menu2 a:visited , #menu2 a:active {
  display: block;
  color:#999999;
  text-decoration:none ;
  font-size: 15px;
  padding-left: 2px; padding-right: 2px;padding-bottom: 0px; padding-top:0px;
  border-left:solid 0px #fff;border-right:solid 0px #b6b6b6;
  line-height:36px;
  height:36px;
  text-align:center;
}

#menu2 a:hover {
color:#999999;
background-color:#;
}

/* allgemeine links im text */

a:link, a:visited, a:active{ 
  font-size: 12pt;
  line-height: 15pt;
  font-family: Arial,Helmet,Freesans,sans-serif;
  color:#400000;
  text-decoration:underline
}

a:hover{ 
  color:#FFCA95;
  text-decoration:none
}

