/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#fff;
  line-height: 20px;
  height: 22px;
  width: 516px;
  background: #B71021 url(/fileadmin/templates/bilder/plus-accordion.gif) 4px no-repeat;
  border-top:3px solid #8F0010;
  padding:2px 0 2px 25px;
  margin: 4px 0 0 0;
  cursor:pointer;
  font-size: 14px;
  font-family: Arial;
}

/* Toggle act item */
h3.act {
  color:#000;
  background: #F8B801 url(/fileadmin/templates/bilder/minus-accordion.gif) 5px center no-repeat;
  border-top: 3px solid #FFDC7F;
}

/* the content */
div.rgaccord1-content {
 padding: 10px;
 border:1px solid #F8B801;
 background-color: #FFF6DF;
}

div.rgaccord1-content h2 {
color: #000;
}

/* 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;
}

