/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	:hover.link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold; background-image:url('../../images/aa2.jpg')
}
	ul.pde a:link,
	ul.pde a:visited,
	ul.pde 
	ul.pde a:active{
		text-decoration:none;
		
		
		}
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
		text-align:left;
		font-size:1.4em;
		margin:.5em auto;
		
		
	}
	ul.pde ul{
		margin:0 0 0 0em;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0;
		padding-left:15px;
	}
/* dynamically added to LIs with nested ULs */
	/*ul.pde li.parent{
		padding-left:1px;
	}*/
	ul.pde li.parent img{
		border:medium none;
		float: left;
		width: 0px;
		
	}
	.parent img{
	padding-top: 3px;
	padding-left: 2px;
}

/*die classe link steuert den hintergrund und die schrift*/
	.link{
	background-image: url('../../images/aa3.jpg');
	width: 150px;
	text-align: center;
	vertical-align: middle;
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	line-height:normal;
	
	min-height: 35px;
	padding: 0px
}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:0em;
       }