/* @override http://www.frag-jimmy.at.hosting.i-kiu.at/fileadmin/css/rgaccordion2.css */

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

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0 10px 0px;
  padding: 0 0 10px 5px;
  width:525px;
  list-style: disc outside;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:lighter;
  color:#002241;
  /*background:#none  url(/fileadmin/images/plus.png) 5px center no-repeat;*/
  /*border-top:1px solid #eee;*/
  padding:0px 0 0px 0px;
  cursor:pointer;
  width:525px;
  font-size: 11px !important;
}

h3.rgaccord2-toggle:before
{
    content: "> ";
}



/* Toggle act item */
h3.act {
  color:#002241;
  background:#none url(/fileadmin/images/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord2-content {
  width:525px;
  margin-left:0px;
  font-size: 11px !important;
  /*border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
}

.rgaccord2-toggle p.bodytext, .rgaccord2-nest p.bodytext, div.rgaccord2-content * {
  font-size: 11px !important;
}

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