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

.xm-accordion-teaser-header
{
	width: auto; height: auto; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold;
	text-decoration: none; text-align: left; color: #8c2412; background-color: transparent;
	vertical-align: top; line-height: 18pt;
}

.xm-accordion-teaser-content
{
	width: auto; height: auto; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10pt; font-weight: normal;
	text-decoration: none; text-align: left; color: #282426; background-color: transparent;
	vertical-align: top; line-height: 18pt;
}

/* Toggle default */
h3.rgaccord1-toggle
{
	background-image: url(../../fileadmin/images/plus.png); background-repeat: no-repeat;
	height: auto;
/*	cursor: pointer; */
}

/* Toggle act item */
h3.act
{
	background-image: url(../../fileadmin/images/minus.png); background-repeat: no-repeat;
}
h3.act .xm-accordion-teaser-content
{
	display: none;
}

/* the content */
div.rgaccord1-content
{
}

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

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

/*----------------------------------------------------------------------------------------------------------------------------------------*/
