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


/* Toggle default */
.inhalte h3.rgaccord1-toggle {
	font-family		: tahoma,arial,sans;
	font-size		: 14px;
	font-weight		: bold;
	color			: #8F1141;
  background: url(images/plus.png) 5px center no-repeat;
  padding:2px 0 2px 25px;
  margin-right:0px;
  cursor:pointer;
}

/* Toggle act item */
.inhalte h3.act {
  color:#75a3c4;
  background:white url(images/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:573px;
}

div.rgaccord1-content P.bodytext, div.rgaccord1-content H4 {
margin-left:30px;
}

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

