#organigramm {
	width: 100%;
	}
#organigramm ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#organigramm ul li {
	padding: 0;
	margin: 0 0 0.5em 2em;
	list-style-image: none;
	}
#organigramm ul li a, #organigramm ul li span {
	border: 1px solid #535d5d;
	padding: 0.3em 0.5em;
	display: block;
	color: #535d5d;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0.5em;
	background: #ffffdb url(/pictures/th_bg_yellow.gif) repeat-x 0 top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#organigramm ul li a:hover {
	border-color: #000;
	color: #000;
	}
#organigramm ul li a:active {
	background: #ffffdb url(/pictures/th_bg_yellow.gif) repeat-x 0 bottom;
	}	
#organigramm ul li.ext a {
	border-style: dotted;
	background-image: none;
	background-color: transparent;
	font-style: italic;
	font-weight: normal;
	}
#organigramm ul li a.arrow_down {
	color: #000;
	background: #ffffdb url(/pictures/th_bg_yellow.gif) repeat-x 0 bottom;
	}
#organigramm ul li li a, #organigramm ul li li a:active, #organigramm ul li span {
	background-image: none;	
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 0.92em;
	}

/* 4th level - bereiche */
#organigramm ul li li li li a, #organigramm ul li li li li a:active, #organigramm ul li span {
	background-image: none;	
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 0.92em;
	}
#organigramm ul li span {
	border: 1px solid #869393;
	color: #869393;
	}
/* bei abteilungen erste ebenen ausblenden */
#page26 #content #organigramm .not-abt  { 
	display: none;
	}

