/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord1-nest {
  margin: 0;
}

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  background: white;
  padding:3px 0 4px 6px;
  cursor:pointer;
  color: #526681 ;
  font-size:1.0em; 
  color:#526681;
  border: 1px solid #C0CBDB;
  margin: 0;
    margin-bottom: 0px;
    height: 18px;
}
h3.rgaccord1-toggle:hover {
  margin: 0;
  font-weight:normal;
  color:white;

        border: 1px solid #C0CBDB;
  background:url(/fileadmin/img/leiste_blau.gif) repeat-x;
}

/* Toggle act item */
h3.act {
  margin: 0;  
  font-weight:normal;
      margin-bottom: 0px;
  color:white;
    border: 1px solid #C0CBDB;
  background:url(/fileadmin/img/leiste_blau.gif) repeat-x;
}

/* the content */
div.rgaccord1-content {
  width:100%;
  margin-bottom:5px;  
  margin-top:5px;  
}

/* 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;
}


