.ui-accordion 
.ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin-top: 5px; 										/* Abstand zwischen den einzelnen Punkten */
	zoom: 1;												/* Wichtig für IE 6 !!! */
}

.ui-accordion 
.ui-accordion-li-fix { 
	display: inline; 
}

.ui-accordion 
.ui-accordion-header-active { 
	border-bottom: 0 !important; 
}

.ui-accordion 
.ui-accordion-header a { 
	display: block;
	font-weight: bold;
	font-size: 10px; 										/* Überschriftgröße */
	padding: .5em .5em .5em 2.2em; 							/* Innenabstand */
}

/*Kopf Icon*/
.ui-accordion 
.ui-accordion-header .ui-icon { 
	position: absolute; 
	left: .5em; 
	top: 50%; 
	margin-top: -8px; 
}

.ui-accordion 
.ui-accordion-content { 
	padding: 1em 2.2em; 									/*Inhalt Seitenabstand*/
	border-top: 0; 
	margin-top: -2px; 
	position: relative; 
	top: 1px; 
	margin-bottom: 4px; 
	overflow: auto; 
	display: none; 
}

.ui-accordion 
.ui-accordion-content-active { 
	display: block; 
}

/*########## Core ##########*/

/* Layout helpers */
.ui-helper-hidden { 
	display: none; 
}

.ui-helper-hidden-accessible { 
	position: absolute; 
	left: -99999999px; 
}

.ui-helper-reset { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none; 
}

.ui-helper-clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.ui-helper-clearfix { 
	display: inline-block; 
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { 
	height:1%;
}

.ui-helper-clearfix { 
	display:block; 
}

/* end clearfix */
.ui-helper-zfix { 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	position: absolute; 
	opacity: 0; 
	filter:Alpha(Opacity=0); 
}

/* Interaction Cues */
.ui-state-disabled { 
	cursor: default !important; 
}

/* states and images */
.ui-icon { 
	display: block; 
	text-indent: -99999px;
	overflow: hidden; 
	background-repeat: no-repeat; 
}

/* Overlays */
.ui-widget-overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*########## end Core ##########*/


/*########## Theme ##########*/

/* Inhaltsbox */
.ui-widget { 
	font-family: Verdana,Arial,sans-serif; 					/* Textschrift Box */
	font-size: 11px;										/* Textgröße Box */
}

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button { 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 12px;
}

.ui-widget-content { 
	border: 1px solid #315982;								/* Border der Box */
	color: #003399; 										/* Textfarbe Box */
	background-image: url(../img/accordion_box_bg.png);		/* Hintergrund der Box */
	background-position: bottom;
	background-repeat: repeat-x;
	height: 220px;
}

.ui-widget-content a { 
	color: #3300cc;											/* Linkfarbe in der Box */
}

.ui-widget-content a:hover { 
	color: #003ec3;											/* Linkfarbe Hover in der Box */
	text-decoration: none; 
	outline: none; 
}

.ui-widget-header { 
	border: 1px solid #315982; 					
	background: #cccccc;
	font-weight: bold; 
}

.ui-widget-header a { 
	color: #222222; 
}

/* Interaction states */
.ui-state-default, 
.ui-widget-content 
.ui-state-default { 
	border: 1px solid #315982;								/* Punkt Border */ 
	background: url(../img/accordion_bg.png) repeat-x;	 	/* Punkt Hintergrund */
	font-weight: normal; 
	color: #555555; 
	outline: none; 
}

.ui-state-default a, 
.ui-state-default a:link, 
.ui-state-default a:visited { 
	color: #3300cc;											/* Punktfarbe */
	text-decoration: none; 
	outline: none; 
}

.ui-state-hover, 
.ui-widget-content 
.ui-state-hover, 
.ui-state-focus, 
.ui-widget-content 
.ui-state-focus { 
	border: 1px solid black;								/* Punkt Hover Border */
	background: url(../img/accordion_bg_hover.png) repeat-x;	/* Punkt Hover Hintergrund */
	font-weight: normal; 
	color: #212121; 
	outline: none; 
}

.ui-state-hover a, 
.ui-state-hover a:hover { 
	color: #003ec3;											/* Punktfarbe Hover */
	text-decoration: none; 
	outline: none; 
}

.ui-state-active, 
.ui-widget-content 
.ui-state-active { 
	border: 1px solid #315982;								/* Kopf Border aktiv */ 
	background: url(../img/accordion_bg_active.png) repeat-x;	/* Kopf hintergrund aktiv */ 
	font-weight: normal; 
	color: #212121; 
	outline: none; 
}

.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited { 
	color: #3300cc;											/* Kopf Schriftfarbe aktiv */
	outline: none; 	
	text-decoration: none; 
}

.ui-state-disabled, 
.ui-widget-content 
.ui-state-disabled { 
	opacity: .35; 
	filter:Alpha(Opacity=35); 
	background-image: none; 
}

.ui-priority-primary, 
.ui-widget-content 
.ui-priority-primary { 
	font-weight: bold; 
}

.ui-priority-secondary, 
.ui-widget-content 
.ui-priority-secondary { 
	opacity: .7; 
	filter:Alpha(Opacity=70); 
	font-weight: normal; 
}

/* ### Icons ### */
	.ui-icon { 
		width: 12px; 
		height: 12px; 
		background-image: url(../img/accordion_down.png); 
	}
	
	.ui-state-default .ui-icon { 
		background-image: url(../img/accordion_normal.png); 
	}
	
	/* Position */
	.ui-icon-circle-arrow-e { 
		background-image: url(../img/accordion_down.png);
	}
	
	.ui-icon-circle-arrow-s { 
		background-image: url(../img/accordion_down.png);
	}
/* ### end Icons ### */

/* Abgerundete Ecken */
	.ui-corner-tl { 
		-moz-border-radius-topleft: 4px; 
		-webkit-border-top-left-radius: 4px; 
	}
	
	.ui-corner-tr { 
		-moz-border-radius-topright: 4px; 
		-webkit-border-top-right-radius: 4px; 
	}
	
	.ui-corner-bl { 
		-moz-border-radius-bottomleft: 4px; 
		-webkit-border-bottom-left-radius: 4px; 
	}
	
	.ui-corner-br { 
		-moz-border-radius-bottomright: 4px; 
		-webkit-border-bottom-right-radius: 4px;
	}
	
	.ui-corner-top { 
		-moz-border-radius-topleft: 4px; 
		-webkit-border-top-left-radius: 4px; 
		-moz-border-radius-topright: 4px; 
		-webkit-border-top-right-radius: 4px; 
	}
	
	.ui-corner-bottom { 
		-moz-border-radius-bottomleft: 4px; 
		-webkit-border-bottom-left-radius: 4px; 
		-moz-border-radius-bottomright: 4px; 
		-webkit-border-bottom-right-radius: 4px; 
	}
	
	.ui-corner-right {  
		-moz-border-radius-topright: 4px; 
		-webkit-border-top-right-radius: 4px; 
		-moz-border-radius-bottomright: 4px; 
		-webkit-border-bottom-right-radius: 4px; 
	}
	
	.ui-corner-left { 
		-moz-border-radius-topleft: 4px; 
		-webkit-border-top-left-radius: 4px; 
		-moz-border-radius-bottomleft: 4px; 
		-webkit-border-bottom-left-radius: 4px; 
	}
	
	.ui-corner-all { 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px; 
	}
/*########## end Theme ##########*/