h2 { font-size:14px; }
h2.top_header { font-size:14px; margin-bottom:15px; color: #333333; }
.tabberlive .tabbertabhide {
 display:none;
}

.tabber { font-size:11px;
}
.tabberlive {

}

ul.tabbernav
{

 padding: 0px 0;
}

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

ul.tabbernav li a
{
 padding:3px 0.5em;
 font-size:12px;
 border-bottom: none;
 color: #FFCC00;
	background: url(images/trans.png) right top;
	-moz-border-radius:6px;
 text-decoration: none;
}

ul.tabbernav li a:link {}
ul.tabbernav li a:visited { }

ul.tabbernav li a:hover
{ color: #0066FF;
  background: url(images/trans.png) right top;
  -moz-border-radius:6px;

}

ul.tabbernav li.tabberactive a{
	color: #FFCC00;
	background: url(images/trans.png) right top;
	-moz-border-radius:6px;}

ul.tabbernav li.tabberactive a:hover{
	color: #0066FF;
	background: url(images/trans.png) right top;
	-moz-border-radius:6px;}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 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;

}
.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;
}

.tabbertab p { padding-bottom:10px; line-height:140%; }
.tabbertab ul { padding:0; margin:0;}
.tabbertab ul li { padding:5px 0 6px 0; font-size:11px; }
.tabbertab ul li { background:url(images/bullet.gif) no-repeat 0 7px; padding-left:5px;} 
.tabbertab table { font-size:12px; margin-left:10px; font-family:Arial, Helvetica, sans-serif;}
.tabbertab table.table_tab_spieltag{ margin-top:4px; font-size:10px;}
.tabbertab table tr.date{ background-color: #333;}
.tabbertab table tr{ height:20px; }
.tabbertab table tr.sg1{ background:url(images/tb_bg_sg.jpg) no-repeat; }
.tabbertab table tr.first_up{ background:url(images/tb_bg_up.jpg) no-repeat; }
.tabbertab table tr.first_down{ background:url(images/tb_bg_down.jpg) no-repeat; }
.tabbertab table tr td table tr:hover{ background: #333;}
.tabbertab table td.result{ font-size:11px; color:#000; font-weight:800; }
.tabbertab table td{padding:0 5px;}
.tabbertab table td.team{ font-size:12px; color:#fff;}

.tabbertab .table_vor{
	font-size:10px;}

.tabbertab .table_vor tr td{
	padding-top:3px;}





