/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
#sidebar1 ul#nav a#c123056, #sidebar1 ul#nav a#c123057{display:none;}

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size:12px;
 /* color:#475425; */
 /* line-height: 26px; */
 /* height: 23px; */
  background:url(/fileadmin/images/icons/plus.png) 1px center no-repeat transparent;
  border-top:1px solid #eee;
  padding:5px 5px 5px 25px;
  margin-right:32px;
  cursor:pointer;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}

div.rgaccord1-nest{
  padding-bottom: 7px;
}

/* Toggle act item */
h3.act {
 /* color:#edf2f7; */
  background:url(/fileadmin/images/icons/minus.png) 1px center no-repeat transparent;
  }

/* the content */
div.rgaccord1-content {
  width:100%;
/*border-left:1px solid #ccc;
  border-right:1px solid #ccc;
*/
}

/* 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;
}
div.rgaccord1-content p.bodytext{
  margin-top:0;
  text-align:justify;
  width:490px;
}