/***************************
 *  Styles rgaccordion
 *  Gruppe
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-size:16px;
  font-weight:normal;
  padding-top:3px;
  padding:bottom:3px;
  color:#000;
  width:520px;
  background: #fff url(green-plus.gif) top left no-repeat;
  border-top: #004237 solid 1px;
  border-bottom: #004237 solid 1px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
   color:#000;
  background: url(green-minus.gif) top left no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:520px;
 

}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

Div.rgaccord1-nest {
	margin-left:30px;
	}
