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

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

/* Toggle default */
/*h3.rgaccord2-toggle {
	width: 285px;
	height: 28px;
	background: url(img/accordion_background_01.gif) no-repeat;
	line-height: 28px;
	margin: 0px 0px 3px 0px !important;
	color: #808080 !important;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 14px !important;
	padding-left: 25px !important;
	text-transform: none !important;
	border-top: 1px dotted #808080;
	font-weight: normal;
	cursor:pointer;
}*/
h3.rgaccord2-toggle {
	width: 285px;
	height: auto;
	background: url(img/accordion_background_01.gif) no-repeat;
	
	margin: 0px 0px 3px 0px !important;
	color: #808080 !important;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 14px !important;
	padding: 6px 0px 4px 25px !important;
	text-transform: none !important;
	border-top: 1px dotted #808080;
	font-weight: normal;
	cursor:pointer;
}

/* Toggle act item */
h3.act {
	border-top:0;
	color: #FFF !important;
	background: url(img/accordion_background_act_01.gif) top left no-repeat;
}

/* the content */
div.rgaccord2-content {
  width: 305px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* 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;
}
div.rgaccord2-content p {
	color: #808080;
	line-height: 18px;
	padding: 0 10px 0 25px;
	margin: 5px 0 0 0;
}

div.rgaccord2-content ul {
	font-size: 12px;
	display: block;
	line-height: 18px;
	padding: 0 10px 0 45px;
	color: #808080;
	margin: 5px 0 0 0;
}

div.rgaccord2-content li {
	list-style: url(img/plus.png);
	padding: 0px 0px 5px 0px;
}



/* Expose */

#expose #rgaccord2-nest {
	background-color: #EEEEEE;
	padding: 7px;
}

#expose h3.rgaccord2-toggle {
	width: 261px;
	height: 28px;
	background: url(img/mandate_01.gif) no-repeat;
	line-height: 28px;
	margin: 0px 0px 3px 0px !important;
	color: #808080 !important;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 14px !important;
	padding-left: 35px !important;
	text-transform: none !important;
	border-top: none;
	font-weight: normal;
	cursor:pointer;
}

#expose h3.act {
	border-top:0;
	color: #003A71 !important;
	background: url(img/mandate_01_act.gif) 0 no-repeat;
}

#expose div.rgaccord2-content ul {
	padding: 0 15px 0 50px;
}

#expose div.rgaccord2-content li {
	list-style: url(img/pfeil.gif);
	margin: 0;
	padding: 0px;
	
}

#expose p {
	margin: 0;
	padding: 7px 0 7px 35px;
	background: #EEEEEE;
}

#expose a, #expose a:visited {
	background: url(img/pfeil_rot.gif) no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0;
	color: #9a141b;
	text-decoration: none;
}
#expose a:hover, #expose a:active {
	color: #9a141b;
	text-decoration: underline;
}

#expose h4 {
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #9a141b;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	font-weight: normal;
}
#expose h1 {
	width: 285px;
	padding: 10px 5px 5px 20px;
/*	border-top: 1px solid #ddd; */
	font-size: 17px;
	font-family: Sabon, Times, Times New Roman, serif;
	line-height: 22px;
	color: #003A71;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}
#expose ul {
	font-size: 12px;
	color: #8D8D8D;
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}

#expose div.rgaccord2-content {
  width: 295px;
  padding: 0px;
}
