/* navTree */
.treeitem,.treeitem-selected,.treeitem-move {
	 background-color:transparent;
	 border-width:0;
	 border-style:dotted;
	 border-color:red;
	 white-space:nowrap;
	 vertical-align:middle;
}

.treeitem {
	margin:0;
    margin-top:-2px;
    padding:0;
    font-size:1pt;
	line-height:.1;
}

a.label {
	color:black;
	line-height:18px;
	font-size:11px;
	white-space: nowrap;
	padding:2px 0 0 0;
	vertical-align:top;
}

a.label-selected {
	color:black;
	line-height:18px;
	font-size:11px;
	white-space:nowrap;
	padding:3px;
	vertical-align:top;
	background-color:#C0D2EC;
}

a.label-optional {
	color:#808080;
	line-height:18px;
	font-size:10px;
	white-space:nowrap;
	padding: 2px 0 0 0;
	vertical-align:top;
}

a.label-maynotlink {
	color:#AA0000;
}

.labelcontainer {
	overflow:hidden;
	height:18px;
	vertical-align:bottom;
	padding:3px;
}

.controlButton {
	cursor:pointer;
}

div.mars-labelcontainer {
    width:199px;
    margin:0;
    padding:0;
    clear:both;
}

div.mars-labelcontainer-selected {
    width:209px;
    /*background-color: #87A3B1; --> Abstand vor dem selektierten Thema*/
    /*background-color:#eeeeee;*/
    margin:0;
    padding:0;
    clear:both;
}

div.mars-label {
	white-space:normal;
    padding:0 5px 0 14px;
    line-height:20px;
    font-size:12px;
    background:url(../images/menuitem.gif) no-repeat top left;
    background-position:3px 5px;
}

div.mars-top-label {
	white-space: normal;
    padding:0 5px 0 14px;
    line-height:20px;
    font-size:12px;
    background:url(../images/menuitem.gif) no-repeat top left;
    background-position:3px 5px;
}

div.mars-label-selected {
	white-space:normal;
    padding:0 5px 0 14px;
    line-height:20px;
    font-size:12px;
    background: url(../images/menuactive.gif) no-repeat top left;
    background-position:3px 5px;
}

.mars-label a, .mars-top-label a, .mars-label-selected a {
    text-decoration:none;
	font-size:11px;
	white-space:normal;
}

.mars-label a {
	color: black;
}

.mars-top-label a {
	color:black;
    font-weight:normal;
}

.mars-label-selected a {
	color:#D82461;
}

.mars-label a:hover, .mars-top-label a:hover, .mars-label-selected a:hover {
    text-decoration:none;
    color:#D82461;
}

.sitemap-labelcontainer {
    height:20px;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
    color:#D82461;
    width:100%;
    background-color:#cdcdcd;
    padding:5px 0 5px 0;
    margin:0;
	vertical-align:bottom;
}

a.sitemap-label, a.sitemap-rootlabel {
	color:black;
	line-height:20px;
	font-size:11px;
	white-space:nowrap;
	padding:2px 0 0 0;
	vertical-align:top;
    text-decoration:none;
}

a.sitemap-label-selected {
	color:black;
	line-height:18px;
	font-size:11px;
	white-space:nowrap;
	padding:3px;
	vertical-align:top;
	background-color:#cdcdcd;
    text-decoration:none;
}

.instance-label {
	color:black;
	font-size:11px;
}

.instance-label-selected {
	color:black;
	font-size:11px;
	background-color:#C0D2EC;
}

.instance-label-optional {
	color:#808080;
	font-size:11px;
}

.instance-groups-container {
    margin:10px 0 0 0;
    padding:0 0 0 0;
    clear:both;
}

.instance-properties-container {
    margin:0 0 0 0;
    clear:both;
}
