.accordion-slider {
  font-weight:bold;
  padding: 0px 0px 0px 0px;
  cursor:pointer;
  color: #262a74;
  margin: 0px;
/*  background-image:url(../images/buttons/plus.gif);
  background-repeat: no-repeat;
  background-position: left 17px;*/
}


div.accordion-slider h2{
	background-color: #0072b8;
	color: #ffffff;
    padding: 1px 0px 2px 1px;
	border-bottom: 2px solid #000000;
	margin: 0px;
	font-size: 12px;

}

/*
.active {
  background-image:url(../images/buttons/minus.gif);
  background-repeat: no-repeat;
  background-position: left 17px;
}
*/
div.accordion-slider h4 {
	/*font-size: 11px;*/
	padding: 2px 0px 4px 13px;
	margin: 0px;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
	background-image:url(../images/buttons/pfeil.gif);
  	background-repeat: no-repeat;	
    background-position: left 6px;
	font-size: 12px;

}

/*div.accordion-slider h4.active {
	background-image: none; *//*Minus-Pfeil entfernen*/
/*
}
*/
div.accordion-content {
  width:auto;
  /*padding-left: 10px;*/
}

div.accordion-content .ce {
  margin-bottom:0;
}

* html .accordion-box-content {
	/*height:1%*/

}
.accordion-box-content {
	overflow:hidden;
	/*border-bottom: 1px dotted #262a74;*/
	padding-bottom: 5px;
	display:block;
}
.accordion-box {
	display:block; 
	background:transparent; 
	font-weight:normal; 
/*	margin-bottom:1em;*/

}
.accordion-box p {
	margin:0 2px; 
	padding:2px 0; 
	line-height:1.2em;
}

div.accordion-content h1 {
  display:none;
}

div.accordion-content h2 {
   display: none;
}
 /*in den spalten links und rechts wird die Überschrift als h4 dargestellt, deshalb muss auch diese bei geöffnetem Accordion entfernt werden*/
div.accordion-content h4 {
   display: none;
}


