header, 
a.close_overlay_detail, 
a.go_to_werkbeschrieb,
.related_sammlung,
footer,
body.has_overlay #overlay .close_overlay {
	display: none !important;
}

.detail_page {
	height: auto !important;
}

body.has_overlay main {
	display:none;
}

body.has_overlay #overlay,
body.has_overlay #overlay .inside_content_overlay,
body.has_overlay #overlay .inside_content_overlay .detail_page {
	position:relative;
	width: 100%;
	height:auto;
	top:initial;
	left:initial;
	right:initial;
	bottom:initial;
	overflow:auto;
}

.sammlung_detail .sammlung_image img {
	width:80%;
	margin:0 auto 20px auto;
}