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

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#ffffff;
  line-height: 21px;
  height: 23px;
  background: #67929b url(../img/pfeil.jpg) 15px center no-repeat;
  border-top:1px solid #eb6a28;
  padding:2px 0 2px 30px;
  cursor:pointer;
  font-size:11px;
  margin:0px;
}

* html h3.rgaccord2-toggle {
  width:360px;	
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#67929b url(../img/pfeil_akt.jpg) 14px center no-repeat;
}

/* the content */
div.rgaccord2-content {
  width:auto;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  padding:10px 0px 10px 0px;
}

* html div.rgaccord1-content {
  width:358px !important;
  padding:10px 30px 10px 0px;
}

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

#right div.rgaccord2-content .csc-firstHeader {
display:none;
}

div.rgaccord2-content ul {
padding-left:45px;
}

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