/**
 * Angaben für Druckausgaben für www.stadthalle-hockenheim.de
 */

html, body {
	background-color: #fff !important;
	color: #000 !important;
}

.no-print {
	display: none !important;
}

.druckBox {
	border: 1px solid gray !important;
	background-color: #fff !important;
	color: #000 !important;
}

#weitere-inhalte .box {
	display: none;
}

#weitere-inhalte .druckMich,
#weitere-inhalte .druckBox {
	display: block;
	border-top: 1px solid gray;
}

#sEnde .navigation {
	padding-left: 0;
}

#sEnde .kontakt {
	margin-right: 0;
}

hr {
	height: 0px;
	color: #fff;
	background-color: #fff;
	border-bottom: 1px solid #999;
}