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


/* Toggle default 
background: orange url(img/plus.png) 5px center no-repeat;*/
.rgaccord1-nest{
position:relative;
top:0px;
left:36px;
display:inline;
}
.rgaccord1-toggle {
background-image:url(../../elemente/plus.gif);
background-repeat:no-repeat;
background-position:48px 7px;
border-top:1px solid #C3C3C3;

color:#333333;
cursor:pointer;
font-size:100%;
padding:3px 83px;
}
h3.rgaccord1-toggle{
font-weight:normal;
}

/* Toggle act item 
background:aqua url(img/minus.png) 5px center no-repeat;*/
.act {
background-image:url(../../elemente/minus.gif);
background-repeat:no-repeat;
}

/* the content */
div.rgaccord1-content {
  padding:5px 80px 5px 100px;
}

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

