
/* ----- Allgemeine Einstellungen ----- */

.nhh1_box {
	/* S-01 */	padding: 0px;								/* Rahmenabstand um das gesamte Element */
}



/* ----- Bildeinstellungen ----- */

.nhh1_dis {
	/* S-01 */	padding-right: 20px;				/* Abstand zwischen Bild und Text */
}



/* ----- Bildrahmen ----- */

.nhh1_b1 {
	/* S-01 */	padding: 15px;						/* Abstand zwischen Bild und Text */
}

.nhh1_b2 {
	/* S-01 */	padding: 10px;						/* Abstand zwischen Bild und Text */
}

.nhh1_b3 {
	/* S-01 */	padding: 1px;						/* Abstand zwischen Bild und Text */
}

.nhh1_b4 {
	/* S-01 */	padding: 2px;						/* Abstand zwischen Bild und Text */
}



/* ----- Überschrift ----- */

.nhh1_head_nolink,
.nhh1_head_link {					/* Allgemeine Einstellungen */
	/* S-01 */	padding-left: 0px;
	/* S-01 */	padding-right: 20px;			/* Iconbereich (Iconbreite) auf der rechten Seite */
	/* S-01 */	padding-top: 0px;
	/* S-01 */	padding-bottom: 5px;
	/* S-01 */	font-family: georgia;
	/* S-01 */	font-weight: bold;
	/* S-01 */	font-size: 20px;
	/* S-01 */	line-height: 20px;
}

.nhh1_head_link {					/* Mit Link */
	/* S-01 */	color: #000000;
}

.nhh1_head_nolink {					/* Ohne Link */
	/* S-01 */	color: #AAAAAA;
}



/* ----- Beschreibungstext ----- */

.nhh1_description_link,
.nhh1_description_nolink {			/* Allgemeine Einstellungen */
	/* S-01 */	padding-left: 0px;
	/* S-01 */	padding-right: 0px;
	/* S-01 */	padding-top: 10px;
	/* S-01 */	font-family: georgia;
	/* S-01 */	font-weight: normal;
	/* S-01 */	font-size: 14px;
	/* S-01 */	line-height: 22px;
}

.nhh1_description_link {				/* Mit Link */
	/* S-01 */	color: #000000;
}

.nhh1_description_nolink {			/* Ohne Link */
	/* S-01 */	color: #999999;
}


