#navi {
	list-style-type: none;
	display:block;
}

#navi a {
	list-style-type: none;
	display:block;

}

#navi li{
	float:left;
}

/*  ---------------------------------------- Buttons ---------------------------------------- */
li#button-home {
	width:89px;
	height:115px;
	background:url(../images/b1b.jpg);
}
li#button-home a {
	width:89px;
	height:115px;
	background:url(../images/b1a.jpg);
}

li#button-uns {
	width:93px;
	height:115px;
	background:url(../images/b2b.jpg);
}
li#button-uns a {
	width:93px;
	height:115px;
	background:url(../images/b2a.jpg);
}

li#button-service {
	width:93px;
	height:115px;
	background:url(../images/b3b.jpg);
}
li#button-service a {
	width:93px;
	height:115px;
	background:url(../images/b3a.jpg);
}

li#button-kopierer {
	width:93px;
	height:115px;
	background:url(../images/b4b.jpg);
}
li#button-kopierer a {
	width:93px;
	height:115px;
	background:url(../images/b4a.jpg);
}

li#button-drucker {
	width:93px;
	height:115px;
	background:url(../images/b5b.jpg);
}
li#button-drucker a {
	width:93px;
	height:115px;
	background:url(../images/b5a.jpg);
}

li#button-fax {
	width:93px;
	height:115px;
	background:url(../images/b6b.jpg);
}
li#button-fax a {
	width:93px;
	height:115px;
	background:url(../images/b6a.jpg);
}

li#button-scan {
	width:93px;
	height:115px;
	background:url(../images/b7b.jpg);
}
li#button-scan a {
	width:93px;
	height:115px;
	background:url(../images/b7a.jpg);
}

li#button-kasse {
	width:93px;
	height:115px;
	background:url(../images/b8b.jpg);
}
li#button-kasse a {
	width:93px;
	height:115px;
	background:url(../images/b8a.jpg);
}

li#button-sonstiges {
	width:94px;
	height:115px;
	background:url(../images/b9b.jpg);
}
li#button-sonstiges a {
	width:94px;
	height:115px;
	background:url(../images/b9a.jpg);
}


Ul#navi li a:hover {
	background:none;
}

