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

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

/* Toggle default */
h3.rgaccord2-toggle {
  background-color: #eff3fb;
  border-top: solid 0px black;
  border-bottom: solid 0px gray;
  margin: 0px;
  padding: 2px 2px 2px 14px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-bottom: solid;
  border-color: #fff;
  border-width: 1px;
  -moz-user-select: none;
  -khtml-user-select: none;
  background-image: url(/fileadmin/images/pfeil-dynamik.gif);
  background-repeat: no-repeat;
  color: #224a6b;

}

/* Toggle act item */
h3.act {
  background-color: #347ec2;
	color: #fff;
	background-image: url(/fileadmin/images/acc_back.jpg);
	background-repeat: repeat-x;
}

/* the content */
div.rgaccord2-content {
  width:100%;
}


div.rgaccord2-content div.csc-textpic-intext-left-nowrap {
    padding-top:10px;
    padding-left:10px;
}

div.rgaccord2-content p{
    padding-top:10px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

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



DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{
border-top: 2px solid #e7e7e7;
border-left: 2px solid #e7e7e7;
border-bottom: 2px solid #e7e7e7;
border-right: 2px solid #e7e7e7;
width: 136px;
margin-bottom: 10px;

}
