@media print {
	#searchformWrapper,
	#topButton,
	.ce_dlh_googlemaps,
	.overviewLink {
		display: none !important;
	}

	a[href]:not([href^=mailto]):after {
		content: none !important;
	}

	#wahlkreiseMap {
		float: none;
	}

	#wahlkreiseList {
		position: relative;
		top: auto;
		right: auto;
	}

	#wahlkreiseList > div {
		display: block !important;
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}

}