<!--accordion-jquery-var4.css-->
<!--

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


#accordionjquery {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	}

.accordionknopf {	
	width: auto;
	clear: both;
	float: left;
	_float: none;  /* float funktioniert in allen browsern ausser IE6 */
	margin-left: 20px;
	background: transparent;
	color: #578428;
	border-bottom: 0px solid black;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	font-variant: small-caps;
	}	
	
.accordioninhalt {	
	width: auto;
	clear: both;
	float: left;
	_float: none; /* float funktioniert in allen browsern ausser IE6 */
	margin-left: 30px;
	background: #ffffff;
	}
	
/*** zusätzlich für mouseover und aktive events***/
.on {
	background: transparent;
	color: transparent; /*accordionknopf unsichtbar*/
	}	
	
.over {
	background: transparent;
	color: #578428;
	text-decoration: underline;
	ont-weight: bold;
	}
	

/* zusätzlich von Rai */	
	
.ganzlinks {
	margin-left: 0px;
}

.hochschiebeneins {
	margin-top: -30px;
}

.hochschiebenzwei {
	margin-top: -20px;
}

.hochschiebendrei {
	margin-top: -50px;
}

