

/*min-width:966px;*/
#tabsC {
 float:left;
 padding-left: 14px;
 background:#fff;
 font-size:100%;
 line-height:normal;
 font:bold 12px Arial;
 border:solid 0px #00FFFF;
}


/* margin:0;*/
#tabsC ul {
 margin:1px;
 list-style:none;
 padding:0px 0px 1px 0px;
}

#tabsC li {
 display:inline;
 margin:0;
 padding:0;
}

#tabsC a {
 float:left;
 margin:0px;
 padding:0px 0px 0px 4px;
 text-decoration:none;
 background:url("../bilder/tableftc.gif") no-repeat left top;
}

#tabsC a span {
 float:left;
 display:block;
 padding:5px 14px 4px 10px;
 color:#333333;
 background:url("../bilder/tabrightc.gif") no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */

#tabsC a:hover span {
 color:#333333;
}

#tabsC a:hover {
 background-position:0% -25px;
}

#tabsC a:hover span {
 background-position:100% -25px;
}

#tabsC #current a {
 background-position:0% -25px;
}

#tabsC #current a span {
 background-position:100% -25px;
}