/* just a little gab */
#rgaccord2-nest {
  background:transparent;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#64615e;
	border-bottom:1px solid #6f7072;
}

/* Toggle default */
h3.rgaccord2-toggle {
	font-weight:bold;
	font-size:14px;
  color:#64615e;
  vertical-align:top;
  background:transparent url(../pics/klapp_inhalt_bg_plus_grau_188x27.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
  border-top:0px solid #464646;
	border-bottom:0px solid #464646;
  padding:4px 0px 2px 25px;
  margin:0px 0px 0px 0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
	color:#64615e;
	background:transparent url(../pics/klapp_inhalt_bg_minus_grau_188x27.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
}

/* the content background:#222; */
div.rgaccord2-content {
  width:188px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
  border-left:0px solid #464646;
  border-right:0px solid #464646;
	border-bottom:0px solid red;
	border-top:0px solid red;
	background:transparent;
	color:#64615e;
}

div.rgaccord2-content div.csc-default {
	padding:0px 0px 6px 0px;
	margin:0px 0px 0px 0px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
	padding:0px 0px 0px 0px;
	border-bottom:0px solid green;
	border-top:0px solid green;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none; height:1px; line-height:1px;
}

