/* --- module: gallery --- */

/* default width/height */
.gallery .imgblock {
	width: 160px;
}
.gallery .imgblock .previewimage, .gallery .imgblock .previewimage a {
	width: 160px;
	height: 160px;
}

/* --- list --- */
/* -------------------------------------------------------------------------------- */
.gallery .imgblock { /* Container für Bild + Bildbeschreibung */
	float: left;
	margin: 4px 4px 0px 4px;
}
.gallery .imgblock.rowFirstPic {
	margin-left: 0px;
}
.gallery .imgblock.rowMiddlePic {}
.gallery .imgblock.rowLastPic {
	margin-right: 0px;
}
.gallery .imgblock .previewimage {
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	
	/* center image */
	display: table;
}
.gallery .imgblock .previewimage a {
	display: block;
	
	/* center image */
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.gallery .imgblock .previewimage img { /* Eigenschaften für das Vorschaubild selbst */
	/*border: 1px solid #000000;*/
}
.gallery .imgblock .previewtext { /* Eigenschaften für Bildbeschreibung */
	text-align: center;
}
/* ------------------------------------ */
/* --- Ende für zentrieren/designen --- */

/* --- detail --- */
/* --------------------------------- */
.galleryBody { /* PopUp-Fenster mit Detailbild */
	background-color: #FFFFFF;
	background-image: none !important;
}
.galleryDetail .galleryBlock {
	padding: 30px 0px 0px 0px;
}
.galleryDetail .detailimage table { /* Eigenschaften für die Tabelle mit dem Detailbild */
	border: 4px solid #F5F5F5;
	background-color: #F5F5F5;
}
.galleryDetail .detailimage table img { /* Eigenschaften für das Detailbild selbst */
}
.galleryDetail .modTitle {
	padding: 0px 0px 15px 0px;
}
.downloadPic {
	background-color: #F5F5F5;
}
.sendPic {
	background-color: #F5F5F5;
}
.close {
	text-align: center;
	padding: 20px;
}

#gallerylinks {
	margin-top: 30px;
}
/* --------------------------- */
/* --- Ende für Detailbild --- */

