	
	/*--- // -------------------------------------------------------
		
		@ BGS Frontend 
		@ /css/gallery.css
		@ Style-Sheet für die Bildergalerie
		
		@ 08.04.2008 DK
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* --------------------------------------------------
		Element Definitionen
	-------------------------------------------------- */

	/* in use */
	.gallerylistrow {
		float:left;
		width:100%;
		padding-bottom:10px;
	}
	.gallerytitle {
		font-size:18px;
		padding:4px 0;
		font-weight:normal!important;
	}	
	.gallerytitle a {
		text-decoration:none;
	}
	.gallerykat {
		float:left;
		color:#A0A0A0;
		padding-bottom:2px;
	}	
	.gallerymore {
		float:right;
		padding-bottom:4px;
	}	
	.gallerybacklink {
		padding-top:4px;
	}	
	.gallerydesc {
		float:left;
		width:100%;
		margin:15px 0 10px 0;
	}	
	.gallerylistrowdetail {
		float:left;
		width:100%;
	}
	.greyline {
		border-bottom:1px #eee solid;	
	}
	.greyline_short {
		float:left;
		width:165px;
		margin:10px 0 10px 15px;
		border-bottom:1px #eee solid;	
	}
	
	/* detailansicht gut */
	div#galerie {
		float: left;
	}
	
	a.galleryimage {
		display: block;
		float: left;
		width: 300px;
		height: 66px;
	}

	div#gallery-det a {
		display: block;
		float: left;
		width: 115px;
		height: 115px;
		border: 1px solid #d1d0ce;
		margin: 0 5px 20px 0;
		background: url(../images/layout/gallery-bg.gif) center no-repeat;
	}
	
	div#gallery-det div.thumb {	
		width: 115px;
		height: 115px;
		background-position: center;
		background-repeat: no-repeat;	
	}
	


