/* album.css:	thumbnail properties
** Version 1.2 2007-06-19
*/
	div#container {text-align: center; }
	.thumbnail { float: left; margin: 5px; padding: 5px; }
	.thumbnail { width:170px; height:170px; }
	.thumbnail img { margin: auto; }
	.clearboth { clear: both; }
	.thumbnail { background-color:#6ad; border: 1px solid #b0d4e7; border-right: 1px solid #1e5676; border-bottom: 1px solid #1e5676; }

/* --- Hilfsmittel --- */
	.hcenter { text-align:center; }

/* --- Fotoschau --- */
/*			thanks to http://css.maxdesign.com.au/listamatic/horizontal27.htm */
#Fotoschau { text-align: center; }
#Fotoschau h3 { display:none; }
#Fotoschau p { padding: 0; }
#Fotoschau ul { text-align: center; padding: 10px 0; margin: 0 auto; height:22px; width:210px; font-family: Arial,Helvetica,sans-serif; line-height: 16px; }
#Fotoschau ul li { display: inline; padding: 0; font-weight: normal; font-size: 0.8125em; }
#Fotoschau ul li a { float:left; display: block; width: 52px; height: 19px; margin:0 6px; padding: 2px 1px 1px 0; background: url(button4.png) 50% 0 no-repeat #ddd; color: #000; text-decoration: none; }
#Fotoschau ul li a:focus { background-position: 50% -66px; padding: 3px 0 0 1px; }
#Fotoschau ul li a:hover { background-position: 50% -22px; padding: 2px 1px 1px 0; }
#Fotoschau ul li a:active { background-position: 50% -44px; padding: 2px 1px 1px 0; }
