/* leftmenue */


#leftmenue ul {
margin-left: -25px;
}

/*	Tan-Hack	
	obige ID(leftmenue ul) gilt für alle Browser.
	unten angeführte ID(leftmenue ul) wird nur von Internet Explorer 6 interpretiert bzw. überschrieben
	ACHTUNG: der BackSlash darf nicht vor a-f stehen, da sonst als HexaDez interpretiert wird!!!
			Er kann irgendwo im tag stehen*/
* html #leftmenue ul {  /* nur fuer Internet Explorer */
  margin-left: 15px;     /* Version 5.x */
  ma\rgin-left: 15px;    /* Version 6 */
}

*+html #leftmenue ul {  /* nur fuer Internet Explorer 7 */
  margin-left: 15px;     
}


#leftmenue li {
margin-bottom:5px;
}

#leftmenue ul ul {
margin-left:-25px;
margin-bottom:5px;
margin-top:5px;
}

/*	Tan-Hack	*/
* html #leftmenue ul ul {  /* nur fuer Internet Explorer */
  margin-left: 15px;     /* Version 5.x */
  ma\rgin-left: 15px;    /* Version 6 */
}

*+html #leftmenue ul ul{  /* nur fuer Internet Explorer 7 */
  margin-left: 15px;     
}

#leftmenue ul li {
list-style-type: disc;
}

#leftmenue ul ul ul{
margin-left:15px;
margin-bottom:5px;
margin-top:5px;
}

#leftmenue ul ul li {
list-style-type: disc;
margin-bottom:1px;
}

#leftmenue ul ul ul li {
list-style-type: disc;
margin-bottom:1px;
}


#leftmenue a.passive:link {text-decoration:none; color: #666666;} 
#leftmenue a.passive:visited {text-decoration:none;  color: #666666;}
#leftmenue a.passive:hover {text-decoration:none; color: #000000;}
#leftmenue a.passive:active {text-decoration:none;  color: #666666;}

#leftmenue a.active:link {text-decoration:none; color: #000000;} 
#leftmenue a.active:visited {text-decoration:none;  color: #000000;}
#leftmenue a.active:hover {text-decoration:none; color: #000000;}
#leftmenue a.active:active {text-decoration:none;  color: #000000;}