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

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Accordion */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

h3.xm-accordion-teaser-header
{
	width: auto; height: auto; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif; font-size: 12pt; font-weight: bold;
	text-decoration: none; text-align: left; color: #000000; background-color: transparent;
	vertical-align: top; line-height: 14pt; cursor: pointer;
}

div.xm-accordion-teaser-content
{
	width: auto; height: auto; margin: 0px 0px 0px 30px; padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif; font-size: 12pt; font-weight: normal;
	text-decoration: none; text-align: left; color: #000000; background-color: transparent;
	vertical-align: top; line-height: 14pt;
}


h3.kd-accordion-teaser-header
{
	width: auto; height: auto; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif; font-size: 12pt; font-weight: bold;
	text-decoration: none; text-align: left; color: #000000; background-color: transparent;
	vertical-align: top; line-height: 14pt; cursor: pointer;
}

div.kd-accordion-teaser-content
{
	width: auto; height: auto; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif; font-size: 12pt; font-weight: normal;
	text-decoration: none; text-align: left; color: #000000; background-color: transparent;
	vertical-align: top; line-height: 14pt;
}

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

/* Toggle act item */
h3.act
{
	background-image: url(../../fileadmin/images/minus.jpg); background-repeat: no-repeat; background-position: left;
}
h3.background
{
	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;
}

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