/* $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 {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
   { font: bold 12px Verdana, sans-serif; background-image: none; text-align: center; margin: 0; padding: 0; border-bottom: 0 solid #00649f     }

ul.tabbernav li
 { list-style: none; display: inline; margin: 0 0 0  }

ul.tabbernav li a
  { background: #017ac6; text-decoration: none; padding: 5px 0.75em 6px; border-color: #00649f white #00649f #00649f; border-style: solid solid none; border-width: 0 1px medium 0; }

ul.tabbernav li a:link   { color: #fff }
ul.tabbernav li a:visited   {  }

ul.tabbernav li a:hover
    { color: #fff; background-color: #ad1f1e; background-image: none; background-position: 0 0; border-color: #fff  }

ul.tabbernav li.tabberactive a
  { color: #fff; background-color: #ad1f1e; padding-top: 7px; padding-bottom: 7px; border-bottom: 0 solid     }

ul.tabbernav li.tabberactive a:hover
  { border-bottom: 0 solid }

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab   { background-image: url(../gfx/hintergundreiter.gif); padding: 5px; border: solid 1px #00649f; }
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1   { color: #6c3; background-color: #069 }
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}