.bildmenue a {
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.bildmenue a:hover {
	color: #FF0000;
}
a#startseite {

	background-image: url(img-des/startseite-sw.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 150px;
	display: block;
	padding-bottom: 70px;
	background-position: right bottom;
}
a#startseite:hover {

	background-image: url(img-des/startseite-farbe.jpg);
	background-repeat: no-repeat;
	
}

a#umbau	 {

	background-image: url(img-des/Umbau-sw.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 150px;
	display: block;
	padding-bottom: 70px;
	background-position: right bottom;
}
a#umbau:hover {

	background-image: url(img-des/Umbau-farbe.jpg);
	background-repeat: no-repeat;
	
}

a#eigenheim	 {

	background-image: url(img-des/das-andere-Eigenheim-sw.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 150px;
	display: block;
	padding-bottom: 70px;
	background-position: right bottom;
}
a#eigenheim:hover {

	background-image: url(img-des/das-andere-Eigenheim-farbe.jpg);
	background-repeat: no-repeat;
	
}

a#ambiente{

	background-image: url(img-des/Ambiente-sw.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 150px;
	display: block;
	padding-bottom: 70px;
	background-position: right bottom;
}
a#ambiente:hover {

	background-image: url(img-des/Ambiente-farbe.jpg);
	background-repeat: no-repeat;
	
}
.bildmenue a {
	display: block;
}

