#NavigationsDiv{
  position:absolute;
  top:20px;
  left:900px;
}

a.BTNlinks{
	display:block;
	width:20px;
	height:20px;
	float:left;
	background: url("pfeil_links.gif") 0 0 no-repeat;
}
a.BTNlinks:hover { 
	background: url("pfeil_links_up.gif") 0 0 no-repeat;
	cursor:pointer;
}
a.BTNrechts{
	display:block;
	width:20px;
	height:20px;
	float:left;
	background: url("pfeil_rechts.gif") 0 0 no-repeat;
}
a.BTNrechts:hover { 
	background: url("pfeil_rechts_up.gif") 0 0 no-repeat;
	cursor:pointer;
}

