/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#1C3F94;
  line-height: 22px;
  height: 19px;
  background: url(/fileadmin/akzente/images/accordeon/accordeon_plus.png) 5px center no-repeat;
  padding:2px 0 5px 25px;
  cursor:pointer;
  text-decoration: underline;
  margin-bottom: 16px;
  border: 1px solid #1c3f94;
}

h3.rgaccord1-toggle:hover {
  color: #FBBF2F;
  background: url(/fileadmin/akzente/images/accordeon/accordeon_plus_hover.png) 5px center no-repeat;
  }

/* Toggle act item */
h3.act {
  background: url(/fileadmin/akzente/images/accordeon/accordeon_minus.png) 5px center no-repeat;
  }

h3.act:hover {
  background: url(/fileadmin/akzente/images/accordeon/accordeon_minus_hover.png) 5px center no-repeat;
  }
  
/* the content */
div.rgaccord1-content {
  
}

/* 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;
}

