ul.tabs { margin: 0; padding: 0; float: left; list-style: none; height:34px; width: 100%; background:url(/gfx/shop/bgi/tabs-bg-n-light.jpg) repeat-x top left; border-bottom:1px solid #BCBCBC; margin-bottom:10px;}
ul.tabs li { float: left; margin: 0; padding: 0; overflow: hidden; position: relative; color:#7f7f7f; }
ul.tabs li.first a{ border-left:0px;border-radius:3px 0px 0px 0px; -moz-border-radius:3px 0px 0px 0px; -webkit-border-radius:3px 0px 0px 0px; }
ul.tabs li a { text-decoration: none; display: block; outline: none; color:#5c5c5c; background:url(/gfx/shop/bgi/tabs-bg-n.png) repeat-x top left; height:34px; line-height:34px; border: 1px solid #bcbcbc; border-top:none; border-left:none; padding:0px 25px;  }
ul.tabs li a:hover { color:#131313; background:url(/gfx/shop/bgi/tabs-bg-h.png) repeat-x top; border-bottom:none; }
ul.tabs li.active {}
ul.tabs li.active a {color:#131313; background:url(/gfx/shop/bgi/tabs-bg-h.png) repeat-x top; border-bottom:#fafafa solid 1px; }
.tab_container {clear: both; float: left; width: 100%; background:#fafafa; padding-bottom:6px;}
.tab_content {margin-top:25px; margin-left:16px; margin-bottom:11px; padding-right:10px;}
.tab_container .uberschrift {font-weight:bold; font-size:20px; color:#bbb; margin-bottom:20px;}

/*---Active---*/
ul.tabs li.ui-state-active a {color: #131313; background: url(/gfx/shop/bgi/tabs-bg-h.png) repeat-x top; border-bottom: #FAFAFA solid 1px;}



/* 
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */

.ui-tabs .ui-tabs-hide { display: none !important; }
