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


/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#333333;
  margin:0px;
  height: 20px;
  background: url(../img/rechts_dropdown_02.gif) no-repeat;
  border-top:1px solid #eee;
  padding:0px 20px 0px 25px;
  cursor:pointer;
  width:237px;
  font-size:11px;
}

/* Toggle act item */
h3.act {
  color:#333333;
  background:url(../img/rechts_dropdown_01.gif) no-repeat;
}


/* the content */
div.rgaccord2-content {
  padding:10px 20px 10px 23px;
  background:#e6e6e6;
  margin:0px;
}

.accord-content {
  padding:10px 0px 10px 0px;
}


#right #rgaccord2-nest {
width:282px;
font-size:11px;
}

div.rgaccord2-content p.bodytext {
padding:0px;
color:#333333;
}

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

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

