table {
	border: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 500px;
	margin-top: -250px;
	margin-left: -450px;
} 

.tdwhite1 {
	height: 30% ;
}

.tdwhite2 {
	height: 25%;
	width: 45%;
}

.tdwhite3 {
	height: 15%;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.ffg img {
	border-width: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 132px;
}

a#ffg1 img {
	background-image: url(ffg_haus_ent.png);
}

a#ffg1:hover img {
	background-image: url(ffg_haus_ent_filled.png);
}

a.fff img {
	border-width: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 132px;
}

a#fff1 img {
	background-image: url(fff_haus_ent.png);
}

a#fff1:hover img {
	background-image: url(fff_haus_ent_filled.png);
} 

.shadow {
-moz-box-shadow: 7px 7px 5px #888;
-webkit-box-shadow: 7px 7px 5px #888;
box-shadow: 7px 7px 5px #888;
}