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

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

/*div#rgaccord2-nest h1  {
	height:29px;
	margin:0 0 2px;
	padding:3px 0 0 7px;
	text-align:left;
	background: url(../layout/gaestewelt/bg_wetter_h1.jpg) top left;
	border-bottom: none;
}*/

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight: normal;
  color:#ffffff;
  line-height: 26px;
  height: 25px;
  background: url(/fileadmin/layout/accordion/accordion_normal.jpg) left top no-repeat;
  border-top:1px solid #cc4044;
  margin-right:32px;
  cursor:pointer;
  width: 195px;
  padding-left: 10px;
  font-size: 11px;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background: url(/fileadmin/layout/accordion/accordion_aktiv.jpg) left top no-repeat;
  width: 195px;
  padding-left: 10px;
  
}

/* the content */
div.rgaccord2-content {
  background: #eeeeee;
  border-left:1px solid #dfdfdf;
  border-right:1px solid #dfdfdf;
  color: #af0917;
  font-size: 11px;
  font-weight: normal;
  padding: 0px;
}
div.rgaccord2-content p {
  padding: 5px 0;
}

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


