/* tabber */

.tabberlive .tabbertabhide {
 display:none;
 
}

/*
  .tabber = before the tabber interface is set up - ohne js
  .tabberlive = after the tabber interface is set up - mit js
*/
.tabber {
  float:left;
  width:650px;
}

.tabber .tabbertab {
  display: none;  
}

.tabber .tabbertabdefault {
  display: block; 
}

.tabberlive {
  float:left;
 width:650px;
}

ul.tabbernav
{
 border-bottom: 1px solid #ccc;
 font-weight: bold;
 height:auto;
 padding: 0px;
 padding-top:3px;
 padding-bottom:4px;
 margin: 0px;
 list-style: none;
}

ul.tabbernav li
{
 list-style: none;
 display: inline;
}

ul.tabbernav li a
{
 border-right: 1px solid #ccc;
 border-top: 1px solid #ccc;
 border-bottom: none;
 background-color: #EBEEF1;
 text-decoration: none;
 padding:2px 10px 4px 10px;
}

ul.tabbernav li:first-child a { border-left: 1px solid #ccc; };

ul.tabbernav li a:link { color: #DA4800; }

ul.tabbernav li a:hover
{
 background-color: #ccc;
}

ul.tabbernav li.tabberactive a
{
 color: #000000;
 background-color: #ffffff;
 border-bottom: 1px solid #ffffff;
}

/*IE6*/
ul.tabbernav li.tabberactive a:hover
{
 color: #000000;
 background-color: #ffffff;
}
/*end IE6*/

.tabberlive .tabbertab {
 padding:10px;
 border:1px solid #ccc;
 border-top:0;
}
