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


/* Toggle default */
h3.rgaccord1-toggle {
  width: 420px;
  font-weight:bold;
  font-size: 11px;
  color: #333;
  background: url(http://www.juergen-nimptsch.de/fileadmin/accordion/bg_up.jpg) no-repeat top left;
  padding: 5px 5px 5px 35px;
  margin: 0px 0px 10px 0px ;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color: #000000;
  background: url(http://www.juergen-nimptsch.de/fileadmin/accordion/bg_down.jpg) no-repeat top left;
}

/* the content */
div.rgaccord1-content {
  width:440px;
  color: #666;
  font-size: 11px;
  padding: 10px;
  background: url(http://www.juergen-nimptsch.de/fileadmin/accordion/bg.jpg);
  margin: -10px 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;
}

