@CHARSET "UTF-8";
div.galerie_wrapper{
	width: 100%;
	height:100%;
	text-align: center;
}

div.bild{
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border: 1px solid black;
	border-radius: 4px;
	padding: 10px;
	margin: 5px;
	float:left;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
div.img_container{
	width:200px;
}

div.img_overlay{
	width:200px;
	position:absolute;
	color:red;
	text-align:center;
	background-color: #FFFFFF;
	opacity:0.7;
}


img.bild{
	max-width:200px;
	max-height: 200px;
}