/* ----- Formatierung für Startelement ----- */

.nm2_start {
	display: none;
	/* S-01 */	width: 50px;
}

/* ----- Formatierung für Endelement ----- */

.nm2_stop {
	display: none;
	/* S-01 */	width: 50px;
}

/* ----- Formatierung für den Trenner ----- */

.nm2_separator {
	/* S-01 */	width: 2px;
}

/* ----- Allgemeine Formatierung für die Menüpunkte ----- */

.nm2_first-a strong span, .nm2_first-i strong span, .nm2_last-a strong span, .nm2_last-i strong span, .nm2_normal-a strong span, .nm2_normal-i strong span {
	
	/* S-01 */	padding-top: 20px;
	/* S-02 */	padding-left: 0px;
	/* F-01 */	font-family: Verdana, Geneva, sans-serif;
	/* F-02 */	font-size: 10px;
	/* F-03 */	font-style: normal;
	/* F-04 */	font-weight: normal;
	/* C-01 */	color: #FFFFFF;
}

.nm2_first-a strong span, .nm2_first-i strong:hover span, .nm2_last-a strong span, .nm2_last-i strong:hover span, .nm2_normal-a strong span, .nm2_normal-i strong:hover span {
	
	/* S-01 */	padding-top: 15px;
	/* S-01 */	padding-left: 0px;
	/* F-01 */	font-family: Verdana, Geneva, sans-serif;
	/* F-01 */	font-size: 16px;
	/* F-01 */	font-style: normal;
	/* F-01 */	font-weight: normal;
	/* C-01 */	color: #FF0000;
}

