#topmenu_container {
  background: url('./img/top_menu/bg_topmenu_container.png');
  height: 70px;
  width: 900px;
  position: relative;
  cursor:default;
  background-repeat: no-repeat;
}

#topmenu_menu {
  position: relative;
  width: 580px;
  height: 33px;
  line-height: 35px;
  left: 320px;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 9pt;
}

#topmenu_menu .topmenu_demiliter {
  margin: 0px 16px;
  text-decoration: none;
}

#topmenu_menu .topmenu_entry a,
#topmenu_menu .topmenu_activ a {
  text-decoration: none;
}

#topmenu_menu .topmenu_entry a:link{
  color: #000000;
}

#topmenu_menu .topmenu_entry a:visited{
  color: #000000;
}

#topmenu_menu .topmenu_entry a:hover{
  color: #E20916;
}

#topmenu_menu .topmenu_entry a:active{
  color: #E20916;
}

#topmenu_menu .topmenu_activ a:link {
  color: #AA0000;
}

#topmenu_menu .topmenu_activ a:visited {
  color: #AA0000;
}

#topmenu_menu .topmenu_activ a:hover {
  color: #E20916;
}

#topmenu_menu .topmenu_activ a:active {
  color: #AA0000;
}