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

.rgaccord1-nest {
  border-bottom:1px dotted #434343;
  margin-bottom: 5px;
}

h3.rgaccord1-toggle {
  width: 556px; /* 586 - 10*/
  background: url('../images/accordion/pfeil-rechts.gif') left center no-repeat;
  padding: 10px 0 5px 30px;
  cursor:pointer;
  font-weight: bold;
  font-size: 13px;  
}

/* Toggle act item */
h3.act {
  width: 556px; /* 586 */ 
  background: url('../images/accordion/pfeil-unten.gif') left center no-repeat;
  padding: 10px 0 5px 30px;
  cursor: pointer;
  border-bottom:1px dotted #434343;
}

/* the content */
div.rgaccord1-content {
  width: 586px; /*479 - 2 - 10 - 10*/
  padding: 10px 0px 0px 0px;
}

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

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


