/**
 * file:	http://www.dekade-bayern.com/layout/print.css
 * media:	print
 */

body {
	background-color: white;
}

div.logo {
	background-color: transparent;
	border: none;
}

ul#mainNav {
	display: none;
}

div.content {
	position: static;
	border: none;	
}

div.contactInformation {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	background-color: transparent;
	border: none;
}