@media print {
/************************************************/

body { margin: 0; padding: 0; border: 0; }

/* Elemente neu einstellen */
div#layoutContainerLayer, div#layoutCenterLayer { position: absolute; left: 0px; top: 0px; width: 100%; height: auto; margin: 0; }
div#headerContainerLayer { height: 165px; }
div#headerLogoLayer { left: 0px; }
div#navRootlineLayer { left: 15px; }
div#col2ContainerLayer { left: 0px; width: 70%; }
div#col3ContainerLayer { right: 0px; width: 25%; }

/* Elemente ausblenden */
div#nav1Layer,
div#navMetaLayer,
div#navOptionsLayer,
div#navFontLayer,
div#col1ContainerLayer { display: none; }

/* Linearisierung der Subtemplates */
/*
.c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r { width: 100%; margin: 0; float: none; overflow: visible; display: table; }
.subc, .subcl, .subcr { margin: 0; padding: 0; }
*/

/* Zeichensatz auf Serifenschrift umstellen */
body * {font-family: "Times New Roman", Times, serif; }
code, pre { font-family: "Courier New", Courier, mono; }
body { font-size: 12pt; }

/* Vermeidung von Seitenumbruechen direkt nach einer Ueberschrift */
h1,h2,h3,h4,h5,h6 { page-break-after: avoid; }

/* Auszeichnung von Abkuerzungen */
abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* Abschalten evtl. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
a[href^="http:"], a[href^="https:"] {
	padding-left: 0;
	background-image: none;
}

/* Sichtbare Auszeichnung der URLs von Links */
/*
a[href]:after {
	content: " <URL: "attr(href)">";
	color: #333333;
	font-style: italic;
	background: inherit;
}
*/

/************************************************/
}