.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; }

/* 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-active a, .ui-state-active a:link, .ui-state-active a:visited{color: #ffffff; font-weight: normal; background-color: #00992e !important; text-decoration: none; cursor: pointer; border-right: 1px solid #00992e; border-bottom: 1px solid #00992e !important; padding-top: 4px 12px 5px 12px;}
.ui-state-active a:hover {background-color: #00992e;text-decoration: underline;}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #ffffff; background-color: #004d17; text-decoration: none; cursor: pointer; border-right: 1px solid #00992e; padding: 4px 7px 5px 7px;border-bottom: 1px solid  #004d17;}
.ui-state-default a:hover {font-weight:normal; text-decoration: none; border-bottom: 1px solid #ffffff; background-color: #006611;}

/*Subnavi*/
.ui-tabs-panel {background-color: #00992e;width: 800px; line-height: 19px;z-index: 5; height: 19px;}
.ui-tabs-panel ul {background-color: #00992e;width: 800px; line-height: 19px;z-index: 5; height: 19px;}
.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 {font-size: 11px;color: #ffffff;background-color: #00992e;background-image: url("../img/link_subnavi.gif");background-repeat: no-repeat;text-decoration: none;line-height: 12px;cursor: pointer;padding: 2px 8px 3px 16px;}
.ui-tabs-panel li a.active {color: #004d17;background:transparent;background-color: #ffffff;text-decoration: none;cursor: pointer;padding: 1px 12px 3px 12px;}
