/* Druckformate *************************************************************************** */

html {
	margin:0 1em 0 0;
	padding:0;
	}
#head1 {
	font-weight:bold;
	padding:0 !important;
	border-bottom:1px solid black;
	}

#left, #head2 {
	display:none;
	}
#head3 {
	display:block !important;
	text-align:right;
	}	

#main {
	padding:0 !important;
	}
#text {
	padding:0 !important;
	margin:0 2cm 0 3.5cm !important;
	}

#infobox {
	padding:0 !important;
	margin:4cm 2cm 0 3.5cm !important;
	}
	
#content, #foot div, #head1 p {
	width:auto !important;
	padding:0 !important;
}		

h1 {
	margin:4em 0 !important;
	}

p {
	padding: 0 !important;
	orphans:3;
	widows:3;
}

div.chapter, p.chapterinfo, p.pdfinfo {
	display:none;
	}

#foot {
	margin-top:4cm !important;
	}	
#foot p {	
	text-align:center !important;
	border-top:1px solid black;
}	
#foot a {
	color:black;
	}
	
	
.printonly {
	display:inline !important;;
	}
.noprint {
	display:none !important;
	}

a {
	color:black !important;
	}
a:after {
	content: " ["attr(href)"]";
	}
a.nourl:after, #head a:after, #foot a:after {
	content:'';
	}