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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
font-size: 1.0em;
  color:#FFF;
  /*line-height: 26px;*/
/*  height: 23px;*/
  background: #0756B6 url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
margin-left: 5px;
/*  margin-right:55px;*/
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background:#0756B6 url(img/minus.png) 5px center no-repeat;
}


#body-orange h3.rgaccord1-toggle {
  font-weight:normal;
font-size: 1.0em;
  color:#FFF;
  /*line-height: 26px;*/
/*  height: 23px;*/
  background: #DA3F14 url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
margin-left: 5px;
  /*margin-right:55px;*/
  cursor:pointer;
}

/* Toggle act item */
#body-orange h3.act {
  color:#edf2f7;
  background:#DA3F14 url(img/minus.png) 5px center no-repeat;
}

#body-rot h3.rgaccord1-toggle {
  font-weight:normal;
font-size: 1.0em;
  color:#FFF;
  /*line-height: 26px;*/
/*  height: 23px;*/
  background: #B5161B url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
margin-left: 5px;
  cursor:pointer;
}

/* Toggle act item */
#body-rot h3.act {
  color:#edf2f7;
  background:#B5161B url(img/minus.png) 5px center no-repeat;
}


#body-gruen h3.rgaccord1-toggle {
  font-weight:normal;
font-size: 1.0em;
  color:#FFF;
  /*line-height: 26px;*/
/*  height: 23px;*/
  background: #246B31 url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
margin-left: 5px;
  cursor:pointer;
}

/* Toggle act item */
#body-gruen h3.act {
  color:#edf2f7;
  background:#246B31 url(img/minus.png) 5px center no-repeat;
}


#body-gelb h3.rgaccord1-toggle {
  font-weight:normal;
font-size: 1.0em;
  color:#FFF;
  /*line-height: 26px;*/
/*  height: 23px;*/
  background: #EA9B03 url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
margin-left: 5px;
  cursor:pointer;
}

/* Toggle act item */
#body-gelb h3.act {
  color:#edf2f7;
  background:#EA9B03 url(img/minus.png) 5px center no-repeat;
}


/* the content */
div.rgaccord1-content {
  width:650px;
background: #FDF4F1;
/*  border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
}

/* 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 h2 {
  display:none;
}

.rgaccord1-nest {
clear: both;
margin-top: 15px;
}

