#navi{
       
  	position:relative;
  	list-style:none;
  	width:772px;
  	height:426px;
  	border:15px solid white;
  	background:url(anlageimage.jpg);
}


#navi li a{
  	position:absolute;
  	text-indent:-9999px;
  	display:block;
  	text-decoration:none;
  	width:200px;
  	height:290px;
  	background:none;
}


#button1 a{
  	top:75px;
  	left:60px;
  	border:0px solid green;
}
#button2 a{
  	top:50px;
  	left:535px;
  	border:0px solid red;
}
#button3 a{
  	top:40px;
  	left:300px;
  	border:0px solid yellow;
}

#haupt p {
	font-size: 1.2em;
	padding: 0px 0px 0px 40px;
	text-align: center;
	}

#footer {
	clear: both;
	height: 30px;
	padding: 5px;
	background-color: silver;
	text-align: right
;
}