.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; margin-left:0px; }
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav { margin:0; padding: 3px 0; border-bottom: 1px solid #e6e3e0; font: bold 12px Arial, sans-serif; }
ul.tabbernav li { list-style: none; margin: 0; display: inline; }

/* der nicht ausgewählte tab im Ruhezustand */
ul.tabbernav li a
{ padding: 3px 0.5em; margin-right: 2px; border: 1px solid #e6e3e0; border-bottom: none; background: #e6e3e0; text-decoration: none;}
/* farbe der link texte */
ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }
ul.tabbernav li a:hover /* mit der Maus über einen link */
{ color: #e95d0f; border-color: #535353; }
/* der aktive tab */
ul.tabbernav li.tabberactive a { background-color: #535353; border-bottom: 1px solid #535353; color:#fff; }
 /* mit der Maus über den aktiven tab */
ul.tabbernav li.tabberactive a:hover
{ /* color: #f00; background: white; border-bottom: 1px solid white; */ }
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px; border:0px solid #e6e3e0; border-top:0;
 /* height:500px; overflow:auto; */
 background-color: #e6e3e0;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none; }
.tabberlive .tabbertab h3 { display:none; }