/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab 
#rgaccord2-nest {
  margin:10px 0;
}
*/
/* Toggle default MF*/
#content_right h3.rgaccord2-toggle{
	height:13px;
	width:157px;
	margin:0;
	background-color:#cecdc9;
	border-bottom:1px solid #ffffff;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	cursor:pointer;
	padding:6px 10px 7px 33px;
	background-image:url(../img/btn_menu_rechts.gif); 
	background-repeat:no-repeat;
	background-position: 10px 6px;
}
#content_right h3.act{
	background-color:#769cc0;
	background-image:url(../img/btn_menu_links.gif);
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}
div.rgaccord2-content p{
padding:15px 0 15px 0;
margin:0;
}


/*
h3.rgaccord2-toggle {
	margin:0 0 15px 0;
	font-size: 13px;
	color: #3a3a3a;
	font-weight:bold;
  	background: #7d7f82 url(img/plus.png) 5px center no-repeat;
  	cursor:pointer;
	padding:3px 0 3px 3px;
}
*/
/* Toggle default 
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#475425;
  line-height: 26px;
  height: 23px;
  background: #acc95f url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
}
*/
/* Toggle act item MF
h3.act {
	color: #3a3a3a;
  	background:#bd0c28 url(img/minus.png) 5px center no-repeat;
}
/* Toggle act item 
h3.act {
  color:#edf2f7;
  background:#6899ce url(img/minus.png) 5px center no-repeat;
}
*/
/* the content 
div.rgaccord2-content {
  width:573px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
*/
/* the content MF 
div.rgaccord2-content {
  width:100%;
  padding:0 0 10px 10px;
}
/* remove margin of a CE 
div.rgaccord2-content .ce {
  margin-bottom:0;
}
*/
