/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
	font-weight:bold;
	color:#333333;
	line-height: 26px;
	height: 23px;
	border-bottom:2px solid #fff;
	padding:2px 0 2px 4px;
	cursor:pointer;
		background-image: url(../bilder/accordion_plus.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	background-color: #E9E9E6;
	padding-left:24px;
	margin:0px;
}

/* Toggle act item */
h3.act {
	color:#ffffff;
	background-attachment: scroll;
	background-color: #E20A17;
	background-image: url(../bilder/accordion_minus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding-left:24px;
}

/* the content */
div.rgaccord1-content {
  width:100%;
 
}

/* 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;
}


