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


/* Toggle default */
h3.rgaccord1-toggle {
  height: 35px;
  margin-right: 0px;
  cursor:pointer;
  margin-bottom: 0px;
}

.rgaccord1-nest {
	margin: 0px;	
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background:#6899ce url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width: 340px;
  margin: 0px;
}

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

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

#title1 {
	background: url(/fileadmin/templates/emi2008/images/headers/header_whatsnew.jpg) no-repeat left top;	
}
