
/* Con 5 Gallery */

.c5-general {
	width: 100%;	
}

table.img {
	width: 100%;
}

/* Navigation unter Bild (vorherige , zurück zur Übersicht , nächste) */
DIV.tx-c5easygallery-pi1 TD.pagination {
	background-color: #8B3132;
	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: white;
	text-decoration: none;
}

DIV.tx-c5easygallery-pi1 TD.pagination A:hover {
	text-decoration: underline;
}

DIV.tx-c5easygallery-pi1 TD.img {
	padding: 10px;
}


/* Bild in Einzelansicht */
DIV.tx-c5easygallery-pi1 TD.img IMG {
	margin-bottom: 15px;
	border: 1px solid gray;
}

