/* we disable some of the layout shicksnack 
 * for printing */
@media print {
	/* white background, height=default */
	html, body {
		background: white;
		height: auto;
	}

	/* no border, white background */
	.main {
		width: 100%;
		border: 0px none;
		background-color: white;
	}
	.title_img, .navigator {
		padding-left: 0px;
		background-color: white;
	}
	/* no footer at all */
	.imp_link a {
		display: none;
	}
	/* but show the contact data */
	.imp {
		display: block;
		position:static;
		border: 0px none;
		border-top: 1px solid gray;
		padding: 0px;
		padding-top: 5px;
	}
}
