/* ----- Allgemeine Formatierungen ----- */

.nm1_align {
	/* S-01 */	float: right;		/* Generelle Ausrichtung */
}

.nm1_lh {	/* Zeilenhöhe für Text und Icons */
	/* S-01 */	line-height: 10px;
}

.nm1_first {	/* Gesamtbreite des Startelements */
	/* S-01 */	width: 30px;
				display: none;
}

.nm1_last {	/* Gesamtbreite des Endelements */
	/* S-01 */	width: 30px;
				display: none;
}

.nm1_spacer {	/* Gesamtbreite des Trennelements */
	/* S-01 */	width: 30px;
}

.nm1_link_activ,
.nm1_link_inactiv {	/* Schriftformatierung der Inaktiven Ebenen */
	/* F-01 */	font-family: Verdana, Geneva, sans-serif;
	/* F-01 */	font-size: 11px;
	/* F-01 */	font-weight: normal;
	/* C-01 */	color: #999999;
}

.nm1_link_activ {	/* Schriftformatierung der Aktiven (letzten) Ebene */
	/* F-01 */	font-weight: normal;
	/* C-01 */	color: #999999;
}


