
div.shadow {
	/*float: right;*/
	float: left;
	padding: 0 1px;
	/*background: #bfbfbf;*/
  	border-left: 1px solid #eaeaea;
  	border-right: 1px solid #eaeaea;
  	position: relative;
	margin: 0px 10px 10px 10px;	/* Abstände von den Bildern --> Vorsicht Mozi und Firefox*/
	}

div.shadow em {
	color: #ccc;
	position: absolute; /*ie*/
	width: 210px;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	padding: 0 0 0 5px;
	margin: -20px 0 0 -230px;
	}
	
div.shadow img {
	padding: 5px 5px 30px 5px;
	background: #000 url(../Bilder/shad_bottom.png) repeat-x bottom left;
	}

div.shadow div.topleft {
	width: 2px;
	height: 4px;
	background: url(../Bilder/shad_tlcorner.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: -1px;
	}

div.shadow div.topright {
	width: 2px;
  	height: 4px;
  	background: url(../Bilder/shad_trcorner.png) no-repeat top right;
  	position: absolute;
  	top: 0px;
  	right: -1px;
	}

div.shadow div.bottomleft {
	width: 4px;
  	height: 4px;
  	background: url(../Bilder/shad_blcorner.png) no-repeat bottom left;
  	position: absolute;
  	bottom: 0px;
  	left: -1px;
	}

div.shadow div.bottomright {
	width: 4px;
  	height: 4px;
  	background: url(../Bilder/shad_brcorner.png) no-repeat bottom right;
  	position: absolute;
  	bottom: 0px;
  	right: -1px;
	}