/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
.rgaccord1-nest {margin-bottom:4px;} 
.col1 .rgaccord1-content {padding-left:48px;}
.col2 .rgaccord1-content {margin-top:4px !important;}
.col2 .rgaccord1-nest {width:272px; }
.col2 .rgaccord1-nest {position:absolute;  width:272px;  z-index:10;}

/*intern*/
.col2 #nest-1095 {position:absolute; top:162px; width:272px; z-index:15;}
.col2 #nest-1095 .rgaccord1-content{position:relative; z-index:99; }
.col2 #nest-1095 .rgaccord1-toggle {background-color:red; position:relative; z-index:1;}
/*develop*/
.col2 #nest-1096 {position:absolute; top:232px; width:272px; z-index:11;}
.col2 #nest-1096 .rgaccord1-content{position:relative; z-index:89; }
.col2 #nest-1096 .rgaccord1-toggle {background-color:red; position:relative; z-index:1;}

#subnavigation #nest-1091 div div { margin:0px!important;}
#subnavigation #nest-1095 div div { margin:0px!important;}
#subnavigation #nest-1096 div div { margin:0px!important;}

/* Toggle default */
h3.rgaccord1-toggle {
	font-weight:bold;
	line-height: 26px;
	padding:0 0 0 4px;
	color:#4D4F4D;
	background-image:url(../../../../fileadmin/promolegno/images/60.png);
  cursor:pointer;
}

/*h3.rgaccord1-toggle:hover {background-color:#CFD5CE;}*/

/* Toggle act item */
h3.act {
  color:#4D4F4D;
  padding:0 0 0 4px;
background-image:url(../../../../fileadmin/promolegno/images/60.png);
}

/* the content */
div.rgaccord1-content {
	background-image:url(../../../../fileadmin/promolegno/images/60.png);
}

.col2 div.rgaccord1-content {
	padding:0 4px 0 4px;
	background-color:#E6E9E4;
	background-image:url(../../../../fileadmin/promolegno/images/60.png);
}

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


