div.schatten img.latest_pic {
	border: 0;
	padding: 5px 5px 9px 5px;
	background: #fff url(../img/shadow/shad_bottom.png) repeat-x bottom left;
	display: block;
}
div.schatten img.latest_pic:Hover {
	background: #ededed url(../img/shadow/shad_bottom.png) repeat-x bottom left;
}
div#foto img {
	padding: 0 0 4px;
}

/* Foto Rezeptansicht */
div.schatten #foto {
 background: #AD0E26 url(../img/shadow/shad_bottom.png) repeat-x bottom left;
 width:300px;
}
div.galerie div.schatten img {
	/*background: #AD0E26 url(../img/shadow/shad_bottom.png) repeat-x bottom left;*/
	padding: 0 0 4px;
	background: #fff url(../img/shadow/shad_bottom.png) repeat-x bottom left;
	display: block;
}

div.schatten {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

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

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

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

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

/* NEWS */
div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../img/shadow/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}
div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../img/shadow/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}
div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../img/shadow/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}
div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../img/shadow/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
