/* Link-Formatierung a name (Link ueber Bild) */

a.ndm-ueberschrift_klein {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:black;
  font-weight: bold;
}

/* Link-Formatierung f&uuml;r das Menue oben */

a.ndm-link-menue {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  text-decoration: none;
  font-weight: normal;
  color: #024003;
}

/* Link-Formatierung f&uuml;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;
  color:white;
  margin:2px;
}

.ndm-td_ueberschrift {
	background-color: #F8FEFC;
}

/* Zeile fuer die Menue-Eintraege (das Bullet + Link) */


.ndm-td_ueberschrift_oben img {
  background:transparent;
  border:0;
}


/* News-Ueberschrift (ueber Bild) */

.ndm-td_ueberschrift img {
  background:transparent;
  border:0;
}

/* Bild-Unterschrift */

.ndm-bild_text
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	font-weight: normal;
	font-style: normal;
}

/* News-Text */

.ndm-td_news-text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding: 5px;
	vertical-align: top;
}

/* td in der das Bild ist */

.ndm-td_bild
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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 : 14px;
	color: black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
