/*****************************
 * german headline menu
 *****************************/

.softwarearchitektur {
	display:block;
	width:162px;
	height:39px;
	float:right;
	margin-right: 1px;
	background-image:url(../images/softwarearchitektur-latent.jpg);
}
.softwarearchitektur:hover {
	background-image:url(../images/softwarearchitektur-active.jpg);
}
.refaktorierung {
	display:block;
	width:118px;
	height:39px;
	float:right;
	margin-left: 3px;
	margin-right: 3px;
	background-image:url(../images/refaktorierung-latent.jpg);
}
.refaktorierung:hover {
	background-image:url(../images/refaktorierung-active.jpg);
}
.projekte {
	display:block;
	width:67px;
	height:39px;
	margin-left: 3px;
	float:right;
	background-image:url(../images/projekte-latent.jpg);
}
.projekte:hover {
	background-image:url(../images/projekte-active.jpg);
}

/*****************************
 * german footer elements
 *****************************/

.impressum_pic {
	width:54px;
	background-image:url(../images/impressum-latent.jpg);
}
.impressum_pic:hover {
	background-image:url(../images/impressum-active.jpg);
}

/*** german background images vor nav ***/
.startseite, .philosophie, .expertise, .baumeister, .geschaeftsmodell,
.assoziationen, .kontakt, .softwarearchitektur, .refaktorierung, .projekte,
.produkte
{
	background-position: left center;
	background-repeat: no-repeat;
}

/*** german menu pics ***/

.startseite {
	background-image:url(../images/startseite-latent.jpg);
}
.startseite:hover {
	background-image:url(../images/startseite-active.jpg);
}

.philosophie {
	background-image:url(../images/philosophie-latent.jpg);
}
.philosophie:hover {
	background-image:url(../images/philosophie-active.jpg);
}

.geschaeftsmodell {
	background-image:url(../images/geschaeftsmodell-latent.jpg);
}
.geschaeftsmodell:hover {
	background-image:url(../images/geschaeftsmodell-active.jpg);
}

.assoziationen {
	background-image:url(../images/assoziationen-latent.jpg);
}
.assoziationen:hover {
	background-image:url(../images/assoziationen-active.jpg);
}

.kontakt {
	background-image:url(../images/kontakt-latent.jpg);
}
.kontakt:hover {
	background-image:url(../images/kontakt-active.jpg);
}

.produkte {
	background-image:url(../images/produkte-latent.png);
}
.produkte:hover {
	background-image:url(../images/produkte-active.png);
}
