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


/* Toggle default */
h3.rgaccord1-toggle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left: 20px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #aaaaaa;
background-image: url(../img/pfeil_menu.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 8px ;
}

/* Toggle act item */
h3.act {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
background-color: #ffffff;
background-image: url(../img/pfeil_menu.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 8px ;
}

/* the content */
div.rgaccord1-content {
color: #333333;
background-color: #ffffff;
display: block;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

/* 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;
}

