ul.gallery li{
	list-style: none;
	text-align: center;
	padding: 0 0px;
	width: 100%;
}
ul.gallery a{
	color: #000000;
	text-decoration: none;
}
ul.gallery a:hover{
	color: red;
}
ul.gallery a img{
	width: 150px;
	padding: 5px;
}
}
ul.gallery a:hover img{
	width: 152px;
}

/* Statuszeile unter dem vergrößertem Bild */
div.pp_default .pp_content_container .pp_details{
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.links{
	text-align: left !important;
}
.mitte{
	text-align: center !important;
}