div#gallery{
	position:relative;
	width:800px;
	height:400px;
	margin-left:150px;
	margin-top:20px;
	overflow:hidden;
}
#gallery img {
	margin: 6px;
	padding: 1px;
	border: 2px solid white;
	background-color: black;
}
.galleryLeft {
	position:relative;
	margin-bottom:30px;
	width:150px;
	float:left;
}
.galleryRight {
	position:relative;
	margin-bottom:30px;
	width:500px;
	float:left;
}
.galleryHeadline {
	font-size:150%;
	margin-bottom:5px;
	margin-top:5px;
}
.galleryText:first-letter {
	font-size:150%;
}	
#text_collection {
	width: 650px;
	margin-bottom:20px;
	text-align: left;
	overflow: auto;
}

#text_collection p {

	 text-align: justify;
	  
}

#voransichtbilder {
	position:relative;
	margin-left:190px;
	height:410px;
	width: 691px;
	padding-top: 5px;
	overflow:hidden;
}

#voransichtbilder img {
	margin: 6px;
	padding: 1px;
	border: 2px solid white;
	background-color: black;
}
#back {
	text-align:center;
}

#back img {
background-image:url();
}
#flip_forward{
	position:absolute;
	left:155px;
	bottom:-30px;
	font-variant: caps;
	font-size:140%;
	
}

#flip_back{
	position:absolute;
	left:870px;
	bottom:-30px;
	font-variant: caps;
	font-size:140%;
}
