/* ----- Allgemeine Formatierungen ----- */

.nhy_distance1 {	/* Randabstand innerhalb der Verlaufsnavi-Box */
	/* S-01 */	padding-left: 0px;
	/* S-01 */	padding-right: 0px;
	/* S-01 */	padding-top: 4px;
	/* S-01 */	padding-bottom: 0px;
}

.nhy_distance2 {	/* Mindestabstand zwischen Verlaufsnavi und Back-Button */
	/* S-01 */	padding-left: 20px;
}

.nhy_lh {	/* Zeilenhöhe für Text und Icons */
	/* S-01 */	line-height: 12px;
}

.nhy_first {	/* Gesamtbreite des Startelements */
	/* S-01 */	width: 0px;
				display: none;
}

.nhy_last {	/* Gesamtbreite des Endelements */
	/* S-01 */	width: 0px;
				display: none;
}

.nhy_spacer {	/* Gesamtbreite des Trennelements */
	/* S-01 */	width: 20px;
}

.nhy_back {	/* Gesamtbreite des Zurück-Buttons */
	/* S-01 */	width: 40px;
}

.nhy_link_last,
.nhy_link_normal {	/* 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;
}

.nhy_link_last {	/* Schriftformatierung der Aktiven (letzten) Ebene */
	/* F-01 */	font-weight: normal;
	/* C-01 */	color: #999999;
}


