/*
Stylesheet für Menüelemente
*/

.menu_alt {	visibility:hidden; }

#menu { height:20px; margin:0px; padding:0px; background:#FFF; }

#menu ul { height:100%; margin:0px 25px 0px 0px; padding:0px; list-style-type:none; clear:both; }
#menu ul li { height:100%; margin:0px 7px; padding:0px; float:right; text-align:center; }
#menu ul li a { height:100%; display:block; text-decoration:none; }

#menu #mi_was-bieten-wir { background:url('../img/menu/Was-bieten-wir.jpg') no-repeat; width:93px; }
#menu #mi_was-bieten-wir.active { background:url('../img/menu/Was-bieten-wir.jpg') 0px -20px no-repeat; }
#menu #mi_was-bieten-wir:hover { background:url('../img/menu/Was-bieten-wir.jpg') 0px -40px no-repeat; }
#menu #mi_angebote-neubauplanungen { background:url('../img/menu/Neuplanungen.jpg') no-repeat; width:162px; }
#menu #mi_angebote-neubauplanungen.active { background:url('../img/menu/Neuplanungen.jpg') 0px -20px no-repeat; }
#menu #mi_angebote-neubauplanungen:hover { background:url('../img/menu/Neuplanungen.jpg') 0px -40px no-repeat; }
#menu #mi_angebote-bestandsobjekte { background:url('../img/menu/Bestandsobjekte.jpg') no-repeat; width:152px; }
#menu #mi_angebote-bestandsobjekte.active { background:url('../img/menu/Bestandsobjekte.jpg') 0px -20px no-repeat; }
#menu #mi_angebote-bestandsobjekte:hover { background:url('../img/menu/Bestandsobjekte.jpg') 0px -40px no-repeat; }
#menu #mi_referenzobjekte { background:url('../img/menu/Referenzobjekte.jpg') no-repeat; width:91px; }
#menu #mi_referenzobjekte.active { background:url('../img/menu/Referenzobjekte.jpg') 0px -20px no-repeat; }
#menu #mi_referenzobjekte:hover { background:url('../img/menu/Referenzobjekte.jpg') 0px -40px no-repeat; }
#menu #mi_entwuerfe { background:url('../img/menu/Entwuerfe.jpg') no-repeat; width:51px; }
#menu #mi_entwuerfe.active { background:url('../img/menu/Entwuerfe.jpg') 0px -20px no-repeat; }
#menu #mi_entwuerfe:hover { background:url('../img/menu/Entwuerfe.jpg') 0px -40px no-repeat; }
#menu #mi_kontakt { background:url('../img/menu/Kontakt.jpg') no-repeat; width:43px; }
#menu #mi_kontakt.active { background:url('../img/menu/Kontakt.jpg') 0px -20px no-repeat; }
#menu #mi_kontakt:hover { background:url('../img/menu/Kontakt.jpg') 0px -40px no-repeat; }
#menu #mi_impressum { background:url('../img/menu/Impressum.jpg') no-repeat; width:61px; }
#menu #mi_impressum.active { background:url('../img/menu/Impressum.jpg') 0px -20px no-repeat; }
#menu #mi_impressum:hover { background:url('../img/menu/Impressum.jpg') 0px -40px no-repeat; }


