/*
 * beinhaltet CSS Angaben zu den Schatten bei Fotos
 */
.LOCR_SHADOW_TOP_RIGHT {
	background: url(/gfx/png/background/shadow_corners.png) -39px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
}
.LOCR_SHADOW_TOP_LEFT {
	background: url(/gfx/png/background/shadow_corners.png) 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 39px;
	height: 39px;
}
.LOCR_SHADOW_RIGHT_DOWN {
	background: url(/gfx/png/background/shadow_corners.png) -39px -39px;
	position: absolute;
	bottom: -7px;
	right: 0px;
	width: 39px;
	height: 39px;
}
.LOCR_SHADOW_LEFT_DOWN {
	background: url(/gfx/png/background/shadow_corners.png) 0px -39px;
	position: absolute;
	bottom: -7px;
	left: 0px;
	width: 39px;
	height: 39px;
}
.LOCR_SHADOW_TOP {
	background: url(/gfx/png/background/shadow_top_bottom.png) repeat-x 0px 0px;
	width: 50px;
	height: 39px;
	position: absolute;
	top: 0px;
	left: 39px;
}
.LOCR_SHADOW_BOTTOM {
	background: url(/gfx/png/background/shadow_top_bottom.png) repeat-x 0px -39px;
	width: 50px;
	height: 39px;
	position: absolute;
	left: 39px;
	bottom: -7px;
}
.LOCR_SHADOW_RIGHT {
	background: url(/gfx/png/background/shadow_left_right.png) repeat-y -39px 0px;
	width: 39px;
	height: 50px;
	position: absolute;
	top: 39px;
	right: 0px;
}
.LOCR_SHADOW_LEFT {
	background: url(/gfx/png/background/shadow_left_right.png) repeat-y 0px 0px;
	width: 39px;
	height: 50px;
	position: absolute;
	top: 39px;
	left: 0px;
}

