@charset "utf-8";
/* CSS Document */

#menu ul {
	margin:0px;
	padding:0px;
	float:right; 
    font-size:14px;
	font-weight:bold;
    line-height:normal;

}

/*- Menu Tabs 11--------------------------- */

    #menu li {
    	display:inline;
    	margin:0px;
    	padding:0px;
		text-align:center;
    }
    #menu a {
    	float:left;
    	margin-left:33px;
		margin-top:54px;
    	padding:0 0 0 0px;
    	text-decoration:none;
		color:#707173;
		height:23px;
    }
	
	#menu a:hover {
		color:#b0cc4a;
	}	
	
	#menu span {
		display:none;
	}

#menu .about {
	width: 68px;
	background:url(../img/layout/ueberuns.gif);
}

#menu .about:hover, .aboutactive {
	width: 68px;
	background:url(../img/layout/ueberuns_hover.gif);
}

#menu .leistungen {
	width: 82px;
	background:url(../img/layout/leistungen.gif);
}

#menu .leistungen:hover, .leistungenactive {
	width: 82px;
	background:url(../img/layout/leistungen_hover.gif);
}

#menu .news {
	width: 42px;
	background:url(../img/layout/news.gif);
}

#menu .news:hover, .newsactive {
	width: 42px;
	background:url(../img/layout/news_hover.gif);
}

#menu .presse {
	width: 110px;
	background:url(../img/layout/presse.gif);
}

#menu .presse:hover, .presseactive {
	width: 110px;
	background:url(../img/layout/presse_hover.gif);
}

#menu .jobs {
	width: 38px;
	background:url(../img/layout/jobs.gif);
}

#menu .jobs:hover, .jobsactive {
	width: 38px;
	background:url(../img/layout/jobs_hover.gif);
}

#menu .referenzen {
	width: 87px;
	background:url(../img/layout/referenzen.gif);
}

#menu .referenzen:hover, .referenzenactive {
	width: 87px;
	background:url(../img/layout/referenzen_hover.gif);
}



#menu .partner {
	width: 58px;
	background:url(../img/layout/partner.gif);
}

#menu .partner:hover, .partneractive {
	width: 58px;
	background:url(../img/layout/partner_hover.gif);
}



#menu .kontakt {
	width: 58px;
	background:url(../img/layout/kontakt.gif);
}

#menu .kontakt:hover, .kontaktactive {
	width: 58px;
	background:url(../img/layout/kontakt_hover.gif);
}


