/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
#links .rgaccord1-toggle {
  width: auto;
  font-weight:bold;
  color:#5e5e72;
  height: 15px;
  background: white url(img/plus.png) right no-repeat;
  border-top:1px dotted grey;
  border-bottom:1px dotted grey;
  padding:3px 0 3px 0px;
  margin:7px 0px 2px 0px;
  cursor:pointer;
  font-size: 0.9em;
}

h3.rgaccord1-toggle:hover {color:#5e5e72;}

.spalte .rgaccord1-toggle {
  width: auto;
  font-weight:bold;
  color:#5e5e72;
  height: 15px;
  background: white url(img/plus.png) right no-repeat;
  border-top:1px dotted grey;
  border-bottom:1px dotted grey;
  padding:3px 0 3px 0px;
  margin:7px 0px 2px 0px;
  cursor:pointer;
  font-size: 0.9em;
}

/* Toggle act item */

#links .rgaccord1-toggle.act {
  color:#5e5e72;
  background:white url(img/minus.png) right no-repeat;
  border-right: 0px solid #210073;
}

.spalte .rgaccord1-toggle.act {
  color:#5e5e72;
  background:url(img/minus.png) right no-repeat;
  border-right: 0px solid #210073;
}

/* the content */
div.rgaccord1-content {
  width:auto;
  margin-bottom: 5px;
  padding: 2px;
  border-bottom: 0px solid #200073;
}

/* 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;
}

div.rgaccord1-content h2 {
  display:none;
}

div.rgaccord1-content h3 {
  display:none;
}

div.rgaccord1-content h4 {
  display:none;
}

div.rgaccord1-content h5 {
  display:none;
}

div.rgaccord1-content h6 {
  display:none;
}


/*-----------eigene Einstellungen------------*/

