/*
	print-de.css - www.zen-berlin.org, April 2004

	Must be imported after de.css (in media="print" mode) to revise the page layout.
	Most background colours set to white for printing; visual padding, nice for screen view, is removed.
	Links are underlined.
*/
html, body {
	background-color: #fff; /* white */
	}
a:link, a:visited {
	color: #8b4513; /* saddlebrown: #8b4513; */
	text-decoration: underline;
	}
/*
	A pseudo-invisible accessibility skip link to jump straight to the content,
	set to display:none for printing.
*/
#skipnav { display: none; }
.nav { top: 0; left: 0; }
.nav .inactive { color: #eee; }
.nav a:link, .nav a:visited { text-decoration: none; background-color: #fff; }
#content { margin: 0 0 1.5em 14.4em; padding-left: 2em; padding-right: 2em; }
#info { top: 34em; left: 0; }
#website { top: 59em; left: 0; }
#footer { margin: 2.0em 0 0 14.4em; padding-left: 2em; padding-right: 2em; }
.w3cbutton a:link, .w3cbutton a:visited { text-decoration: none; }

