/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */


#mitte .rgaccord1-nest {clear:both; width:auto;}

#mitte h3.rgaccord1-toggle {
  width: auto;
  font-size: 14px;
  font-weight:normal;
  color:#ff6b00;
  height: 25px;
  background: url(img/info.gif) 5px center no-repeat;
  border:0px solid #0000b0;
  border-left:0px solid #0000b0;
  padding:13px 0 2px 38px;
  margin:0 0 0 0;
  cursor:pointer;
}

#mitte h3.rgaccord1-toggle:hover {background:#ff6b00 url(img/info.gif) 5px center no-repeat; color:#fff;}

/* the content */
#mitte div.rgaccord1-content {
  width:100%;
  margin-bottom: 5px;
  padding: 2px;
  background: #e5e5e5;
  border-bottom: 2px solid #ff6b00;
  z-index:0;
}

#rechts .rgaccord1-nest {clear:both; width:230px;}

#rechts h3.rgaccord1-toggle {
  width: auto;
  font-size: 11px;
  font-weight:normal;
  color:#ff6b00;
  height: auto;
  background: #e5e5e5 url(img/info.gif) 5px center no-repeat;
  border:0px solid #0000b0;
  border-left:0px solid #0000b0;
  padding:2px 0 2px 38px;
  margin:0 0 0 0;
  cursor:pointer;
}

#rechts h3.rgaccord1-toggle:hover {background:#ff6b00 url(img/info.gif) 5px center no-repeat; color:#fff;}

/* Toggle act item */
h3.rgaccord1-toggle.act {
  color:#fff;
  background:#ff6b00;
  border:0px solid #0000b0;
  padding-left:8px;
  min-height: 2.5em;
}

/* the content */
#rechts div.rgaccord1-content {
  width:auto;
  margin-bottom: 5px;
  padding: 2px;
  background: white;
  border-bottom: 2px solid #ff6b00;
  z-index:0;
}

/* 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;
}

div.rgaccord1-content h2 {
  display:none;
}

div.rgaccord1-content h3 {
  display:none;
}

div.rgaccord1-content h4 {
  display:none;
}

div.rgaccord1-content h5 {
  display:none;
}

div.rgaccord1-content h6 {
  display:none;
}