
/* ----- Allgemeine Einstellungen ----- */

.nct_column {
	width: 190px;
}

.nct_column_space {
	padding-top: 20px;
}

.nct_box {
	/* S-01 */	padding: 0px;								/* Rahmenabstand um das gesamte Element */
}



/* ----- Bildeinstellungen ----- */

.nct_dis {
	/* S-01 */	padding-right: 20px;				/* Abstand zwischen Bild und Text */
}



/* ----- Bildrahmen ----- */

.nct_b1 {
	/* S-01 */	padding: 15px;						/* Abstand zwischen Bild und Text */
}

.nct_b2 {
	/* S-01 */	padding: 10px;						/* Abstand zwischen Bild und Text */
}

.nct_b3 {
	/* S-01 */	padding: 1px;						/* Abstand zwischen Bild und Text */
}

.nct_b4 {
	/* S-01 */	padding: 2px;						/* Abstand zwischen Bild und Text */
}



/* ----- Überschrift ----- */

.nct_head_nolink,
.nct_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: 8px;
	/* S-01 */	font-family: Arial;
	/* S-01 */	font-weight: normal;
	/* S-01 */	font-size: 15px;
	/* S-01 */	line-height: 20px;
}

.nct_head_link {					/* Mit Link */
	/* S-01 */	color: #BF0000;
}

.nct_head_nolink {					/* Ohne Link */
	/* S-01 */	color: #BF0000;
}



/* ----- Beschreibungstext ----- */

.nct_description_link,
.nct_description_nolink {			/* Allgemeine Einstellungen */
	/* S-01 */	padding-left: 0px;
	/* S-01 */	padding-right: 0px;
	/* S-01 */	padding-top: 15px;
	/* S-01 */	font-family: verdana;
	/* S-01 */	font-weight: normal;
	/* S-01 */	font-size: 11px;
	/* S-01 */	line-height: 18px;
}

.nct_description_link {				/* Mit Link */
	/* S-01 */	color: #7f7f7f;
}

.nct_description_nolink {			/* Ohne Link */
	/* S-01 */	color: #7f7f7f;
}


