html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:99%;
}

#tree, #tree div {
	margin:0px;
	padding:0px;
	width:139px;
}

#tree {
	list-style-type:none;
	margin-left:25px;
}
#tree div {
	background-color:#CADACA;
	margin-bottom:2px;
	height:14px;
	padding:0px;
}
#tree div a {
	font:12px Arial;
	color:#000000;
	margin:0px;
	padding:0px;
	margin-left:3px;
	height:14px;
	text-decoration:none;
}
#tree div:hover {
	background-color:#F1DC6F;
}

#tree div.aktiv {
	background-color:#F1DC6F;
}
#tree div.inaktiv a {
	color:#666666;
}
#hori {
	line-height:113%;
	margin-left:5px;
}
#hori a {
	margin-top:-1px;
	font:12px Arial;
	color:#000000;
	text-decoration:none;
}

#hori a.aktiv {
	font-weight:bold;
}

#hori a.inaktiv {
	color:#666666;
}
