@charset "UTF-8";
/*für das äußerste element*/



.zugin {
	width:740px;
	height:540px;
	overflow: hidden;
	margin:0px;
	padding: 0px;
	border: solid 0px black;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.AccordionPanel {
	margin:0px;
	padding: 0px;
}
/*container für die überschrift hier wird angeklickt*/



.AccordionPanelTab {
	background-color: #93c346;
	border: solid 1px black;
	margin-bottom: 5px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
/*zugininhalt*/



.AccordionPanelContent {
	overflow: auto;
	margin-left: 5px;
	margin-right: 0px;
	padding: 0px;
	height: 405px;
}
/* This is an example of how to change the appearance of the panel tab that is



 * currently open. The class "AccordionPanelOpen" is programatically added and removed



 * from panels as the user clicks on the tabs within the Accordion.



 */



.AccordionPanelOpen .AccordionPanelTab {
	background-color: #618E13;
}
/* This is an example of how to change the appearance of the panel tab as the



 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added



 * and removed from panel tab containers as the mouse enters and exits the tab container.



 */



.AccordionPanelTabHover {
	text-indent: 2px;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}
/* This is an example of how to change the appearance of all the panel tabs when the



 * Accordion has focus. The "AccordionFocused" class is programatically added and removed



 * whenever the Accordion gains or loses keyboard focus.



 */



.AccordionFocused .AccordionPanelTab {
	background-color: #93c346;
}
/* This is an example of how to change the appearance of the panel tab that is



 * currently open when the Accordion has focus.



 */



.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #618e13;
}

