 /*Tabellensortierung*/

table .tablesorter{border:0;margin:0;}
.tablesorter td{padding:3px 3px 3px 5px}
.table_sorter_link{textdecoration:underline;font-size:10px;color:#0A7BBD;}

th{height:15px;background-color:#EEECE7;padding:5px;}

th.header { 
    background-image: url(images/small.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 20px; 
       margin-left: -1px; 
    text-align:left;
} 

th.headerSortUp { 
    background-image: url(images/small_asc.gif); 
  
} 

th.headerSortDown { 
    background-image: url(images/small_desc.gif); 
    } 
