@charset "utf-8";
/* CSS Document */

.foto {
	position: relative;
	float: left;
 width: 131px;
 height: 106px;
 margin: 2px 5px 1px 0;
 padding: 0;
 text-align: center;
 background-color: #fff;
}

.foto img {
	margin: 3px;
}

.zoomable {
	position: absolute;
 right: 3px;
 bottom: 3px;
 height: 7px;
 width: 7px;
 padding: 0;
 margin: 0;
 background: url(../bilder/zoom.gif) bottom right no-repeat;
}
.zoom {
	position: absolute;
 visibility: hidden;
 padding: 0;
	margin: 0;
 background-color: #fff;
}
#zoomimg {
	margin: 3px;
}
