#accordion {
	margin:20px 0px;
}
#accordion .toggler {
	background: url(../images/bg_jalousie.gif) no-repeat;
	color: #565656;
     font-weight: bold;
     height: 19px;
}
#accordion .toggler:hover {
	background: url(../images/bg_jalousie_over.gif) no-repeat;
	color: #565656;
     font-weight: bold;
     height: 19px;
}
h3.toggler {
	cursor: pointer;
	font-family: verdana, arial, helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px 30px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}