/* Fancy-Foto Galerie */
td.foto_shadow {
		background: transparent url(http://test02.binaryco.de/site_images/effektschatten.png) left top no-repeat;
		width:     206px;		/* Abmessung des Schatten-Images       */
		height:    137px;		/* Breite x Höhe                       */
}
div.foto_height {
		position:       relative;
		top: 		    20px;	/* Abstand von oben, auf dem Schatten  */
		left: 		    24px;	/* Abstand von links, auf dem Schatten */
		height: 	    93px;	/* Fotohöhe einstellen 				   */
        overflow:	    hidden;
}
table.fotogal {
		margin-top:	    12px;	/* Abstand von oben, gesamte Tabelle   */
        margin-left:	72px;   /* Abstand von links, gesamte Tabelle  */
		border-spacing: 5px;	/* Abstand zwischen den Zellen regeln  */
}
td.fotogal {
        vertical-align: top;
        font:   	  	0% Verdana, arial, helvetica, sans-serif;
}