.shadow-one {
	position: absolute;
	padding-top: 30px;
	padding-left: 30px;
	top:-12px;
	left:-12px;
}
.corner-a {
	position: absolute; 
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../grafik/ramma.png) right top no-repeat;
}
.corner-b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../grafik/ramma.png) left bottom no-repeat;
}
.shadow-two { 
	position:relative;
	background: url(../grafik/ramma.png) right bottom no-repeat;
}
.shadow-three { 
	position: relative;	
	left: -30px;
	top: -30px;
	background: url(../grafik/ramma.png) left top no-repeat;
}
.shadow-four { 
	position:relative;
} 
.imgSpace{
	position:relative;
	left: 3px;
	top: 3px;
}
.imghide{
	visibility:hidden;
}
.imgdisplay{	
	z-index:0;
}
.displaycontent{
	position:relative;
}
