/* CSS Document */

.fotogalerie { }

.fotogalerie a {
	display:block;
	float:left;
	background:url(../img/foto_bgr.png) 0px 0px no-repeat;
	margin:10px;
	text-align:center;
	padding-top:8px;
	width:196px;
	height:146px;
	padding-bottom:21px;
}

a.extended {
	background:url(../img/foto_bgr_text.png) 0px 0px no-repeat;
	padding-bottom:0px;
	height:167px;
	width:196px;
}

.fotogalerie a:link {
	color:#FFFFFF;
	font-size:xx-small;
	text-decoration:none;
	line-height:18px;
}

