/*

 MODUL [cms2day] 
 Letztes Update siehe Datei 'VERSION.txt'
 
 Autor: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2013

 ---
 
 FRONTEND CSS LEVEL:

 div#modul {...} 
 div#modul div#modul_fotoalbum {...} 
 
 div#modul div#modul_fotoalbum div.margin-right {...}
 
 div#modul div#modul_fotoalbum div.galerieHeader {...}
 div#modul div#modul_fotoalbum div.galerieHeader h1 {...}
 div#modul div#modul_fotoalbum div.galerieHeader p {...}
 div#modul div#modul_fotoalbum div.galerieWhile {...}
 div#modul div#modul_fotoalbum div.galerieWhile div.name {...}
 div#modul div#modul_fotoalbum div.galerieWhile div.name a {...}
 div#modul div#modul_fotoalbum div.galerieWhile div.beschreibung {...} 
 div#modul div#modul_fotoalbum div.galerieFooter {...}

 div#modul div#modul_fotoalbum div.albumHeader {...}
 div#modul div#modul_fotoalbum div.albumHeader h1 {...}
 div#modul div#modul_fotoalbum div.albumHeader div.beschreibung {...} 

 div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail {...}
 div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image {...}
 div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image a {...}
 div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image a span {...}
 div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image a span span {...}

 div#modul div#modul_fotoalbum div.fotoThumbnail div.titel {...}
 div#modul div#modul_fotoalbum div.fotoThumbnail div.anzahl {...}

 div#modul div#modul_fotoalbum div.albumFooter {...}
 div#modul div#modul_fotoalbum div.albumFooter a {...}
 
 div#modul div#modul_fotoalbum div.fotosHeader {...}
 div#modul div#modul_fotoalbum div.fotosHeader h1 {...}
 div#modul div#modul_fotoalbum div.fotosHeader p {...}

 div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail {...}
 div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image {...}
 div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image a {...}
 div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image a span {...}
 div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image a span span {...}

 div#modul div#modul_fotoalbum div.fotosFooter {...}
 div#modul div#modul_fotoalbum div.fotosFooter a {...}
 
 div#modul div#modul_fotoalbum div.clean {...}
 
 div#modul div#modul_fotoalbum {...}
 div#modul div#modul_fotoalbum div.getPageNavigation a {...}
 div#modul div#modul_fotoalbum div.getPageNavigation a.aktiv {...}
 div#modul div#modul_fotoalbum div.getPageNavigation a span {...}

*/

/* - FRONTEND -> MARGIN RIGHT @ FLOAT - */

div#modul div#modul_fotoalbum div.margin-right {
	
	margin-right: 30px !important;
	
}

/* - FRONTEND -> GALERIE - */

div#modul div#modul_fotoalbum div.galleryHeader {
	
	display: block;
	color: #b3b3b3;

}

div#modul div#modul_fotoalbum div.galleryWhile div.name {

	padding: 0px;

}

div#modul div#modul_fotoalbum div.galleryWhile div.beschreibung {

	border: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #b3b3b3 !important;

}

/* - FRONTEND -> ALBEN - */

div#modul div#modul_fotoalbum div.albumHeader {
	
	display: block;
	color: #b3b3b3;

}

div#modul div#modul_fotoalbum div.albumHeader div.beschreibung {
	
	margin: 0px 0px 15px 0px !important;

}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail {
	
	background: #fff url('../include/frontend/images/loading.gif') center no-repeat;
	padding: 0px;
	border: none;
	margin: 0px 0px 30px 0px;
	float: left;
	
}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image a {
	
	width: 270px;
	height: 152px;
	overflow: hidden;
	display: block;
	position: relative;
	
}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image a img {
	
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image a span {

	width: 270px;
	height: 152px;
	display: block;
	background: url('../include/frontend/images/overlay.png');
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;

}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.image a span span {

	width: 270px;
	height: 152px;
	background: url('../include/frontend/images/more.png') center no-repeat;
	text-indent: -9999px;
	display: block;

}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.titel {

	padding: 10px 0px 0px 0px;

}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.titel a {

	font-weight: bold;
	color: #444 !important;
	text-decoration: none !important;

}

div#modul div#modul_fotoalbum div.albumWhile div.fotoThumbnail div.anzahl {

	border-top: 1px solid #ddd;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	color: #b3b3b3 !important;

}

div#modul div#modul_fotoalbum div.albumFooter div.getPageNavigation {

	margin: 0px 0px 20px 0px !important;

}

/* - FRONTEND -> FOTOS - */

div#modul div#modul_fotoalbum div.fotosHeader {
	
	display: block;
	color: #b3b3b3;

}

div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail {
	
	background: #fff url('../include/frontend/images/loading.gif') center no-repeat;
	padding: 0px;
	border: none;
	margin: 0px 0px 30px 0px;
	float: left;
	
}

div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image a {
	
	width: 270px;
	height: 152px;
	overflow: hidden;
	display: block;
	position: relative;
	
}

div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image a img {
	
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
}

div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image a span {

	width: 270px;
	height: 152px;
	display: block;
	background: url('../include/frontend/images/overlay.png');
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;

}

div#modul div#modul_fotoalbum div.fotosWhile div.fotoThumbnail div.image a span span {

	width: 270px;
	height: 152px;
	background: url('../include/frontend/images/more.png') center no-repeat;
	text-indent: -9999px;
	display: block;

}

div#modul div#modul_fotoalbum div.fotosFooter div.getPageNavigation {

	margin: 0px 0px 20px 0px !important;

}

/* FRONTEND -> CLEANER */

div#modul #modul_fotoalbum div.clean {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}