@charset=ISO-8859-1;

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel. */
 
.TabbedPanels {
	position: relative;
	top: 0px;
	left: -8px;
	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: 0px 0px 0px 8px;
	padding: 0px;
}
.TabbedPanelsTab {
	float: left;
	position: relative;
	top: 1px;
	margin-right: 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-weight: normal;
	color: #999999;
	background-image: url(tab_back_left.gif);
	background-repeat: no-repeat;
}
.TabbedPanelsTabHover {
	color: #0072c6;
	background-image: url(tab_back_left_f2.gif);
}
.TabbedPanelsTabSelected {
	color: #0072c6;
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
	background-image: url(tab_back_left_f3.gif);
}
.TabbedPanelsTab a {
}
.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #eaaf0f;
	background-color: #ffffff;
	padding: 1px 0px 0px 9px;
}
.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsContentVisible {
}


/* Eigene Ergänzung für abgerundete Ecken bei dynamischer Breite */

.TabbedPanelsTab u {
	float: left;
	background-image: url(tab_back_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px 0px 0px 8px;
	padding: 4px 8px 3px 0px;
	text-decoration: none;
}

.TabbedPanelsTabHover u {
	background-image: url(tab_back_right_f2.gif);
}
.TabbedPanelsTabSelected u {
	background-image: url(tab_back_right_f3.gif);
}