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


/* Toggle default */
h3.rgaccord1-toggle {

  color:#000000;
  padding:10px;
  margin-top:10px;
  height: 20px;
  background-image:url(http://www.hiro-online.de/fileadmin/template/img/menu/back_accord_2.gif);
  background-repeat:repeat-x;
  font-weight:bold;
  font-size:12px;
  cursor:pointer;
  width:615px;
}

/* Toggle act item */
h3.act {

}

/* the content */
div.rgaccord1-content {
  width:595px;
	background-color:#fff;
	padding:20px;

}

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


