#navcontainer {z-index:3;position:fixed;top:163px;left:0px;margin:0;width: 161px; height:507px;
		text-align: left; 
		border: none; 
		border-bottom: none; 
		margin-bottom: 2em;
		background-image: url(../html/pics/navi_hg.jpg);background-repeat: no-repeat;background-position: 0px 0px;}

#navcontainer ul {margin: 0; padding: 0;	
  list-style-type: none;
  text-indent: 13px;letter-spacing: 0px;
  position: absolute; left: 24px; top: 0px;}
  
#navcontainer li {list-style-image: none;
  margin:0; }

#navcontainer a {display: block;
  width: 138px;height: 26px;
  font: bold 14px/22px Arial, 
  Helvetica, sans-serif;background-color: none; }

#navcontainer li a.hom {background: url(../html/pics/navi/home.jpg)}
#navcontainer li a.tec {background: url(../html/pics/navi/technik.jpg)}
#navcontainer li a.mat {background: url(../html/pics/navi/material.jpg)}
#navcontainer li a.loh {background: url(../html/pics/navi/lohn.jpg)}
#navcontainer li a.unt {background: url(../html/pics/navi/unternehmen.jpg)}
#navcontainer li a.ref {background: url(../html/pics/navi/referenzen.jpg)}
#navcontainer li a.gal {background: url(../html/pics/navi/galerie.jpg)}
#navcontainer li a.kon {background: url(../html/pics/navi/kontakt.jpg)}


#navcontainer  a:link, #navcontainer  a:visited {
/*  background: url(MenueBeispiel.gif); */
  color: #fff;text-decoration: none; 
  margin-bottom: 0px;}

#navcontainer li a:hover {
/*  background: url(MenueBeispiel.gif) */
  /* hier wird das Image verschoben */
background-position:  -138px 0px; 
  color: #ADBDE0;text-decoration: none;}

#home #navcontainer li a.hom, 
#technik #navcontainer li a.tec,
#material #navcontainer li a.mat,
#lohn #navcontainer li a.loh,
#unternehmen #navcontainer li a.unt,
#referenzen #navcontainer li a.ref,
#galerie #navcontainer li a.gal,
#kontakt #navcontainer li a.kon
 {
/*  background: url(MenueBeispiel.gif) */
   /* hier wird das Image verschoben */ 
background-position:  -276px 0px; 
  color: #ADBDE0;text-decoration: none;}

