/*Aufklappmenus*/

.box_accordion{
    padding: 10px;
    margin: 5px; 
     background: #E2E2E2;
     color:#4d4d4d;	 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
.checked{
  background: #858585;
  color:#FFF;
}

dt {
	padding:10px 10px 9px 0px;
	margin-bottom:-4px;
	cursor:pointer;
    color:#2C5C91;
    font-size: 1.5em;
    font-weight: bold;
}

dt:hover {
	text-decoration: underline;
}

dd {
    -webkit-border-radius:3px;
    -moz-border-radius:3px; 
    border-radius:3px;
	margin:0 0 0px 0;
	padding:0px 5px 0px 5px;
}

#button {
	float:right;
	display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closed { background:url(button.png) left no-repeat; }

.open { background:url(button.png) right no-repeat; }