/***************************
 *  Baumhaus styles for the
 *    EXT rgaccordion in
 *   Wolke auf Reisen . de
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
	color: #000000;
	height: 35px;
	width: 475px;
	background: url(http://wolkeaufreisen.de/fileadmin/template/images/PlusAccord3.jpg) 0px center no-repeat;
	padding: 9 0 0 11px;
	margin: 0;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	font-weight: normal;
}

/* Toggle act item */
h3.rgaccord1-toggle:hover {
	font-weight: bold;
	padding: 9 0 0 11px;
}

/* Toggle act item */
h3.rgaccord1-toggle.act {
	font-weight: bold;
	color: #000000;
	padding: 9 0 0 11px;
	background: url(http://wolkeaufreisen.de/fileadmin/template/images/MinusAccord3.jpg) 0px center no-repeat;
	
}

/* the content */
div.rgaccord1-content {
	width: 480px;
}

/* 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;
}

