/* CSS für Gallery in Tabellenansicht (c) 2008 / 2009 */

/* showGallery -> Benötigte Definitionen mit Tabelle */
.thumbwrap {
	padding: 0;
	margin: 0 auto;
}
.thumbwrap .col {
	border: 1px solid #999;
	padding: 0px;
	margin: 0;
	width:140px;
	height:140px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
.thumbwrap img {
	border: 0;
}
.thumbwrap .caption {
	background-color:#f0f0f0;
	padding: 0px;
	font-size: 10px;
	line-height: 1.1;
	border-top: 1px solid #ccc;
	
}
/* showAlbum */
div.AlbumHeadline {
	border: 0;
	border-left: 14px solid #cccccc;
	background-color:#efefef;
	color:#3366AA;
	padding:4px;
	padding-left:6px;
	font-weight:bold;
	margin: 0;
	margin-top:10px;
	margin-bottom:10px;
}


div.AlbumHeadlineImage {
	margin-top:-43px;
	margin-left:-5px;
}
/* Klasse für TD (Polaroid) */
.albumthumbnail {
	width:140px;
	height:140px;
	border: 1px solid #cecece;
	padding:4px;
	background-color: #eeeeee;
}
#contentcolumn a.albumlink {
	color: #3366AA;
	font-weight:normal;
	text-decoration: none;
	padding-left:20px;
	background:url(../images/icon_fotogalerie.gif) no-repeat top left;
}
#contentcolumn a.albumlink:hover {
	color: #cc0000;
	font-weight:normal;
	text-decoration: none;
}
