#gototop {
   position:fixed;
   z-index:5000;
   bottom:20px;
   right:40px;
   background:url("http://www.vision-work.de/wp-content/stt-images/dwieeb_arrow_darker.png") no-repeat top left;
   text-indent:-9999em;
   width:30px;
   height:30px;
      display:none;
   }
#gototop:hover,
#gototop:active,
#gototop:focus {
   outline:0;
}
