/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size:12px;
  color:#3d317f;
  line-height: 20px;
  height: 20px;
  background: #fdc102 url(img/oeffnen.gif) 350px center no-repeat;
  border-top:1px solid #eee;
  padding:2px;
  padding-left: 35px;
  margin-right:32px;
  cursor:pointer;
  
}

/* Toggle act item */
h3.rgaccord1-toggle.act {
  color:#3d317f;
  background:#fecc44 url(img/schliessen.gif) 350px center no-repeat;
  padding-bottom: 0px;
}

/* the content */
div.rgaccord1-content {
  width:480px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  margin-bottom:0;
  padding-bottom:0;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
  padding-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}


