 @media print {
body {
	font-size:10pt;
}
#topnav, #nav, #search, #col1, #footer, #header, #meta {
	display:none;
	width: 0;
}
#main, .page_margins, .page, #col3, #col3_content {
	padding: 0 !important;
	margin: 0 !important;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
}
abbr[title]:after,  acronym[title]:after {
	content:'(' attr(title) ')';
}
/*
a[href]:after {
	content:" <URL:"attr(href)">";
	color:#444;
	background:inherit;
	font-style:italic;
}
*/
}
