/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
/* just a little gab */
div.rgaccord1-nest {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../img/bg_acco_no.jpg);
	background-repeat: repeat-x;
	}

/* Toggle default */
h3.rgaccord1-toggle {
	font-weight:bold;
	color:#666666;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	cursor:pointer;
	background-image: url(img/plus.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-indent: 30px;
	background-color: #CCCCCC;	
}
h3.rgaccord1-toggle:hover {
	color: #000000;
	background-image: url(img/pfeil.jpg);
}

/* Toggle act item */
h3.act {
	font-weight:bold;
	color:#FFFFFF;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	background-image: url(img/minus.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
h3.act:hover {
	color: #666666;
	background-image: url(img/pfeilauf.jpg);
}



/* the content */
div.rgaccord1-content {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}

div.rgaccord1-content p.bodytext {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
	margin: 0px;
	padding: 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
	margin: 0px;
	padding: 0px;
	display:none;
	height: 0px;
}

div.rgaccord1-content h3 {
	margin: 0px;
	padding: 0px;
	display:none;
	height: 0px;
}
