.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;}

.treeview ul {	margin-top: 4px;}

.treeview .hitarea {
	height: 16px;
	width: 10px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}



#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }




.treeview .manu_glowne {
/*	background: url(images/kategorie_strzalka.gif) -64px -25px no-repeat;*/
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}



.treeview span.folder {
	background:transparent url(../templates/standard/images/misc/kategorie_strzalka.gif) no-repeat scroll 0px 1px;
	color:#6E6E6E;
	font-weight: bold;

}
.treeview span.folder {
	display:block;
	padding-left:16px;
}


.treeview span.podfolder {
	background:transparent url(../templates/standard/images/misc/kropka.gif) no-repeat scroll 0px 4px;
	color:#0490F1;
	font-weight: none;

}
.treeview span.podfolder {
	display:block;
	padding-left:12px;
}

.treeview ul.folder_main {
	margin-top: 10px;
	margin-bottom: 10px;
}

.treeview a.file {
	display:block;
	color:#0490F1;
	text-decoration: none; 
}

.treeview a.hover {
	display:block;
	color:#FA9F21;
	text-decoration: none; 
}

.treeview a.selected {
	/*background-color:red;*/
	color:#FA9F21;
}
