@charset "UTF-8";

#linkHome {
	position: absolute;
	top: 22px;
	left: 366px;
	width: 49px;
	height: 17px;
	background: url(../img/link-home.png);
	background-repeat: no-repeat;
}

#linkHome:hover {
	background: url(../img/link-home-hover.png);
	background-repeat: no-repeat; 
}

#linkUeberuns {
	position: absolute;
	top: 22px;
	left: 430px;
	width: 71px;
	height: 17px;
	background: url(../img/link-ueberuns.png);
	background-repeat: no-repeat;
}

#linkUeberuns:hover {
	background: url(../img/link-ueberuns-hover.png);
	background-repeat: no-repeat;
}

#linkRechtsanwaelte {
	position: absolute;
	top: 22px;
	left: 516px;
	width: 117px;
	height: 17px;
	background: url(../img/link-rechtsanwaelte.png);
	background-repeat: no-repeat;
	
}

#linkRechtsanwaelte:hover {
	background: url(../img/link-rechtsanwaelte-hover.png);
	background-repeat: no-repeat;
}

#linkTeam {
	position: absolute;
	top: 22px;
	left: 648px;
	width: 46px;
	height: 17px;
	background: url(../img/link-team.png);
	background-repeat: no-repeat;
}

#linkTeam:hover {
	background: url(../img/link-team-hover.png);
	background-repeat: no-repeat;
}

#linkKontakt {
	position: absolute;
	top: 22px;
	left: 709px;
	width: 65px;
	height: 17px;
	background: url(../img/link-kontakt.png);
	background-repeat: no-repeat;
}

#linkKontakt:hover {
	background: url(../img/link-kontakt-hover.png);
	background-repeat: no-repeat;
}

