@charset "utf-8";
/* CSS Document */
/* Styles als Vorgabe , wenn Javascript fehlt */
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	width: 184px;
	color: #666666;
}
.AccordionPanel {
	margin: 0;
	padding: 0;
}
.AccordionPanelTab {
	border-top: none;
	border-bottom: none;
	border-left:none;
	border-right:none;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	color: #666655;
	font-style: italic;
	cursor: pointer;
	/* -moz-user-select: none; */
	/* -khtml-user-select: none; */
}
.AccordionPanelContent {
	overflow: visible;
	margin: 0;
	padding: 0;
	height: auto;
}
.AccordionPanelOpen .AccordionPanelTab {
	color: #666666;
	font-style: normal;
}
.AccordionPanelTabHover {
	color: #666666;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #666666;
}
.AccordionFocused .AccordionPanelTab {
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}

/* Navigationsleiste */	
.nav1:link {
	font-size:11px;
	color:#73716B;
	text-decoration:none;
	font-weight: normal;
	line-height:11px;
	border: none;
	margin-left: 14px;
	}
.nav1:visited {
	font-size:11px;
	color:#73716B;
	text-decoration:none;
	font-weight:normal;
	line-height:11px;
	border: none;
	margin-left: 14px;	}
.nav1:hover {
	font-size:11px;
	color:#4F1449;
	text-decoration:none;
	font-weight: normal;
	line-height:11px;
	background-color:#999999;
	border: none;
	margin-left: 14px;
	}	
.nav1:active {
	font-size:11px;
	color:#73716B;
	text-decoration:none;
	font-weight: normal;
	line-height:11px;
	border: none;
	margin-left: 14px;
	}
.nav1:focus {
	font-size:11px;
	color:#73716B;
	text-decoration:none;
	font-weight: normal;
	line-height:11px;
	border: none;
	margin-left: 14px;
	}	
/* Ende Navigationsleiste */
