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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  color:black;
  line-height: 1em;
  height: 26px;
  background: url(/fileadmin/images/kopfstreifen_grau.gif) right top no-repeat;
  margin: 0;
  border:0;
  padding:0;
  cursor:pointer;
  font-size: 1em;
  text-decoration: underline;    width: 721px;
  margin-top: 8px;

}

h3.rgaccord1-toggle div{
  padding: 6px 5px 5px 30px;
  text-decoration: underline;
  margin-right: 1px;

  background: url(/fileadmin/images/kopfstreifen_grau.gif) left top no-repeat;
}

h3.rgaccord1-toggle:hover{
  text-decoration: none;
  color:white;
  background: url(/fileadmin/images/kopfstreifen_blau.gif)  right top no-repeat;
}

h3.rgaccord1-toggle div:hover{
  text-decoration: none;
  color:white;
  background: url(/fileadmin/images/kopfstreifen_blau.gif) left top no-repeat;
}
/* Toggle act item */
h3.act {
  color:white;
  font-size: 1em;
  background: url(/fileadmin/images/kopfstreifen_blau.gif) right top no-repeat;
}

h3.act  div{
  padding: 6px 5px 5px 30px;
  text-decoration: none;
  background: url(/fileadmin/images/kopfstreifen_blau.gif) left top no-repeat;
}

/* the content */
div.rgaccord1-content {
  background: #F2F2F2;
  padding-left: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 3px;
  width: 708px;
}

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

