/* CSS-Definition fuer Projekt: "Bund Deutscher Bestatter" - www.bestatter.de - (c) 2003 Yarmedia GbR, http://www.yarmedia.com */

/*** Verband Formatierungen ************************************************ */
a:link {
   text-decoration: underline;
   color: #003399;
}
a:visited {
   text-decoration: underline;
   color: #003399;
}
a:hover {
   text-decoration: none;
   color: #003399;
}
a:active {
   text-decoration: none;
   color: #FFFFFF;
}

ul, li { margin:0; padding:0; }
ul {
	padding-left: 16px;
}
ul li {
	list-style-image: url(../../images/news/bullet.gif);
	list-style-type: none;
}
ul ul {
	padding-left: 16px;
}
ul ul li {
	list-style-image: url(../../images/news/bullet_border.gif);
	list-style-type: none;
}
.verlaufBgTable {
	background-image:url(../../images/news/bg_table.gif);
}

div.pressefoto {
	float: right;
	margin: 0px 8px 8px 0px;
	text-align: center;
}
