@charset "UTF-8";
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 10px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 3px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.9em arial;
	background-color: #CCCCCC;									/* Tab hintergrund*/
	list-style: none;
	border-left: solid 1px #333333;								/* Tabumrandung links*/
	border-bottom: solid 1px #333333;							/* Tabumrandung untent*/
	border-top: solid 1px #333333;								/* Tabumrandung oben*/
	border-right: solid 1px #333333;							/* Tabumrandung rechts*/
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #339933;									/* Tab bei Mousover */
}
.TabbedPanelsTabSelected {
	background-color: #006600;									/* Aktiver Tab */
	border-bottom: 1px solid #666666;
}
.TabbedPanelsTab a {
	color: #CC0000;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCCCCC;								/* Rahmen links von Content */
	border-bottom: solid 1px #CCCCCC;							/* Rahmen unten von Content */
	border-top: solid 1px #CCCCCC;								/* Rahmen oben von Content */
	border-right: solid 1px #CCCCCC;							/* Rahmen rechts von Content */
	background-color: #CCCCCC;									/* Content Hintergrund */
}
.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #627D98;
	position: relative;
	border-top: solid 1px #112941;
	border-right: solid 1px #627D98;
	border-left: solid 1px #112941;
	border-bottom: solid 1px #112941;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #112941;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}