/* Link-Formatierung a name (Link ueber Bild) */

a.ndm-ueberschrift_klein {
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	font-size : 10pt;
	color: Black;
	font-weight: bold;
	}

a.ndm-ueberschrift_klein:link {
	color: Black;
}

a.ndm-ueberschrift_klein:visited {
	color: Black;
}

a.ndm-ueberschrift_klein:active {
	color: Black;
}

a.ndm-ueberschrift_klein:hover {
color: Black;
}


/* Link-Formatierung für das Menue oben */

a.ndm-link-menue {
font-family : Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	font-size : 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.ndm-link-menue:link {
	color: Black;
}

a.ndm-link-menue:visited {
	color: Black;
}

a.ndm-link-menue:active {
	color: Blue;
}

a.ndm-link-menue:hover {
color: Red;
}

/* Link-Formatierung für den Link zur Bild-Vergroesserung */

a.ndm-link-bild {
	text-decoration: none;
	}

a.ndm-link-bild:link {
	text-decoration: none;
	}

a.ndm-link-bild:visited {
	text-decoration: none;
	}

a.ndm-link-bild:active {
	text-decoration: none;
	}

a.ndm-link-bild:hover {
	text-decoration: none;
	}

/* Rand um das Bild */
	
a.ndm-link-bild img {
	border: 1px solid Black;
}

/* Zeile fuer die Menue-Eintraege (das Bullet + Link) */

.ndm-td_ueberschrift_oben
{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  30pt;
	font-weight: normal;
	color: #FF9900;	
	vertical-align: middle;*/
}

/* News-Ueberschrift (ueber Bild) */

.ndm-td_ueberschrift
{
	background-color: #a56f65;
	color: Black;
}

/* Bild-Unterschrift */

.ndm-bild_text
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
	font-weight: normal;
	font-style: normal;
}

/* News-Text */

.ndm-td_news-text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

/* td in der das Bild ist */

.ndm-td_bild
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	vertical-align: top;
}

/* <p> mit altem Preis */

.ndm-preisalt
{
	text-decoration: line-through;
}

/* <p> mit neuem Preis */

.ndm-preisneu
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color: #FF3300;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
