.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Hintergründe erste Ebene ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {top: 4px; height:26px; line-height: 26px; background: transparent; font-weight: bold; color: #994122; z-index:1; border-bottom: 4px solid #fff;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #994122;margin-left: -6px; z-index:1;}
.ui-state-default a#first, .ui-state-default a#first:link, .ui-state-default a#first:visited {margin-left: 0px;z-index:1;}

.ui-state-default a span.left {background: url(../images/nav_inaktiv_right_bg.png) right no-repeat; float: left; display: block; width: 5px; height: 26px; z-index:1;}
.ui-state-default a span.center {font-size: 15px;float: left; display: block; height: 24px; line-height: 24px; padding: 0px 16px 0px 10px; border-top: 2px solid #994122;   background: #fff;z-index:1;}
.ui-state-default a#last span.center {font-size: 15px;float: left; display: block; height: 24px; line-height: 24px; padding: 0px 10px 0px 10px; border-top: 2px solid #994122;z-index:1;}
.ui-state-default a#last span.right {background: url(../images/nav_inaktiv_right_last_bg.png) right no-repeat; float: left; display: block; width: 5px; height: 26px;z-index:1;}
.ui-state-default a#first span.left {border-left: 2px solid #994122;border-top: 2px solid #994122; background: none; background-color: #fff; width:5px; height: 24px;} 

.ui-state-active, .ui-widget-content .ui-state-active {top: 0px; padding: 0px; height:34px; line-height: 34px; font-weight: bold; color: #fff;z-index:2;border: 0 none;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #fff;,margin-left: 0px; z-index:2;}

.ui-state-active a span.left {background: url(../images/nav_active_left_bg.png) left top no-repeat transparent; float: left; display: block; width: 9px; height: 34px; z-index:2; border: 0 none;}
.ui-state-active a#first span.left {background: url(../images/nav_active_left_first_bg.png) left top no-repeat transparent; float: left; display: block; width: 11px; height: 34px; z-index:2; border: 0 none;}
.ui-state-active a span.center,.ui-state-active a#last span.center {float: left; display: block; height: 30px; line-height: 30px; padding: 0px 10px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; background-color: #994122; z-index:2;}
.ui-state-active a span.right {background: url(../images/nav_active_right_bg.png) right no-repeat transparent; float: left; display: block; width: 9px; height: 34px; z-index:2;}
.ui-state-active a#last span.right {background: url(../images/nav_active_right_last_bg.png) right no-repeat transparent; float: left; display: block; width: 9px; height: 34px; z-index:2;}


/*Subnavi*/
.ui-tabs-panel {width: 800px; background-color: #994122 !important; height: 29px; line-height:29px;margin:0px;padding:0px;}
.ui-tabs-panel ul {width: 800px; background-color: #994122;}
.ui-tabs-panel ul, .ui-tabs-panel li {padding: 0px; margin: 0px; list-style-type: none;}
.ui-tabs-panel li {float: left;}
.ui-tabs-panel li a {padding: 0px 10px; height: 12px; border-right: 1px solid #fff;color:#fff; text-decoration: none;}
.ui-tabs-panel li a.active {padding: 0px 5px; height: 12px; border-right: 1px solid #fff;color:#fbe2a9; text-decoration: none;font-weight:bold;}
