
/*tr.unnoetig td { position: relative; }
tr.unnoetig td:before{
	content:"";
	position: absolute;
  	top: 50%;
  	left: 0px;
 	border-bottom: 1px solid #111;
 	width: 100%;
}
*/

tr.unnoetig {
	color:#c0c0c0 !important;
}

tr.unnoetig a {
	color:#808080!important;
}