#accordion {
	margin:20px 0px;
}

#main #left h3.toggler {
	cursor: pointer;
	border-bottom: 1px dotted# 000000;
	border-top:1px dotted #808080;
	font-size: 12px;
	font-weight:bold;font-style:normal;
	font-family:arial, helvetica, sans-serif;
	background: transparent url("../images/pfeil-rechts.png") no-repeat 0px 5px;
	color: #000000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	padding-left:15px;
	clear:both;
	width:490px;
}

#main #left h3.toggler:hover {text-decoration:underline;
	background: transparent url("../images/pfeil-unten.png") no-repeat 0px 7px;
}

#main #left h3.toggler:active {text-decoration:underline;
	background: transparent url("../images/pfeil-unten.png") no-repeat 0px 7px;
}

div.element {
	float:left;
	width:490px;

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

blockquote {
	padding:5px 20px;
}
