/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/

/**** inserted by gwoi *************************************/
div#site div#content div#related_content div.rgaccord1-content h1, div#site div#content div#right div.rgaccord1-content h1 {
	display: none;
}


/* Toggle default */
div#related_content h3.rgaccord1-toggle {
	background:white url(img/eingeklappt.jpg) no-repeat scroll 7px 2px;
	border-top:1px solid #EEEEEE;
	color:#A72B31;
	cursor:pointer;
	font-size:1em;
	font-weight:bold;
	height:16px;
	margin-right:32px;
	padding:0px 0px 0px 25px;
	margin: 0px;
	border: 0px;
}


div#right h3.rgaccord1-toggle {
	background:#838F97 url(img/rechte_spalte_eingeklappt.jpg) no-repeat scroll 3px 2px;
	color:white;
	cursor:pointer;
	font-size:0.89em;
	font-weight:normal;
	padding:2px 0 6px 27px;
	text-decoration:underline;
	width: 133px;
	/margin: 0px;
}

/* Toggle act item */
div#related_content h3.act {
  background:#FFFFFF url(img/ausgeklappt.jpg) no-repeat scroll 7px 2px;
}

/* Toggle act item */
div#right h3.act {
  background:#A72B31 url(img/rechte_spalte_ausgeklappt.jpg) no-repeat scroll 3px 2px;
}

/* the content */
div.rgaccord1-content {
  /*width:573px;*/
 width: 100%;
  /*border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
}

/* 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;
}

.rgaccord1-nest {
    clear: both;
}

