ul.sidemenu {
  font-weight:bold;
  list-style:none outside;
  padding:0;
  margin:0;
/*  padding-left:5px;*/
  font-size:8pt;
}

li.sidemenu {
  font-weight:bold;
  list-style:none outside;
  margin:0;
  padding:0 0 5px 0;
}

li.sidemenu ul {
  list-style:none outside;
  padding:0 0 2px 0;
  margin:0;
  background:white;
  font-weight:bold;
}

li.sidemenu li {
  font-size:11px;
  font-weight:bold;
  list-style:none outside;
/*   background:#f4f9f9; */
  background:#e8f5f5;
  margin:0;
  padding:2px 0 2px 2px;
}

li.sidemenu li a,
li.sidemenu li a:link { 
  padding:0 0 0 8px;
  margin:0;
  /* line-height:0; */
  /* geändert wegen problemen mit opera 7.0; wurde mal für ie eingefügt. geht noch alles?  2004-07-01 */
  line-height:100%; 
  font-weight:bold;
  color:#0F4C78;
  voice-family: "\"}\""; 
  voice-family:inherit;
  background:url(/images/dreieck-navigation.gif) no-repeat left center;
/*  border-bottom:1px solid black; 
  text-decoration:none;*/
}

li.sidemenu li a:visited {
  font-weight:bold;
  color:#666666;
}

li.sidemenu li a:hover,
li.sidemenu li a:active,
li.sidemenu li a.active {
  font-weight:bold;
  color:black;
  voice-family: "\"}\""; 
  voice-family:inherit;
  background:url(/images/dreieck-navigation-aktiv.gif) no-repeat left center;
}

/*
li.sidemenu li a:hover,li.sidemenu li a:active {
  background:white;
  padding-left:1px;
  border-left:12px solid #cc0066;
  border-bottom:0px;
}
*/

