﻿#inhalt-galery{
	padding-top:10px;
	padding-bottom:10px;
	bottom:0;
	width:896px;
	margin:2px 2px;
}

/*/////////////////////////////////////////////////////////////*/
/*/////////////////Styling für die Galerie////////////////*/
/*/////////////////////////////////////////////////////////////*/

.bilder-galerie {
	position:relative;
	width:840px;
	height:4000px;
	margin:5px auto 100px auto;
	padding:10px 0px 20px 20px;
		
	background-color:#f7f7f7;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.0.4);
	-moz-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);
}

.bilder-g {
	margin-bottom:10px;
	width:auto;
	height:auto;
}

.bilder-g img{
	border:2px lightgray outset;
	border-radius:5px;
}
