/***************************
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:080685;
  line-height: auto;
  height: auto;
  background: url(img_rgaccordion/sportopaedie_balken_500x22_gelb_runter.png) center no-repeat;
/*  border-top:0px solid #eee;*/
  border-top:0px solid #080685;
  padding:5px 0 1px 45px;
	margin: 0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#080685;
  background:url(img_rgaccordion/sportopaedie_balken_500x22_gelb_rauf.png) center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:500px;
  padding-top:1px;
  padding-bottom:1px;
}

/* 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;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h2 {
  display:none;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h3 {
  display:none;
}

.rgaccord1-nest {
padding:0;
background-color:white;
clear:both;
}