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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#7c7c7c;
  line-height: 20px;
  height: 20px;
  background: #e9e5e2 url(/fileadmin/essersystems/de/images/pfeil-geschlossen.png) 10px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 28px;
  margin-right:0px;
  cursor:pointer;
  position:relative;
  z-index:100;
  margin-left:-10px;
  margin-bottom:0px;
  width:470px;
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#7c7c7c url(/fileadmin/essersystems/de/images/pfeil-offen.png) 12px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:474px;
  border-left:2px solid #E9E5E2;
  border-right:2px solid #E9E5E2;
  border-bottom:2px solid #E9E5E2;
  padding-bottom:10px;
  padding-top:3px;
  padding-left:10px;
  padding-right:10px;
  margin-left:-10px;
  margin-bottom:-18px;
}

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

div.rgaccord1-nest div {
	margin-top:0px;
}
div.rgaccord1-nest {
	margin-bottom:2px;
}
h2 {
	margin-left:-10px;
}


