#werkverzeichnis table.tablesorter {}
#werkverzeichnis table.tablesorter thead tr th, #werkverzeichnis table.tablesorter tfoot tr th {}
#werkverzeichnis table.tablesorter thead tr .header {
	/*background-image: url(bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	/*background-position: 8px 10px;*/
	cursor: pointer;
}
#werkverzeichnis table.tablesorter tbody td {
	vertical-align: top;
}
#werkverzeichnis table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
#werkverzeichnis table.tablesorter thead tr .headerSortUp {
	/*background-image: url(asc.gif);*/
}
#werkverzeichnis table.tablesorter thead tr .headerSortDown {
	/*background-image: url(desc.gif);*/
}
#werkverzeichnis table.tablesorter thead tr .headerSortDown, #werkverzeichnis table.tablesorter thead tr .headerSortUp {
	background-color: #fff; color: #653101;
}




/* HÄCK KEVIN */
#werkverzeichnis table.tablesorter thead tr span.header{
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}
#werkverzeichnis table.tablesorter thead tr span.headerSortUp {
	background-image: url(asc.gif);
}
#werkverzeichnis table.tablesorter thead tr span.headerSortDown {
	background-image: url(desc.gif);
}



/* tables 
#werkverzeichnis table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
#werkverzeichnis table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
#werkverzeichnis table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#werkverzeichnis table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
#werkverzeichnis table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
#werkverzeichnis table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
#werkverzeichnis table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
#werkverzeichnis table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
*/