#container-ausstellung {
	position: relative;
	margin-bottom: 20px;
	background-color: pink;
}
#text-ausstellung {
	/* position: relative; */
	top: 0px;
	width: 334px;
	float: left;
	background-color: white;
 	padding-top: 10px;
 	padding-bottom: 3px;
 	margin-right: 20px;
	margin-bottom: 20px;
}
#bild-ausstellung {
	float: left;
	margin-bottom: 20px;
}