/* CSS-Stile fuer die Erfolgsgeschichten; hier: fuer
Tierschutzverein Nienburg
Seite: /tvn/wb/kapitel/erfolgsgeschichten.php

a) Accordeon-Stile */

.accordeon {
width: 98%;
text-align: left;
margin: 1.2em .5em;
}
.accordeon h3 {
font-family: Tahoma, Times, Verdana, Arial;
font-size: 12px;
font-weight: normal;
margin: 0;
padding: .25em;
background: #f9f9f9;
color: #000;
border-left: 1px dotted #386785;
border-top: 1px dotted #386785;
border-right: 1px dotted #386785;
}
#accordeondiv {
font-family: Tahoma, Times, Verdana, Arial;
font-size: 12px;
padding: .5em .25em;
border-left: 3px solid red;
border-top: 1px dotted #386785;
border-right: 1px dotted #386785;
background: #fff; /* #f6f6f6; */
text-align: justify;
}
#contentdiv {
padding: .5em .25em;
border: none;
background: #ffffff;
}

/* 
b) Listen-Stile 
*/

.erfolgliste p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
}
.erfolgliste ul.navi {
	margin-left: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width:140px;
	background-color:#fff;
}
.erfolgliste ul.navi li {
	width:140px;
	list-style-image:url(http://www.tierschutzverein-nienburg.de/tvn/wb/templates/4all/pics/bullet_grey.gif);
	line-height: 16px;
	margin-bottom:3px;
}
.erfolgliste ul.navi li:hover {
	width:140px;
	list-style-image:url(http://www.tierschutzverein-nienburg.de/tvn/wb/templates/4all/pics/bullet_red.gif);
	line-height: 16px;
	margin-bottom:3px;
}
.erfolgliste li a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333;
}
.erfolgliste li a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333;
	list-style-image:url(http://www.tierschutzverein-nienburg.de/tvn/wb/templates/4all/pics/bullet_red.gif);
        text-decoration: underline;
}
.erfolgliste ul.navi li.selected {
	list-style-image:url(http://www.tierschutzverein-nienburg.de/tvn/wb/templates/4all/pics/bullet_red.gif);
}

.erfolgliste li.selected a {
	color: #039;
}

