/* Die gesamte Zeile */
.tree_row{
	clear:left;
	width:auto;
	height:16px;
	white-space:nowrap;
}
/* Die Baum Images */
.tree_img{
	float:left;
	width:11px;
}
/* der angezeigte Name */
.tree_name{
	font-size   : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	white-space:nowrap;
	color:#003399;
	background-color:#99ffcc;
	vertical-align:text-bottom;
	height:16px;
	width:auto;
	min-width:60px;
	margin-left:4px;
	padding:1px;
}
.tree_activ{
	font-size   : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration:none;
	background-image:url(../img/trans_bg.gif);
	color:#993333;
}
.tree_inactiv{
	font-size   : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration:none;
	background-image:url(../img/trans_bg.gif);
	color:#000099;
}