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


/* Toggle default */
h3.rgaccord1-toggle {
	font-size: 11px;
	font-family: Verdana, Tahoma;  font-weight:bold;
	color: #739FC0;
/*	height: 16px; */
	line-height: 16px;
/*	height: 23px;
	padding: 2px 0 2px 24px;
		line-height: 26px;*/
	background: #ffffff url(img/plus.png) 0px 1px no-repeat;
	border-bottom: 1px solid #C6D8E6;
	padding: 2px 0 5px 24px;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	cursor: pointer;
}
.rgaccord1-toggle-zeile2 {
	font-weight: normal;
	padding-top: 5px;
}
.rgaccord1-toggle-zeile2-team {
	font-weight: normal;
	padding-top: 5px;
/*	height: 122px; */
}

h3.rgaccord1-toggle:hover {
	color: #0a4473;
	border-bottom: 1px solid #0a4473;
}

/* Toggle act item */
h3.act {
	color: #ff8e14;
	background:#ffffff url(img/minus.png) 0px 1px no-repeat;
	border-bottom: 1px solid #ff8e14;
}

/* the content */
div.rgaccord1-content {
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 31px;
	padding-left: 25px;
/*	border-bottom: 1px solid #ff8e14;
	background-color: #E9F0F6;
	border-bottom: 50px solid #ffffff; */
	

/*  width:573px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc; */
}

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

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

div.rgaccord1-nest {
	margin: 0px;
	padding: 0px;
	
}
