/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
	margin: 0;
	padding: 0;
/*	width: 566px!important; */
	width: 100% !important;
}

/* Toggle default */
h3.rgaccord2-toggle {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background: transparent url(pfeil.gif) left center no-repeat;
	border-top: 1px solid #FFF;
	padding: 1px 0 3px 12px;
	cursor:pointer;
	border-bottom: 1px dotted #9DA6A6;
	width: 554px!important;
}

/* Toggle act item */
h3.act {
	color:#333;
	font-weight: bold;
	padding-left: 5px;
	background: #EFEFEF url(schraffur_dunkel.gif) right center no-repeat;
	border-bottom: 1px dotted #9DA6A6;
	width: 561px!important;
}

/* the content */
div.rgaccord2-content {
	padding-top: 15px;
	background-image:url(verlauf_unten.gif); background-repeat:repeat-x;
	background-position: 0 100%;
	width: 566px!important;
}

div.rgaccord2-content img {
/*	padding-bottom: 20px;*/
}

div.rgaccord2-content p { 
	margin-top: 15px;
	padding-bottom: 20px;
	min-height: 140px;
}

/* remove margin of a CE */
	div.rgaccord2-content .ce {
 /*	margin-bottom:0; */
}

/* remove the header inside the CE, twice is not nice */
	div.rgaccord2-content h1 {
	display:none;
}

