
/* Con 5 Gallery */


/* Navigation unter Bild (vorherige , zurück zur Übersicht , nächste) */
DIV.tx-c5easygallery-pi1 TD.pagination {
	background-color: #E3EAFE;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #CCCCCC;
}

DIV.tx-c5easygallery-pi1 TD.pagination A {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

DIV.tx-c5easygallery-pi1 TD.pagination A:hover {
	text-decoration: underline;
}

/* Bild in Einzelansicht */
DIV.tx-c5easygallery-pi1 TD.img IMG {
	margin-bottom: 15px;
	border: 1px solid gray;
}

