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

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0px 24px 0px;
}

/* Toggle default */
h3.rgaccord2-toggle {
	clear: both;
	margin: 0px 24px 0px 24px !important;
	color: #676767; 
	font-size: 0.9em; 
	font-weight: bold;
	padding: 4px 10px 5px 24px !important; 	
	background: url(../../img/dmi/medieninsel_nav_plus_2009.gif) 6px center no-repeat; 
	border-top: 1px solid #efefef;
	cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#242323;
  background: url(../../img/dmi/medieninsel_nav_minus_2009.gif) 6px center no-repeat; 
}

/* the content */
div.rgaccord2-content {
	margin: 0px 24px 0px 24px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove margin of a CE */
div.rgaccord2-content .csc-element {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}