/* CSS-Definition fuer Projekt: "Bund Deutscher Bestatter" - www.bestatter.de - (c) 2003 Yarmedia GbR, http://www.yarmedia.com */

/*** Trauerfall Formatierungen ************************************************ */
a:link {
   text-decoration: underline;
   color: #660000;
}
a:visited {
   text-decoration: underline;
   color: #660000;
}
a:hover {
   text-decoration: none;
   color: #660000;
}
a:active {
   text-decoration: none;
   color: #FFFFFF;
}

.verbandBlTable, .verlaufBgTable {
	background-image:url(../../images/trauerfall/bg_table.gif);
}

table.verlaufBgTableLang {
	background-image:url(../../images/trauerfall/bg_table_lang.gif);
}
table.verlaufBgTableLang tr.odd {
}
table.verlaufBgTableLang tr.even {
	background-color: #D6BC99;
}

th {
	background-color: #813735;
	text-weight: bold;
	color: #FFFFFF;
}
.price {
	color: #660000;
	font-weight: bold;
}
h4.category {
	color: #660000;
}

ul li {
	list-style-image: url(../../images/trauerfall/bullet.gif);
	list-style-type: none;
}
ul ul li {
	list-style-image: url(../../images/trauerfall/bullet_border.gif);
	list-style-type: none;
}


#content_markenzeichen_trauerfall {
	background-image: url(../../images/trauerfall/bg_markenzeichen_trauerfall.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#content_markenzeichen_trauerfall h2 {
	margin-bottom: 280px;
}
