/* CSS Document */
body, p, ul, li {

    font-family: verdana,arial,helvetica;
	font-size: 11px;
}

a {
    color: #B40038;


}

.foto_loeschen {
	width:210px;
	float:left;
	padding-right:10px;
}

.fotos {

}

.fotos div {
	position:relative;
	
}

.fotos p {
	border: none;
	margin: 0;

	position: absolute;
   top: 0;
   left: 0;   
   z-index: 1;
   

}
.fotos a {

	display: block;
	text-decoration: none;
}
.fotos span {
	display: block;
height:358px;
width:367px;
	position: relative;
}
.fotos span img {

	position: absolute;
}
.fotos a:hover, .fotos a:focus, .fotos a:active {
	background: transparent;
	color: #000;
}
.fotos div.button {
   position: absolute;
   bottom: 6px;
   right: 9px;
   z-index: 2;
   border:0;
   height: auto;
	padding:0;
}
.fotos div.button a {
	display:none;
}
.fotos div.button a.sh_show {
	display:block;
}

