#bg4left, #bg4right { background-color: white; }
#lampe-div {
	position: absolute;
	right: 330px;
	bottom: 67px;
	width: 110px;
	height: 85px;
	z-index: 210;
	cursor: pointer;
}

#licht {
	background-image: url(../images/raum4_schein_lampe.png);
	background-repeat: no-repeat;

	position: absolute;
	right: 216px;
	bottom: 1px;
	width: 576px;
	height: 448px;
	z-index: 200;

	display: none;
}

#puppe-div {
    position: absolute;
    left: 90px;
    bottom: 53px;
    width: 84px;
    height: 293px;
    z-index: 203;
    cursor: pointer;
    }

#theke-div {
    position: absolute;
    right: 450px;
    bottom: 38px;
    width: 233px;
    height: 174px;
    z-index: 205;
    cursor: pointer;
    }

#radio-div {
    width: 90px;
    height: 101px;
    cursor: pointer;
    right: 0;
    position: absolute;
    }

#radio-center-div {
    position: absolute;
    left: 43px;
    bottom: 93px;
    width: 25%;
    height: 101px;
    z-index: 202;
    }
