/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px 15px; }
.ui-widget-content { color: #2e2e2e; }
.ui-widget-content a { color: #2e2e2e; }
.ui-widget-header { height: 26px; width: 296px; background: transparent url(../bilder/tabs/back.png) 0 0 no-repeat; color: #2e2e2e; font-weight: bold; }
.ui-widget-header a { color: #2e2e2e; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { width: 65px; font-size: 11px; background: transparent; font-weight: bold; color: #2e2e2e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { width: 65px; font-size: 11px; color: #2e2e2e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { width: 65px; font-size: 11px; background: transparent; font-weight: bold; color: #2e2e2e; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { width: 65px; font-size: 11px; background: transparent url(../bilder/tabs/tab-over.png) 0 0 no-repeat; color: #ab1415; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { width: 65px; font-size: 11px; background: transparent url(../bilder/tabs/tab-active.png) 0 0 no-repeat; font-weight: bold; color: #2e2e2e; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { width: 65px; font-size: 11px; background: transparent url(../bilder/tabs/tab-active.png) 0 0 no-repeat; color: #2e2e2e; outline: none; text-decoration: none; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* TABS ----------------------------------------------------------------------- */

/* Tabs
----------------------------------*/
.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0px 0px 1px 10px; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0px 4px 0px 0px;  }
.ui-tabs .ui-tabs-nav li a { float: left; text-align: center; text-decoration: none; padding-top: 3px; height: 22px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 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: text; }
.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 { padding: 0px 0px; display: block; border: 0px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

