/**
 * Style sheet Fotoalben
 */
/* Kein Album */
.mod_photoalbumslist .empty
{
	font-weight:bold;
	font-size:12px;
}

/* NUR IE6 */
.mod_photoalbumslist, .mod_photoalbumsviewer
{
	width:800px;
}

/* Überschrift */
.mod_photoalbumsviewer .title
{
	margin-top:8px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	color:#909080;
}

/* Navigation */
.mod_photoalbumsviewer ul
{
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type:none;
}

/* Navigation */
.mod_photoalbumsviewer li
{
	display:inline;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

/* Anzeige Seite */
.mod_photoalbumsviewer p
{
	margin:5px 0px;
	text-align:center;
}

/* Beschreibungshintergrund */
.mod_photoalbumsviewer .meta
{
	margin-bottom:10px;
	padding:10px 10px 5px 10px;
	background-color:#e0e0d0;
	border:2px solid #d0d0c0;
}

/* Aufnahmedatum */
.mod_photoalbumsviewer .meta .date
{
	margin-bottom:5px;
	font-weight:bold;
}

/* Ereignis */
.mod_photoalbumsviewer .meta .event
{
	margin-bottom:5px;
}

/* Fotograph */
.mod_photoalbumsviewer .meta .photografer
{
	margin-bottom:5px;
}

/* Aufnahmeort */
.mod_photoalbumsviewer .meta .place
{
	margin-bottom:5px;
	font-size:13px;
}

/* Inhalt */
.mod_photoalbumsviewer .meta .description
{
	margin-bottom:5px;
}
