.tree .tree_header {
	background-color: silver;
	
	font-size: xx-small;
	font-weight: bold;

	border-width: 1px;
	border-top-style: solid;
	border-top-color: gainsboro;
	border-bottom-style: solid;
	border-bottom-color: gray;
	
	padding: 1px;
	padding-left: 2px;
}

.tree .tree_body TD {
	padding: 1px;
	border-style: none;
	font-size: xx-small;
}

.collapsed {
	display: none;
}

.expanded {
	display: run-in;
}

.img_collapsed {
	display: none;
}

.img_expanded {
	position: relative;
	top: 2px;
	display: run-in;
}

TD.tree_cell_icon {
	width: 11px;
	cursor: hand;
}

TD.tree_img_rep {
	width: 12px;
}

TD.tree_img_custom {
	width: 12px;
}

.tree_text_marked {
    color: #FF9900;
}

.tree_text {
	cursor: pointer;
}

.tree_text_disabled {
	cursor: auto;
}

.tree_text_h1, .tree_text_h2 {
	font-weight: bolder;
}
.tree_text_h3, .tree_text_h4 {
	font-weight: normal;
}

.navigator .tree {
	border-right-style: solid;
	border-width: 2px;
	border-color: gray;
	width: 260px;
}

.navigator .tree_data {
	background-color: transparent;
	height: 598px;
	width: 260px;
	overflow: auto;
	cursor: auto;
}

.bsv_stck_tree .tree_data {
	background-color: transparent;
	overflow: auto;
	height: 191px;
}

.sitzung_stck_tree .tree_data {
	background-color: transparent;
	xbackground-color: white;
	overflow: auto;
	height: 300px;
}

.sitzung_top_tree .tree_data {
	background-color: transparent;
	xbackground-color: white;
	overflow: auto;
	height: 126px;
}

.bsv_stck_tree  TABLE.tree,
	.sitzung_top_tree  TABLE.tree,
		.sitzung_stck_tree  TABLE.tree {

	border-style: solid;
	border-width: 1px;
	border-color: gray;
	margin-top: 10px;
}

TD.top_root, TD.stck_root {
	background-color: #F0F0E0;
	xbackground-color: silver;
	font-size: 12px;
}

TD.stck_header {
	background-color: #F0F0E0;
	xbackground-color: silver;
	font-size: 12px;
}

.top_img, TD.stck_img {
	width: 2px;
}

.stck_text_sp01 {
}

.top_text_sp01 {
}

.top_text_sp02 {
	width: 80px;
}

.top_text_sp03 {
	width: 24px;
}

.top_text_sp03 IMG {
	height: 14px;
}

.akte .img_expanded {
	position: relative;
	top: 0px;
}

.akte .tree .tree_body TD {
	padding: 0px;
	padding-right: 4px;
	padding-bottom: 1px;
}

.akte .tree_cell_icon {
	width: 16px;
}

.akte .tree_img_rep {
	width: 1px;
}
