

/* Galerie */

.GalleryTable
{
	width: 100%;
	margin-top:15px;
	/*border:1px dotted black;*/
	
	
}

.GalleryTable a img {
border: 1px solid #E42009;
margin:0;
padding:2px;
text-decoration:none;
}

.GalleryTable tbody tr th
{
	background-color: #ebf7ff;
	padding-right:10px;
	font-weight:normal;
	padding-left:10px;
	font-size: 8pt;
	
}

.GalleryTable tbody tr td
{
	padding: 5px;
	vertical-align: top;
	
	
	
}

.GalleryTable h1,
.GalleryTable h1 a
{
	Color: #e42009;
	font-weight:bold;
	border:0px
	
}


