/********************************/
/*   BAUMNAVIGATION - EBENE 1   */
/********************************/


.ntr_01 {							/* Grundeinstellungen */
	/* S-01 */	font-size: 11px;
	/* S-01 */	font-family: verdana;
	/* S-01 */	line-height: 10px;
}

.ntr_01 a {							/* Nicht aktiver Menüpunkt */
	/* S-01 */	color: #999999;
	/* S-01 */	padding-left: 22px;
	/* S-01 */	padding-right: 0px;
	/* S-01 */	padding-top: 5px;
	/* S-01 */	padding-bottom: 5px;
}

.ntr_01 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	/* S-01 */	color: #bf0000;
}

#ntr_01a {							/* Aktiver Menüpunkt */
	/* S-01 */	color: #bf0000;
}

.ntr_01start {
	/* S-01 */	height: 0px;
				display: none;
}

.ntr_01stop {
	/* S-01 */	height: 10px;	
}


/********************************/
/*   BAUMNAVIGATION - EBENE 2   */
/********************************/


.ntr_02 {							/* Grundeinstellungen */
	/* S-01 */	font-size: 11px;
	/* S-01 */	font-family: verdana;
	/* S-01 */	line-height: 11px;
}

.ntr_02 a {							/* Nicht aktiver Menüpunkt */
	/* S-01 */	padding-left: 34px;
	/* S-01 */	padding-right: 0px;
	/* S-01 */	padding-top: 2px;
	/* S-01 */	padding-bottom: 2px;
	/* S-01 */	color: #bf0000;
}

.ntr_02 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	/* S-01 */	color: #650000;
}

#ntr_02a {							/* Aktiver Menüpunkt */
	/* S-01 */	color: #650000;
}

.ntr_02start {
	/* S-01 */	height: 5px;	
}

.ntr_02stop {
	/* S-01 */	height: 15px;	
}


/********************************/
/*   BAUMNAVIGATION - EBENE 3   */
/********************************/


.ntr_03 {							/* Grundeinstellungen */
	/* S-01 */	font-size: 10px;
	/* S-01 */	font-family: verdana;
	/* S-01 */	line-height: 10px;
}

.ntr_03 a {							/* Nicht aktiver Menüpunkt */
	/* S-01 */	padding-left: 50px;
	/* S-01 */	padding-right: 0px;
	/* S-01 */	padding-top: 5px;
	/* S-01 */	padding-bottom: 5px;
	/* S-01 */	color: #AAAAAA;
}

.ntr_03 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	/* S-01 */	color: #000000;
}

#ntr_03a {							/* Aktiver Menüpunkt */
	/* S-01 */	color: #000000;
}

.ntr_03start {
	/* S-01 */	height: 10px;
}

.ntr_03stop {
	/* S-01 */	height: 10px;
}


/********************************/
/*   BAUMNAVIGATION - EBENE 4   */
/********************************/


.ntr_04 {							/* Grundeinstellungen */
	/* S-01 */	font-size: 10px;
	/* S-01 */	font-family: verdana;
	/* S-01 */	line-height: 10px;
}

.ntr_04 a {							/* Nicht aktiver Menüpunkt */
	/* S-01 */	padding-left: 70px;
	/* S-01 */	padding-right: 0px;
	/* S-01 */	padding-top: 5px;
	/* S-01 */	padding-bottom: 5px;
	/* S-01 */	color: #AAAAAA;
}

.ntr_04 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	/* S-01 */	color: #000000;
}

#ntr_04a {							/* Aktiver Menüpunkt */
	/* S-01 */	color: #000000;
}

.ntr_04start {
	/* S-01 */	height: 10px;	
}

.ntr_04stop {
	/* S-01 */	height: 10px;	
}


