/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

hr {
border: 1px dashed gray;
}

/* just a little gab */
#rgaccord2-nest {
  margin: 8px 0 0 4px;
  padding: 0;
  clear: both;
  z-index: 1;
}

/* Toggle default */
#rgaccord2-nest h3{
	margin: 0;
}

/**** fuer Barrierefreiheit *******/
#rgaccord2-nest h3 span{
}
/*********************************/

#rgaccord2-nest h3.rgaccord2-toggle {
  font-weight:bold;
  line-height: 17px;
  height: 14px;  
  font-family: Georgia, "Times New Roman";
	font-style: italic;
	font-size: 1em;
 /* background:#ffffff url(../bilder/rechte-spalte-ueberschrift-inaktiv.png) no-repeat;*/
  padding: 10px 2px 12px 44px;
  color: #666666;
  margin-right:0px;
  cursor:pointer;
}


#rgaccord2-nest h3.acc1{
	background: #ffffff url(../bilder/rechte-spalte-ueberschrift-bewerbermarktplatz.png) no-repeat;
}

#rgaccord2-nest h3.acc2{
	background: #ffffff url(../bilder/rechte-spalte-ueberschrift-aktuelles.png) no-repeat;
}

#rgaccord2-nest h3.acc3{
	background: #ffffff url(../bilder/rechte-spalte-ueberschrift-wirsindfuersieda.png) no-repeat;
}


/* Toggle act item */
#rgaccord2-nest h3.act {
  color:#666666;
  /*background:#ffffff url(../bilder/rechte-spalte-ueberschrift.png) no-repeat;*/
}

/* the content */
#rgaccord2-nest div.rgaccord2-content {
  /*width:222px;*/
  padding: 0 2px 5px 7px;
  margin:0;
}

/* remove margin of a CE */
#rgaccord2-nest div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
#rgaccord2-nest div.rgaccord2-content h4.acc-layout1,
#rgaccord2-nest div.rgaccord2-content h4.acc-layout2,
#rgaccord2-nest div.rgaccord2-content h4.acc-layout3 {
  visibility: hidden;
  display:none;
  position: absolute;
  left: -100000px;
}



