#topnavi, #MenuBar1, #footer, #sidebar {
display:none;
}


	#content a[href^="http:"], 
	#content a[href^="https:"] { padding-left: 0; background-image: none; }
	#content a[href]:after {
		content: " (URL: "attr(href)")";
		color: #444;
		background: inherit;
		font-style: italic;
	}

	/* Allgemeine Formatierungen */
	body * { font-family: "Times New Roman", Times, serif; }
	code, pre { font-family: "Courier New", Courier, mono; }
	body { font-size: 12pt; }
	
	/* Seitenumbrüche verhindern */
	h1,h2,h3,h4,h5,h6 { page-break-after: avoid; }

	body, #content { margin: 0; padding: 0; border: 0; }
	#content { width: 100% !important; min-width: 0; max-width: none; }
	#header { height: auto; background: none; } /* Wegen des h1 sichtbar */

