#grundriss {
	position: relative;
}

#grundriss-nacht {
	position: relative;
	display: none;
}

.grundriss-raum {
	position: absolute;
}

#raum-kurzbeschreibung {
	font-style: italic;
}

.grundriss-raum img {
	opacity: 0.2;
	filter: Alpha(opacity=20);
}

.grundriss-raum-hover img {
	opacity: 0.4 !important;
	filter: Alpha(opacity=40) !important;
}

.grundriss-raum-aktiv img {
	opacity: 1 !important;
	filter: none !important;
}

#raum-loader, #raum-bild {
	position: absolute;
	z-index: 55;
	
}

#raum-loader {
	top: 70px;
	left: 10px;
	display: none;
}

#raum-bild {
	top: 60px;
	left: 0px;
}

#wrapper {
	overflow: hidden;
}