#inhalt { max-width: none; }

li.gallery_container {
	float: left;
	list-style-type: none;
	width: 18em;
	height: 16em;
	background-color: #eaeaea;
	margin: 10px;
	padding: 0;
	text-align: center;
}

li.gallery_container div.ol {
	background-image: url('../pictures/main/gallery_ol.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 100%;
}

li.gallery_container div.or {
	background-image: url('../pictures/main/gallery_or.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 100%;
}

li.gallery_container div.ur {
	background-image: url('../pictures/main/gallery_ur.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	height: 100%;
}

li.gallery_container div.ul {
	background-image: url('../pictures/main/gallery_ul.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 100%;
}

li.gallery_container div.content {
	text-align: center;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

li.gallery_container div.content img {
	padding: 20px;
}
