@media print{

	.noprint {
		display: none;
	}

	.bentrok {
	  	background-color: #B8B8B8 !important;
	}

	.ok {
		text-decoration:none !important;
		color: #000000  !important;
	}


	a{
		text-decoration:none !important;
		color: #000000  !important;
		/*content: none !important;*/
	}
	a:link:after { content:" "; }
	a[href]:after { content:" "; }

	body { 
		font-size: 10pt; 
		background: transparent;
		margin-top: -80px;
	}

	th {
		background-color: #A8A8A8 !important;
	  	/*background-color: #B8BBB8 !important;*/

	}

}		
