@media print {
	.screen {
		display: none !important;
	}
	.print {
		display: block !important;
	}
	body {
		background: white !important;	
	}
	hr {
	 	border-bottom: solid 1px #ffffff !important; /* IE */	
	}
	#navbar {
		display: none;	
	}
	#page, #index {
		width: 720px !important;
		height: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}
	#content {
		margin-left: 0 !important;
		padding: 0 !important;	
	}
	#header {
		margin-left: 0 !important;
	}
#logo {
	background: url(http://www.treberspurg.com/wp/wp-content/themes/abw/images/treberspurg_und_partner_ziviltechniker.jpg) no-repeat;
	height: image height;
	text-indent: 0px;
}
}