.navig {

   border-bottom: 1px solid black;
   width:100%;
   font-size: 15px;
}

.navig ul {
   display: table;
   margin: auto;
   height:25px;
   list-style-type: none;
   overflow:hidden;
}

.navig li {
   display: table-cell;
   background-image: url('../images/pfeile.gif');
   background-repeat: no-repeat;
   background-position: 12px -25px;
}

.navig li:hover {
    background-position: 12px 0;
 }


.navig a {
   float:left;
   padding-right: 32px;
   padding-left: 32px;
   display: block;
   line-height: 25px;
   color:#FFFFFF;
   text-decoration: none;
}

/*
 * Sprites
 */
 .navig img{
    display:block;
    width:18px;
    height:50px;
    float: left;
 }


 .navig img:hover {zoom:1;} /* ie6 needs his fix*/
