/* Toggle default */
h3.rgaccord1-toggle {
  font-weight: normal;
  text-decoration: underline;
  line-height: 17px;  
  color:rgb(128,128,128);
  height: 19px;
  background: url(img/pfeil_unten.gif) 90px center no-repeat;
  border-top:1px dotted rgb(219,219,219);
  padding: 0px 0px 0px 25px; 
  cursor:pointer;
  margin-top: 7px;
  position: relative;
  top: 0px;
}

/* Toggle act item */
h3.act {
  background:url(img/pfeil_rechts.gif) 90px 5px no-repeat;
  color:rgb(128,128,128);
}

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

/* 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, div.rgaccord1-content h2, div.rgaccord1-content h3, div.rgaccord1-content h4 {
  display:none;
}


