

@media print
{
	#top, #menu, #bottom, #printBtn
	{
		display: none;
	}
	
	#innendrin
	{
		border: none !important;
		background-color: #ffffff !important;
	}
	
}
