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

	Must be imported after en.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: #bb4513; /* a bright, rust-brown */
	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; right: 0; }
.nav .inactive { color: #eee; }
.nav a:link, .nav a:visited { text-decoration: none; background-color: #fff; }
#content { margin: 0 14.4em 1.5em 0; padding-left: 2em; padding-right: 2em; }
#info { top: 34em; right: 0; }
#website { top: 59em; right: 0; }
#footer { margin: 2.0em 14.4em 0 0; padding-left: 2em; padding-right: 2em; }
.w3cbutton a:link, .w3cbutton a:visited { text-decoration: none; }

