/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
/*
#F5F0E3 hell
#63322E rot
#CEDFF9 blau
#353535 grau
*/
/* Toggle default */

.rgaccord1-nest {
  margin-bottom: 10px;
}

h3.rgaccord1-toggle {
  width: 609px; /*624 - 15*/
  color: #004183;
  background: url('../bilder/list-acc-right.gif') left top no-repeat;
  cursor: pointer;
  padding: 0px 0 3px 15px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #678fb4;
}

/* Toggle act item */
h3.act {
  width: 609px; /*624 - 15*/
  color: #004183;
  background: url('../bilder/list-acc-down.gif') left top no-repeat;
  padding: 0 0 3px 15px;
  cursor: pointer;
  margin-bottom: 10px;
}

/* the content */
div.rgaccord1-content {
  width: 624px;
  border-bottom: 1px solid #678fb4;
}

div.rgaccord1-content li {
  list-style-type: disc;
  list-style-position: outside;
  padding-bottom: 3px;
  color: #434343;  
}

div.rgaccord1-content ul {
  padding-bottom: 12px;

}

div.rgaccord1-content .csc-frame-normal {
  margin-bottom: 0px;
  padding-bottom: 1px;
}

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

