/*.box-accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}
.box-accordion h3 {
	background: #e9e7e7 url(http://www.webdesignerwall.com/demo/jquery/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}*/

.box-accordion h3 {
	cursor:				pointer;
	background:			#002000 url(../images/bg_headers2.jpg) top right no-repeat;
	text-transform:		uppercase;
	margin:				0;
	padding:			8px 8px 8px 20px;
	color:				#FFF;
	display:			block;
	font-size:			1.2em;
	font-weight:		bold;
	text-decoration:	none;
}

.box-accordion h3:hover, .box-accordion h3.active:hover  {
	background:			#002000 url(../images/bg_headers2_hover.jpg) top right no-repeat;
}
.box-accordion h3.active {
	background:			#002000 url(../images/bg_headers2.jpg) top right no-repeat;
}

.box-accordion div.stand-content-klein {
	display: 			none;
}
