/* ==========================
Ausdruck-bezogene CSS-Angaben

Erstellt 2006-01 von www.kittelberger.de, azi
========================== */

.noprint, #footer, #tdFooterLeft, #tdFooterRight, #searchBox, #tdNavi {
	display: none;
}

#tdContent, #pageContent {
	width: 100%;
}

body.popup #iframe {
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	overflow: visible;
}

div.popup div.mainContent {
	overflow: visible;
	width: 100%;
	height: auto;
}

div.popup {
	position: absolute;
	top: 0;
	left: 0;
}

* html body.popup #iframe {
	overflow: visible;
	height: auto;
	width: auto;
}
