/* COPYRIGHT 2009-2010 by NF WEBDRISS www.webdriss.de */

    #tabsK {
      float:left;
      width:100%;
      /*background:#E7E5E2;*/
      font-size:93%;
     line-height:1;
	 display: block;

          /* border-bottom:1px solid #54545C;*/
      }
    #tabsK ul {
        margin-top: 0px;
        padding:10px 10px 0 20px;
        list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #tabsK a {
      float:left;
      /*background:url("img/tableft7.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
     /* background:url("img/tabright7.gif") no-repeat right top;*/
      padding:5px 20px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#aaa;
          background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
          }

        #tabsK #current a {
                background:url("img/tableft7.gif") no-repeat left top;
        }
        #tabsK #current a span {
                background:url("img/tabright7.gif") no-repeat right top;
        }

/* N */

    #tabsB {
      float:left;
      width:100%;
      /*background:#F4F4F4;*/
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin: -2px 0 0 0;
      padding:0;
      }
    #tabsB a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background:url("img/tableft7.gif") no-repeat left top;
        }
        #tabsB #current a span {
                background:url("img/tabright7.gif") no-repeat right top;
        }
		
/* COPYRIGHT 2009-2010 by NF WEBDRISS www.webdriss.de */