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

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
#contentRight h3.rgaccord1-toggle {
  font-weight:normal;
  color: #565656;
  line-height: 26px;
  height: 24px;
  background-image: url(../images/accordion-offen.gif);
  background-repeat: no-repeat;
  color: #53524b;
  cursor:pointer;
  margin: 0px;
  padding-left: 30px;
  margin-top: 1px;
}
.boxInnen {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.box {
	border-left:2px solid #E0DFD0;
	border-right: 2px solid #E0DFD0;
	border-bottom: 2px solid #E0DFD0;
	width: 180px;
	background-color: #F9F9F7;
}
/* Toggle act item */
#contentRight h3.act {
  color:#565656;
  height: 24px;
  background-image: url(../images/accordion-offen.gif);
}
#contentRight h2 {
	display:none;
}
/* the content */
div.rgaccord1-content {
	margin-bottom: 15px;

}

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

#contentMain .rgaccord2-toggle {
  font-weight:normal;
  color:#565656;
  line-height: 26px;
  height: 24px;
  background-color: #B7B8BA;
  color: #ffffff;
  cursor:pointer;
  margin: 0px;
  padding-left: 30px;
  margin-top: 1px;
}

