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

/* just a little gab */
#rgaccord2-nest {
  margin:20px 0 0 -30px;
  width:580px;
  border:1px solid #c4c4c4;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  font-size:100%;
  color:#535353;
  background: #d8d8d8 url(img/arrow-zu.gif) 5px center no-repeat;
  border-bottom:1px solid #ffffff;
  padding:5px 0 5px 25px;
  margin:0 0 0 0;
  cursor:pointer;

}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#b9b9b9 url(img/arrow-auf.gif) 5px center no-repeat;
  margin:0 0 0 0;
  padding:5px 0 5px 25px;
}

/* the content */
div.rgaccord2-content {
  width:560px;
  margin:0;
  padding:10px;
}

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

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