/* CSS-Definition fuer Projekt: "Bund Deutscher Bestatter" - www.bestatter.de - (c) 2003 Yarmedia GbR, http://www.yarmedia.com */

/*** Vorsorge Formatierungen ************************************************ */
a:link {
   text-decoration: underline;
   color: #CC3333;
}
a:visited {
   text-decoration: underline;
   color: #CC3333;
}
a:hover {
   text-decoration: none;
   color: #CC3333;
}
a:active {
   text-decoration: none;
   color: #FFFFFF;
}

.verbandBlTable, .verlaufBgTable {
	background-image:url(../../images/vorsorge/bg_table.gif);
}
ul, li { margin:0; padding:0; }
ul {
	padding-left: 16px;
}
li {
	list-style-image: url(../../images/vorsorge/bullet.gif);
	list-style-type: none;
}
ul ul {
	padding-left: 16px;
}
ul ul li {
	list-style-image: url(../../images/vorsorge/bullet_border.gif);
	list-style-type: none;
	margin-bottom: 5px;

}

.litebg {
	background-color: #EAAD99;
}

