




/*
     FILE ARCHIVED ON 22:29:55 Dec 19, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 1:27:48 Feb 3, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

/*
 * 
 * Widget
 * Foto
 * Copyright: Siegfried Mairböck 2009
 * 
 */

.Fotoalbum ul.FotoalbumUL {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 450px;
	background-color: #eee;
	overflow: hidden;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	cursor: pointer;
}
.Fotoalbum ul.FotoalbumUL li {
	display: none;
	position: absolute;
	top: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.Fotoalbum .FotoalbumBild {
	position: absolute;
	top: 0;
	left: 0;
}

.Fotoalbum .FotoalbumTH {
	display: none;
}


.Fotoalbum .FotoalbumBildtext {
	position: absolute;
	top: 450px;
	width: 480px;
	height: 88px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 10px;
	overflow: hidden;
	background-color: #e0e0e0;
}

.Fotoalbum .FotoalbumBU {
	background-color: rgb(221, 238, 221);
}
.Fotoalbum .FotoalbumBUInner {
	padding: 6px 12px;	
	min-height: 1.2em;
	font-weight: bold;
}
span.FotoalbumCopyright {
	font-style: italic;
	color: #444;
	font-weight: normal;
}

.Fotoalbum .FotoalbumBU:after {
	content: url(/web/20131219222955/http://www.siedlerbund.de/sys/lay/widgets/foto/mitte-schatten.jpg);
	display: block;
	overflow: hidden;
	height: 8px;
}





.FotoalbumThumbsOuter {
	position: relative;
	height: 64px;
	overflow: hidden;
	background-color: rgb(221, 238, 221);
	border-top: 1px solid #666;
}

a.FotoalbumVor, a.FotoalbumWeiter {
	position: absolute;
	display: block;
	left: 452px;
	top: 0px;
	width: 28px;
	height: 64px;
	background-image: url(/web/20131219222955/http://www.siedlerbund.de/sys/lay/widgets/foto/fa-weiter2.gif);
	background-position: center;
}
a.FotoalbumVor {
	left: 0px;
	background-image: url(/web/20131219222955/http://www.siedlerbund.de/sys/lay/widgets/foto/fa-vor2.gif);
}

a.FotoalbumVor span, a.FotoalbumWeiter span { display: none; }
a.FotoalbumWeiter:hover { background-image: url(/web/20131219222955/http://www.siedlerbund.de/sys/lay/widgets/foto/fa-weiter-hover.jpg); }
a.FotoalbumVor:hover { background-image: url(/web/20131219222955/http://www.siedlerbund.de/sys/lay/widgets/foto/fa-vor-hover.jpg); }

.FotoalbumThumbs {
	position: absolute;
	left: 28px;
	top: 0px;
	padding-left: 2px;
	width: 424px;
}

.FotoalbumThumbsInner {
	width: 64px; 
	height: 54px; 
	border: 1px solid #fff; 
	background-position: center center; 
	float: left; 
	margin: 4px 2px;
}
.FotoalbumAktuellesBild {
	border: 2px solid #ff7d21;
	margin: 3px 1px;
}


ul.FotoalbumNavigation {
	display: block;
	width: 480px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 2em;
	height: 2em;
	border-top: 1px solid #666;
	background-color: #eee;
	font-weight: bold;
}
ul.FotoalbumNavigation li.FotoalbumTxtVor {
	float: left;
	padding: 0px 0;
	margin: 0;
	width: 140px;
}

ul.FotoalbumNavigation li.FotoalbumTxtBildNr {
	float: left;
	padding: 0px 0;
	margin: 0;
	width: 200px;
	font-weight: bold;
}
ul.FotoalbumNavigation li.FotoalbumTxtWeiter {
	float: left;
	padding: 0px 0;
	margin: 0;
	width: 140px;
}
ul.FotoalbumNavigation a { 
	display: block;
	padding: 0px 0;
}
ul.FotoalbumNavigation a:hover {
	background-color: #ccc;
	text-decoration: none;
}





.Fotothumb {
	width: 220px;
	overflow: hidden;
}

.Fotothumb ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 224px;
}

.Fotothumb ul li {
	display: block;
	float: left;
	width: 52px; height: 52px;
	overflow: hidden;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	background-position: center;
}
