@media print {
	html, body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
		font-size: 100%;
		background-color: white;
	}

	#header, #redLine, #index, #menu, #footer {display:none;}
	
	#site{border:none}
	#topKreuzmuster{background-image: none}

	#content {
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
}