/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#00305D;
  /* line-height: 26px; */
  height: auto;
  background: transparent url(img/Pfeil_blau.gif) 0px 3px no-repeat;
  border-top:1px solid #eee;
  padding:0px 0 0px 25px;
  margin-right:32px;
  margin-top:5px;
  cursor:pointer;
  font-size: 133.33%;
}

/* Toggle act item */
h3.act {
  color:#00305D;
  background:transparent url(img/Pfeil_blau_gedreht.gif) 0px 3px no-repeat;
  font-size: 133.33%;
}

/* the content */
div.rgaccord1-content {
  width:100%;
  padding-left:4px;
  padding-left:25px;
  /* border-left:1px solid #ccc; */
  /* border-right:1px solid #ccc; */
}

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

