/* Toggle default */
h3.rgaccord1-toggle {
  cursor:pointer;
  background: #e5e5e5 url(../img/mehr.png) center left no-repeat ;
  margin: 0 0 20px 0;
}

/* Toggle act item */
h3.act {
background: #e5e5e5 url(../img/weniger.png) center left no-repeat ;
margin: 10px 0 20px 0;
}

/* the content */
div.rgaccord1-content {

}

/* 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;
}