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

/*
orange: #F68C1F
hellblau: #6EA5B8
dunkelblau: #006289
*/



/* Toggle default */
h3.rgaccord1-toggle {
  font-size:14px;
  color:#3D3C3C;
  line-height: 22px;
  height: 20px;
  background: #e3dfdc url('/fileadmin/pix/menu_dot_sel.gif') 5px center no-repeat;
  border-top:1px solid #fff;
  padding:2px 0 2px 20px;
  margin:0px;
  cursor:pointer;
  white-space:nowrap;
  overflow:hidden;
  font-weight: normal;
}

.rgaccord1-bottomtoogle {
  font-weight: bold;
  float: right;
  color: #e0910e;
  font-size: 15px;
  margin-top: -5px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#fff;
  background:#e0910e url('/fileadmin/pix/menu_dot_act.gif') 5px center no-repeat;
}
/* Toggle act item */
/*h3.act {
  color:#006088;
  background:#DDE8EC url('/fileadmin/pix/menu_dot_sel.gif') 5px center no-repeat;
}*/

/* the content */
div.rgaccord1-content {
  padding:29px 15px 29px 15px;
  background-color:#FFF;
  border:1px solid #e0910e;
  border-top: none;
}
/* the content */
/*div.rgaccord1-content {
  padding:15px;
  background-color:#FFF;
  border:1px solid #DDE8EC;
}*/

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