/* Es braucht extra print.css fuer z.B. den Aufruf mit index.php?css=print */

body {
	background: none;
}

#headerContentFooterWrapper,
#contentLeft,
#footerNav {
	margin: 0;
}

aside,
.backToTop,
#cookieNotification,
#navLeft,
#quickmenu,
#contentRightWrapper,
#section_footerSearch,
.googleAdsense {
	display: none !important;
}

.printView {
	margin: 7px;
	text-align: center;
	border: solid 1px #83b0ec;  /* dunkles Blau */
}
