
/* a:link		{color: #FFFF00;font-weight:bold; text-decoration: none}
a:visited	{color: #FFFF00;font-weight:bold; text-decoration: none} 
a:active 	{color: #FFFF00;font-weight:bold; text-decoration: none} */

a:link		{color: #008000;font-weight:bold; text-decoration: none}
a:visited	{color: #008000;font-weight:bold; text-decoration: none} 
a:active 	{color: #008000;font-weight:bold; text-decoration: none}


/*  p			{font-family: Arial, Helvetica;font-weight:bold;color:#99A094} */
p		{font-family: Arial, Helvetica;font-weight:bold}

body		{font-family:Verdana, Arial, Helvetica;
			color: #99A094}

/* Meneueformatierungen */

ul {
  margin: 0em;
  padding: 0em;
  list-style-type: none;
}
li {
  padding: 0em;
  margin: 0em;
  border-left: 0px solid #000000;
  margin-left: 0.5em;    /* Einruecken um halbe Zeichenbreite */
  padding-bottom: 0.0em;
  padding-top: 1.0em;
  font-weight:bold; text-decoration: none;font-family: Arial, Helvetica;
}
li.ende {
  border-left: none;
}
li div {
  padding-top:0.0em;
}
li div span {
  padding-left: 0px;
}

  /* Formatierung des Baums */
  /* Hauptebene */
  span.menu_point {
    cursor: pointer;
    font-weight:bold; font-size:16;
    color: #008000;font-weight:bold;
  }
  
  span.menu_point:hover,   /* Hover, wenn Menuepunkt nur Eintrag ist*/
  span.menu_point a:hover {  /* Hover, wenn Menuepunkt ein Link ist */
    background:#ffffff; color:#000000; font-weight:bold;
  }
  
  /* Unterebene 1 */
  
  ul li ul li {
  padding-top: 0.5em;
  }
  
  span.menu_sub_item,
  span.menu_sub_item a:link {
    cursor: pointer;
    /* background:#ffffff; color:#000000; */
    font-weight:bold; font-size:12;
  }
  
    span.menu_sub_item,
    span.menu_sub_item a:hover {
    /*background:#008000; color:#ffff00;*/
    background:#ffffff; color:#000000; font-weight:bold;
  }
  
  /* Klassen für das öffnen und schließen eines Knotens */
  li.treeMenu_opened ul {
    display: block;
  }
  li.treeMenu_closed ul {
    display: none;
  }

