/* CSS für Print */
body {
	background-color: transparent;
}
#screen {
	background-image: none;
	width: 100%;
}
#headerImage, #navi, #quicklinks, #imprint, #claim, #keywords, .noprint {
	display: none;
}
#content {
	margin: 5px;
	width: 100%;
}
#footer {
	background-image: none;	
}
#adresse {
	position: absolute;
	top: 0;
	right: 0;
}

