<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
div.rgaccord2-nest {

 
}
div.rgaccord1-nest{
 width:100%;
 height:auto;
float:left;
overflow:hidden;

margin:0 0 0 0;
padding:0 0 0 0;
}

/* Toggle default */
h3.rgaccord1-toggle {

  color:#000;
  line-height: 16px;
  font-size:11px;
  font-weight:normal;
  height: 16px;
  background: #e3e3e3 url(img/g_runter_dunkelgrau.gif) 5px center no-repeat;
  border-top:1px solid #fff;
  padding:2px 0 2px 20px;
  margin:0 0 0 0;
  width:100%;
  cursor:pointer;

 
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#5a8e22 url(img/g_hoch_weiss.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
 width:auto;
 padding:8px 20px 8px 20px;
 margin:0 0 0 0;
 background-color:#f5f5f5;
 overflow:hidden
 
}

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

</pre></body></html>