/* CSS Document */
/* ... Begin Menu ... */
#menu { margin:0px 0px 0px 490px;}
#menu li{ display:inline; float:left; list-style:none; padding-left:15px; padding-bottom:76px; }
#menu li a { display: block; float:left; margin-top:0px; margin-right:-1px;}

/* ... Über uns ... */
.uns span { display: none; }
.uns:link, .uns:visited { display:block; width:100px; height:28px; background:url(images/uberuns.jpg); background-repeat:no-repeat; }
.uns:hover { background-image:url(images/uberuns1.jpg); background-repeat:no-repeat; }
.uns:active, .uns:focus { background-image:url(images/uberuns1.jpg); background-repeat:no-repeat; }

/* ... Leistungen ... */
.leist span { display: none; }
.leist:link, .leist:visited { display:block; width:100px; height:28px; background:url(images/leist.jpg); background-repeat:no-repeat; }
.leist:hover { background-image:url(images/leist1.jpg); background-repeat:no-repeat; }
.leist:active, .leist:focus { background-image:url(images/leist1.jpg); background-repeat:no-repeat; }

/* ... Referenz ... */
.ref span { display: none; }
.ref:link, .ref:visited { display:block; width:100px; height:28px; background:url(images/ref.jpg); background-repeat:no-repeat; }
.ref:hover { background-image:url(images/ref1.jpg); background-repeat:no-repeat; }
.ref:active, .ref:focus { background-image:url(images/ref1.jpg); background-repeat:no-repeat; }

/* ... Kontakt ... */
.kont span { display: none; }
.kont:link, .kont:visited { display:block; width:100px; height:28px; background:url(images/kontakt.jpg); background-repeat:no-repeat; }
.kont:hover { background-image:url(images/kontakt1.jpg); background-repeat:no-repeat; }
.kont:active, .kont:focus { background-image:url(images/kontakt1.jpg); background-repeat:no-repeat; }


/* ... Impressum ... */
.imp span { display: none; }
.imp:link, .imp:visited { display:block; width:100px; height:28px; background:url(images/imp.jpg); background-repeat:no-repeat; }
.imp:hover { background-image:url(images/imp1.jpg); background-repeat:no-repeat; }
.imp:active, .imp:focus { background-image:url(images/imp1.jpg); background-repeat:no-repeat; }

/* ... End Menu ... */