/********************************/
/*   BAUMNAVIGATION - EBENE 1   */
/********************************/


.ntr_01 {							/* Grundeinstellungen */
	font-size: 10px;
	font-family: verdana;
	line-height: 10px;
}

.ntr_01 a {							/* Nicht aktiver Menüpunkt */
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(pic/ntr_1.png);
	background-position: 0px 0px;
	color: #AAAAAA;
	display: block;
	text-decoration: none;
}

.ntr_01 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	background-position: 0px -90px;
	color: #000000;
}

#ntr_01a {							/* Aktiver Menüpunkt */
	background-image: url(pic/ntr_1.png);
	background-position: 0px -90px;
	color: #000000;
}

.ntr_01start {
	background-image: url(pic/ntr_1.png);
	background-position: 0px -180px;
	height: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.ntr_01stop {
	background-image: url(pic/ntr_1.png);
	background-position: 0px -270px;
	height: 10px;	
	display: block;
	margin: 0px;
	padding: 0px;
}


/********************************/
/*   BAUMNAVIGATION - EBENE 2   */
/********************************/


.ntr_02 {							/* Grundeinstellungen */
	font-size: 10px;
	font-family: verdana;
	line-height: 10px;
}

.ntr_02 a {							/* Nicht aktiver Menüpunkt */
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(pic/ntr_2.png);
	background-position: 0px 0px;
	color: #AAAAAA;
	display: block;
	text-decoration: none;
}

.ntr_02 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	background-position: 0px -90px;
	color: #000000;
}

#ntr_02a {							/* Aktiver Menüpunkt */
	background-image: url(pic/ntr_2.png);
	background-position: 0px -90px;
	color: #000000;
}

.ntr_02start {
	background-image: url(pic/ntr_2.png);
	background-position: 0px -180px;
	height: 10px;	
}

.ntr_02stop {
	background-image: url(pic/ntr_2.png);
	background-position: 0px -270px;
	height: 10px;	
}


/********************************/
/*   BAUMNAVIGATION - EBENE 3   */
/********************************/


.ntr_03 {							/* Grundeinstellungen */
	font-size: 10px;
	font-family: verdana;
	line-height: 10px;
}

.ntr_03 a {							/* Nicht aktiver Menüpunkt */
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(pic/ntr_3.png);
	background-position: 0px 0px;
	color: #AAAAAA;
	display: block;
	text-decoration: none;
}

.ntr_03 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	background-position: 0px -90px;
	color: #000000;
}

#ntr_03a {							/* Aktiver Menüpunkt */
	background-image: url(pic/ntr_3.png);
	background-position: 0px -90px;
	color: #000000;
}

.ntr_03start {
	background-image: url(pic/ntr_3.png);
	background-position: 0px -180px;
	height: 10px;
}

.ntr_03stop {
	background-image: url(pic/ntr_2.png);
	background-position: 0px -270px;
	height: 10px;
}


/********************************/
/*   BAUMNAVIGATION - EBENE 4   */
/********************************/


.ntr_04 {							/* Grundeinstellungen */
	font-size: 10px;
	font-family: verdana;
	line-height: 10px;
}

.ntr_04 a {							/* Nicht aktiver Menüpunkt */
	padding-left: 70px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(pic/ntr_4.png);
	background-position: 0px 0px;
	color: #AAAAAA;
	display: block;
	text-decoration: none;
}

.ntr_04 a:hover {					/* Nicht aktiver Menüpunkt - Rollover */
	background-position: 0px -90px;
	color: #000000;
}

#ntr_04a {							/* Aktiver Menüpunkt */
	background-image: url(pic/ntr_4.png);
	background-position: 0px -90px;
	color: #000000;
}

.ntr_04start {
	background-image: url(pic/ntr_4.png);
	background-position: 0px -180px;
	height: 10px;	
}

.ntr_04stop {
	background-image: url(pic/ntr_4.png);
	background-position: 0px -270px;
	height: 10px;	
}


