/* CSS-file for the image-gallery of helfen-nicht-vergessen.de */

/* for testing proposes only, to be itegrated ito the main stykesheet */
	/* the Image-table */
	table#tx-lzgallery-pi1-fotos, table.hnv_tx-lzgallery_listing {
		margin-left:0; /* align to the left side*/
		margin-top: 10px;
		table-layout:auto;
	}
	table#tx-lzgallery-pi1-fotos td, td.hnv_tx-lzgallery_listitem-previewimg, td.hnv_tx-lzgallery_listitem-descr, td.hnv_tx-lzgallery_listitem-startdate {
		padding: 10px; /* generate a little visual-space between the cells */
		background-color: #FBEA81;
		vertical-align:top;
	}
	td.hnv_tx-gallery_listseperator {
		font-size:1%;
		height:0px;
		padding:0;
	}
	#areaContentMain td.hnv_tx-lzgallery_listitem-descr p, #areaContentMain td.hnv_tx-lzgallery_listitem-startdate p {
		font-size: 80%;
		margin-bottom:5px;
	}
	#areaContentMain td.hnv_tx-lzgallery_listitem-descr h3 {
		margin-top: 0px;
		margin-bottom: 10px;
		line-height:100%;
	}
	.hnv_tx-lzgallery_pagination {
		/*width:645px;*/
		font-size:80%;
		text-align:center;
		margin-top: 10px;
		padding: 4px;
		border: 1px solid #663300;
	}
	.hnv_tx-lzgallery_pagination a {
	font-weight:normal;
	padding-left:4px;
	padding-right:4px;
		/* don't know what*/
	}

