/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
/* Toggle default */

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

.rgaccord1-nest .csc-header {
  display: none;
}

.rgaccord1-nest .csc-textpic {
  min-height: 90px;
  margin-top: 0px;
}

.content-left .csc-textpic .csc-textpic-imagewrap {
  padding: 0px;
}

h3.rgaccord1-toggle {
  width: 680px; /*680*/
  color: #383838;
  background: url('../bilder/list-acc-right.gif') left top no-repeat;
  cursor: pointer;
  padding: 0px 0 5px 15px;
  font-weight: bold;
  font-size: 12px;
}

/* Toggle act item */
h3.act {
  width: 680px; /*680*/
  color: #383838;
  background: url('../bilder/list-acc-down.gif') left top no-repeat;
  padding: 0px 0 5px 15px;
  cursor: pointer;
}

/* the content */
div.rgaccord1-content {
  width: 680px;
  padding-bottom: 10px;
}

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

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

