/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

ul#rgaccordmenu {
	/* margin-top: 20px; */
}

.rgaccord1-nest {
	margin-bottom: 10px;
}

/* Toggle default */

h3.rgaccord1-toggle {
	font-weight: bold;
	color: #000;
	line-height: 1.1em;
	/* height: 23px; */
	/* background: #E9E9E9  url(/fileadmin/site/images/plus.gif) 3px center no-repeat; */
	background: #E9E9E9 url(/fileadmin/site/images/plus.gif) 3px center no-repeat;
	/* border-bottom: 1px solid #D0D0D0; */
	padding: 3px 0 1px 25px;
	margin: 0;
	cursor: pointer;
	font-size: 1.45em;
}

h3.rgaccord1-toggle:hover {
	color: #CC0000;
}

/* Toggle act item */

h3.act {
	color:#000;
	background: #D1E3E1 url(/fileadmin/site/images/minus.gif) 3px center no-repeat;
	/* background: #FFFFB5 url(/fileadmin/site/images/minus.gif) 3px center no-repeat; */
}

/* the content */

div.rgaccord1-content {
	padding: 10px;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 5px;
	background-color: #FFF;
}

/* 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;
}

