.gallerycontainer{
	margin-top: 30px;;
	background-color: grey;
}

.bild{
	display: inline;
}

.bild img.klein{
	margin: 10px 0 5px 10px;
	height: 55px;
	width: auto;
}

.bild img.zoom{
	display: none;
	position: absolute;
	max-width: 50%;
	max-height: 50%;
	width: auto;
	height: auto;
	top: 350px;
	left: 10%;
}

.bild:hover img.zoom{
	display: block;
	z-index: 50;
}

