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

/*** Mitglieder 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;
}
th, th p {
	background-color: #556AAA;
	font-weight: bold;
	color: #FFFFFF;
}
th a:link,
th a:visited,
th a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

.litebg {
	background-color: #CED3E8;
}

.kontaktlistehead {
	background-color: #8489B8;
	font-weight: bold;
	color: #FFFFFF;
}

.kontaktlisteTable {
	background-image:url(../../images/mitglieder/bg_table.gif);
}

.verlaufBgTable {
	background-image:url(../../images/mitglieder/bg_table.gif);
}

div.verlaufBg {
	background-image:url(../../images/mitglieder/bg_table.gif);
	padding: 5px;
	margin-bottom: 15px;
}


ul, li { margin:0; padding:0; }
ul {
	padding-left: 16px;
}
ul li {
	list-style-image: url(../../images/mitglieder/bullet.gif);
	list-style-type: none;
}
ul ul {
	padding-left: 16px;
}
ul ul li {
	list-style-image: url(../../images/mitglieder/bullet_border.gif);
	list-style-type: none;
}
img.partnerlogo {
	border: 1px solid #868889;
}

/* *** Stammdaten Anzeige Mitgliederbereich *** */
.vd_panel {
	border: 1px solid #003399;
	margin-bottom: 10px;
}
.vd_paneltitlebar {
	background-color:#8489B8;
	color: #fff;
	padding:6px;
	
}
.vd_panelfooterbar {
	border-top: 1px dotted #003399;
	padding:5px;
	/* text-align: center;*/ 
}
.vd_panelcontent{
	border-top: 1px solid #003399;
}
.vd_paneltitletext {
	font-weight: bold;
	height: 20px;
	padding:3px 0px;
}
.vd_paneltitlebutton,
.vd_panelbutton {
	background-color:#CED3E8;
	padding:3px 6px;
	height: 20px;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 3px;
}

.vd_paneltitletoolbar {
	float: right;
	display: inline;
}
.vd_panelcontent {
	
}
@media screen {
	.nodisplay {
		display: none;
	}
}
