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


/* Toggle default */
h2.rgaccord1-toggle {
	cursor:pointer;
	background:url(/fileadmin/templates/ezubis/gfx/bg_accordion.jpg) repeat-x;
	margin:0 0 3px 0;
	padding:11px 3px 8px 15px;
	font-weight:normal;
	color:#4c4c4c;
}


h2.rgaccord1-toggle:hover {
	background:url(/fileadmin/templates/ezubis/gfx/bg_accordion_over.jpg) repeat-x;
}


/* Toggle act item */
h2.act {

}

/* the content */
div.rgaccord1-content {
  width:665px;
  padding:0 10px 20px 10px;
  /*margin-bottom: 25px;*/
  margin:0;
  color:#ffffff; 
}



/* 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;
}

/* just a little gab */
/*#rgaccord1-nest {
  	width:515px;	
	margin:0;
}*/

.accordion h2 span {
	font-style:normal;
	font-weight:bold;
	color:#4c4c4c;
}


.rgaccord1-content h3 {
	font-style:normal;
	font-weight:bold;
}

.rgaccord1-nest {
	width:685px;
}
