/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
rgaccord1-nest{
width: auto;

}

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  background:url("http://www.hfwu.de/fileadmin/templates/hfwu/media/img/aufklappen.gif") 5px center no-repeat;
  padding:2px 0 2px 25px;
  cursor: finger;
}

/* Toggle act item */
h3.act {
  color: #F3AE00;
  background:url("http://www.hfwu.de/fileadmin/templates/hfwu/media/img/zuklappen.gif") 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:auto;
  border:1px dotted #ccc;
  margin: 0px;

}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

