@import url(/CSS/navigation_de.css);

li.aboutus {
	height: 30px;
	width: 86px;
	background-position: left top;
	background-image: url(../images/buttons/DE/Ueberuns.png);
	background-repeat: no-repeat;
}
li.aboutus:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.research {
	height: 30px;
	background-image: url(../images/buttons/DE/Forschung.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 84px;
}
li.research:hover {
	background-position: left bottom;
}
li.research:hover > ul#subresearch {
	display: block;
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.showhouse {
	height: 30px;
	background-image: url(../images/buttons/DE/Musterhaus.png);
	background-position: left top;
	width: 110px;
	background-repeat: no-repeat;
}
li.showhouse:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.services {
	width: 78px;
	height: 30px;
	background-image: url(../images/buttons/DE/Leistung.png);
	background-position: left top;
	background-repeat: no-repeat;
}
li.services:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.services:hover > ul#subservice {
	display: block;
	background-position: 0;
}
.contact {
	background-image: url(../images/buttons/DE/Kontakt.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	height: 162px;
	width: 165px;
	z-index: 500;
	cursor: pointer;
}
