/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 c40e3b
 background: #beab36 
 background:#b1a036
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color: #fff;
  line-height: 26px;
  /*height: 23px;*/
  background: #c40e3b url(http://www.regenwald-ausstellung.de/CMS/fileadmin/templates/museum_koenig/img/pfeil.jpg) no-repeat left;
  border-top:1px solid #eee;
  padding:3px 0 3px 35px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#fff;
  background:#c40e3b url(http://www.regenwald-ausstellung.de/CMS/fileadmin/templates/museum_koenig/img/pfeil_dunkel.jpg) no-repeat left;
}

/* the content */
div.rgaccord1-content {
  width: auto;
  padding: 3px 0px 10px 0px;
}

/* 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;
}

