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


/* Toggle default */
h3.rgaccord1-toggle {
  height: 16px;
  margin-right: 0px;
  cursor:pointer;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 5px 5px 5px 20px;
  background: #ffffff url(../images/plus.png) left 5px no-repeat;
  vertical-align: bottom;
}

.rgaccord1-nest {
	margin: 0px;
}

/* Toggle act item */
h3.act {
  color:#36328F;
  background: #ddd46b url(../images/minus.png) left 5px no-repeat;
  padding-left: 20px;
}

/* the content */
div.rgaccord1-content {
  margin: 0px;
  background: #efefef;
  border: 1px dotted #cccccc;
}

div.rgaccord1-content p.bodytext {
	margin: 8px;
}

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


