/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
span.bild {
padding-right: 3px;
float:left;
margin-bottom: 100 px;

}


h3.rgaccord1-toggle {
  font-weight:bold;
  color:#ffffff;
  line-height: 14px;
  height: 14px;
  background-image: url(img/mehrinfos.gif);
  background-position:right;
  background-repeat:no-repeat;
  padding:2px 0 2px 2px;
  margin-right:0 px;
  cursor:pointer;
  font-size:12px;
}

/* Toggle act item */
h3.rgaccord1-toggle.act {
  color:#edf2f7;
 background-image: url(img/schliessen.gif);
  background-position:right;
  background-repeat:no-repeat;
}

h2.titel {
  font-weight:bold;
  color:#ffffff;
  line-height: 12px;
  height: 12px;
  background: #689acf;
  padding:2px 0 2px 2px;
  margin-right:0 px;
  cursor:pointer;
  font-size:12px;
}

/* Toggle act item */
h2.act {
  color:#edf2f7;
  background:#6899ce;
}

/* the content */
div.rgaccord1-content {
  width:300px;

}

/* 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;
}

/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#2f70bc;
  line-height: 16px;
  height: 16px;
  background: #b9d1eb url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
  margin-right:0px;
  cursor:pointer;
  font-size:12px
}

/* Toggle act item */
h3.rgaccord2-toggle.act {
  color:#ffffff;
  background:#689acf url(img/minus.png) 5px center no-repeat;
  font-size:12px
}

/* the content */
div.rgaccord2-content {
  width:306px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  font-size:12px
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}



