body {
   font-family: Tahoma;
   color: #515151;
}

p {
   color: #0E0F41;
   font-family: "Tahoma";
   font-size: 10pt;
}
 a:link{
   color: #FFA500;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   font-weight: bold;
}
 a:visited{
   color: #FFA500;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   font-weight: bold;
}
 a:active{
   color: #FFA500;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   font-weight: bold;
}
 a:hover{
   color: #FFD700;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   font-weight: bold;
}
#nav a:link{
   background-color: ;
   color: White;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   font-weight: bold;
}
#nav a:visited {
   background-color: ;
   color: White;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
}

#nav a:aktive{
   background-color: ;
   color: White;
   text-decoration: none;
   font-family: Tahoma, sans-serif;
   border-bottom: solid 1px #e6e6e6;
}

#nav a:hover {
background-color:#FAF2CE;
color:#000000;
text-decoration:none;font-family:Tahoma, sans-serif; 
border-bottom:solid 1px #000000;
}

