#tree ul {margin:0;padding:0;}
#tree li {margin:0;padding:0;}
table #tree {
  width: 100%;
  border-collapse:collapse;
  margin:0;
  text-align:left;
}
#tree img {margin:0;padding:0;}
#tree th {margin:0;padding:0;}
#tree td {margin:5px;padding:0 0 15px 0;}
#tree th {border: 1px solid #ccc;height:20px;}
#tree ul	{margin:0;padding-left:5px;}

#tree li {
	list-style: none;
	padding-left: 15px;
	background-position: center left;
	background-repeat: no-repeat;
  margin: 3px;
}

#tree li.collapsed {background-image: url(/gfx/rechteck_off.gif);}
#tree li.expanded {background-image: url(/gfx/rechteck_off.gif);}
#tree li.nochilds {background-image: none;}

#tree li a {
	text-decoration:none;
	background-repeat: no-repeat;
	padding-left:10px;
   white-space: nowrap;
}

table #tree {margin:0;padding:0;border-spacing:0;}
#tree th img {margin:0;padding:0;}
