/* menue */
#menu  {
  width:90%;
  padding: 10px;
}

#menu .active  {
  margin-top:4px;
  padding:5px;
  color:#ffffff;
  background-color:#0088dd;
  font-size:0.85em;
  text-decoration:underline;
  line-height:1.8em;
  font-weight:bold;
  border: solid #000000; 
  border-width:0 0px 1px 0;
}

#menu .passive  {
  margin-top:4px;
  padding:5px;
  background-color:#333399;
  font-size:0.85em;
  line-height:1.8em;
}

#topmenu  {
}

#topmenuactive  {
  padding:5px 10px 5px 5px;
  background-color:#0088dd;
  font-size:0.84em;
  line-height:1.8em;
  font-weight:bold;
}

#topmenupassive  {
  margin-top:4px;
  padding:5px 10px 5px 5px;
  background-color:#333399;
  font-size:0.84em;
  line-height:1.8em;
  font-weight:bold;
}


.topmenuactive  {
  padding:5px 10px 5px 5px;
  background-color:#0088dd;
  font-size:0.84em;
  line-height:1.8em;
  font-weight:bold;
}

.topmenupassive  {
  margin-top:4px;
  padding:5px 10px 5px 5px;
  background-color:#333399;
  font-size:0.84em;
  line-height:1.8em;
  font-weight:bold;
}

