/*-------------------
			Galerie formatierung
	------------------------------*/
.bild {
		margin-top: 0.5rem;
		float: left;
		text-align: center;
		font-weight: bold;
		position: relative;
}

.clear {clear: both;}

.bild img {
		display: block;
		margin: 0.5rem;
		padding: 0.2rem;
		border: 0.07rem solid rgb(139,0,0);
} 

.bild a .gross {
		display: none;
		transition: all 3s ease-in-out;
}

.bild a:hover .gross {
		display: block;
		position: absolute;
		top: -81px;
		left: -108px;
		z-index: 1;
		transition: all 3s ease-in-out;
		background: rgb(255,255,255);
}