/* - ALBUM ÜBERSICHT : TABELLE (TD) - LISTEN ANSICHT - */

#modul #modul_ftpgallery #album_index table tr td.album_liste {

	width: 100%;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	padding: 10px;
	line-height: 0px;

}

/* - ALBUM ÜBERSICHT : TABELLE (TD) - GITTER ANSICHT - */

#modul #modul_ftpgallery #album_index table tr td.album_gitter {

	width: 25%;
	text-align: center;
	background: transparent;
	border: none;
	padding: 0px;

}

/* - ALBUM ÜBERSICHT : THUMBNAIL STYLES - */

#modul #modul_ftpgallery #album_index div.thumbnail {

	width: 80px;
	height: 80px;
	padding: 10px;
	background: #fff;
	border: 1px solid #E5E3E1;
	position: relative;
	margin: 0px;

}

#modul #modul_ftpgallery #album_index div.thumbnail div.thumb {

	width: 80px;
	height: 80px;
	border: #E5E3E1;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;

}

#modul #modul_ftpgallery #album_index div.thumbnail div.thumb a, #text div.thumbnail div.thumb a:hover {

	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
	background: transparent;
	font-size: 0px;
	line-height: 0px;

}

/* - ALBUM INDEX : TITEL HEADLINE - */

#modul #modul_ftpgallery #album_index span.album_titel {

	font-weight: bold;
	display: block;
	margin: 0px 0px 10px 0px;
	

}

/* - ALBUM INDEX : BESCHREIBUNG - */

#modul #modul_ftpgallery #album_index span.album_beschreibung {

	font-weight: normal;
	display: block;
	margin: 0px;
	

}

/* - ALBUM INDEX : ANZAHL - */

#modul #modul_ftpgallery #album_index span.album_anzahl {

	color: #9F9F9F;
	font-weight: normal;
	display: block;
	margin: 0px;
	

}

/* - ALBUM : LINK ZUR ÜBERSICHT - */

#modul #modul_ftpgallery #album_index a.link_gaub {

	text-decoration: none;

}

#modul #modul_ftpgallery #album_index a:hover.link_gaub {

	text-decoration: underline;

}

/* - ALBUM INDEX : SEITENÜBERSICHT - */

#modul #modul_ftpgallery #album_index div.ftpgallery-seitennavi {

	text-align: right;

}

#modul #modul_ftpgallery #album_index div.ftpgallery-seitennavi a {

	text-decoration: none;

}

#modul #modul_ftpgallery #album_index div.ftpgallery-seitennavi a:hover {

	text-decoration: underline;

}

/* - ALBUM INDEX : HEADLINE 1 (ALBUM TITEL) - */

#modul #modul_ftpgallery #album_index span.headline1 {

	font-weight: bold;

}

/* - ALBUM INDEX : HEADLINE 2 (ANZAHL DER BILDER) - */

#modul #modul_ftpgallery #album_index span.headline2 {

	font-weight: normal;

}