.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 579px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 1px 8px;
	margin: 0px 2px 1px 0px;
	background-color: #FAFAFA;
	list-style: none;
	border-left: solid 1px #50742f;
	border-bottom: solid 0px #50742f;
	border-top: solid 1px #50742f;
	border-right: solid 1px #50742f;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-weight: normal;
	left: 20px;
	color: #2a4611;
}

.TabbedPanelsTabHover {
	background-color: #e3eaad;
	color: #2a4611;
}

.TabbedPanelsTabSelected {
	background-color: #e3eaad;
	border-bottom: dotted 0px #666666;
	color: #2a4611;
	font-weight: bold;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #50742f;
	border-bottom: 1px solid #fff;
	background-color: #FFFFFF;
	background-image: url(/layout/website-gruen/verlauf-100px.gif); background-repeat: repeat-x; background-position: bottom;
	padding-bottom: 25px;
}

.TabbedPanelsContent {
	padding: 5px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #fff;
	position: relative;
	border-top: dotted 1px #666666;
	border-right: dotted 1px #666666;
	border-left: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: solid 1px #dce3d5;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

