div.inhalt ul.exhibition {
/*	margin-top: 1.5em; */
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
div.inhalt ul.exhibition li {
	overflow: hidden;
	padding-bottom: 1em;
	padding-left: 0;
	background: none;
}
div.inhalt ul.exhibition li.last { border-bottom: none; }
div.inhalt ul.exhibition h2 { font-weight: bold; }
div.inhalt ul.exhibition h2 a { text-decoration: none; }
div.inhalt ul.exhibition h2 a:hover { text-decoration: underline; }
div.inhalt ul.exhibition a.gallery3D { text-decoration: none; }
div.inhalt ul.exhibition a.gallery3D img { display: inline; }
div.inhalt ul.exhibition a.gallery3D img.hi { display: none; }
div.inhalt ul.exhibition a.gallery3D:hover img {
	display: none;
	text-decoration: none;
}
div.inhalt ul.exhibition a.gallery3D:hover img.hi {
	display: inline;
	text-decoration: none;
}
div.inhalt ul.exhibition li.pagination {
	background: none;
	text-align: center;
}
div.inhalt ul.exhibition li.pagination p { margin: 0; }
div.inhalt ul.exhibition li.pagination p.nav { margin-top: 4px; }
div.inhalt ul.exhibition li.pagination p.nav a.ditto_page, div.inhalt ul.exhibition li.pagination p.nav span.ditto_currentpage {
	padding: 0 3px;
	margin: 0 2px;
}
div.inhalt ul.exhibition li.pagination p.nav a.ditto_page {
	border: 1px solid #660000;
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}
div.inhalt ul.exhibition li.pagination p.nav span.ditto_currentpage, div.inhalt ul.exhibition li.pagination p.nav a.ditto_page:hover {
	background-color: #660000;
	color: #FFF;
}
