/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide { display:none; }
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber { }
#tab-wrapper { float:left; width:675px; font-family:Arial, Helvetica, sans-serif; }
.tabbertab a { color:#fff; }
.tabbertab p { font-size:11px; }
.tabberlive { margin-top:15px; background-color: #FFF; }
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav { padding: 2px 0px; font: bold 18px Verdana, sans-serif; color:#8cd01b; width:auto; }
ul.tabbernav li { list-style: none; margin: 0; display: inline; width:500px; }
ul.tabbernav li a { border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; border-bottom:1px solid #fff; padding-top:5px; padding-bottom:4px; padding-left:5px; padding-right:5px; margin-right:3px; background-color:#FFF; font-size:100%; #  color:#666666;
font-weight:normal; }
ul.tabbernav li a:link { color:#666666; background-image:url(tab_bg.gif); background-repeat:repeat-x; }
ul.tabbernav li a:visited { color: #000; }
ul.tabbernav li a:hover { color: #ff8500; }
ul.tabbernav li { position:relative; top:-3px; }
ul.tabbernav li.tabberactive { position:relative; top:-6px; }
ul.tabbernav li.tabberactive a { background-image:url(tabber_highlight.jpg); background-position:bottom; border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; border-bottom:1px solid #88929b; padding-top:5px; padding-bottom:8px; padding-left:15px; padding-right:15px; color:#fff; font-weight:bold; }
ul.tabbernav li.tabberactive a:hover { }
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
  
  .tabbertab a { color:#FFF; }
.tabberlive .tabbertab { padding:0px; border:0px solid #ccc; border-top:0;/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none; color:#fff; }
.tabberlive .tabbertab h3 { display:none; }
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 { }
.tabberlive#tab2 { }
.tabberlive#tab2 .tabbertab { height:200px; overflow:auto; }
/*SUBCATEGORY DEFINITIONEN*/
#detail_option_container { margin-bottom:0px; margin-right:0px; }
#detail_option ul { }
#detail_option li { list-style:none; list-style-position:inside; margin-bottom:5px; }
#detail_option .order { background-image:url(menu_bg.gif); background-position:top right; border:1px solid #bfccd6; color:#55626b; padding-left:10px; padding-right:10px; cursor:pointer; margin-right:18px; padding-top:2px; padding-bottom:2px; }
#detail_option { border:1px solid #ccc; padding:10px; margin-top:0px; }
#detail_option h4 { text-decoration: none; }
#detail_option_left { width:350px; float:left; border:0px solid #3CC; font-size:11px; padding-right:15px; border-right:1px solid #CCC; line-height:23px; }
#detail_preiskalk_var2 { float:left; border:0px solid #6C3; padding:5px 5px 5px 5px; margin-left:5px; width:230px; text-align:left; background-image:url(preiskalk_bg.gif); background-repeat:repeat-x; }
