/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  text-decoration:underline;
  color:#FFFFFF;
  width:425px;
  background: #9BBCD1 url(img/ajaxpfeil.gif) 5px center no-repeat;
  margin-left:17px;
  cursor:pointer;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-bottom:0px;
  margin-bottom:0px;
  height:18px;
  display:block;
  padding-top:2px;
  padding-left:23px;
 
}

/* Toggle act item */
h3.act {
  background: #9BBCD1 url(img/ajaxpfeil.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:548px;
}

/* 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;
}

.rgaccord1-nest{
	margin:0px;
	padding:0px;
}

