/* ----- Allgemeine Formatierungen ----- */

.nm1_align {
	float: right;		/* Generelle Ausrichtung */
}

.nm1_lh {
	line-height: 14px;
}

.nm1_first {
	float: left;
	background-image: url(pic/nhy_first.gif);
	background-position: left center;
	width: 40px;
}

.nm1_last {
	float: left;
	background-image: url(pic/nhy_last.gif);
	background-position: right center;
	width: 40px;
}

.nm1_spacer {
	float: left;
	background-image: url(pic/nhy_spacer.gif);
	background-position: center center;
	width: 20px;
}

.nm1_link_activ,
.nm1_link_inactiv {
	display: block;
	float: left;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.nm1_link_activ {
	font-weight: bold;
	color: #000000;
}


