/*  scroll to top  css  */

#top {display:none;}
#toTop { 
width:100px;
/*background:#ccc;
 if you want to use an image instead of text*/
background:transparent url(http://powerbuilding.eu/media/topGruen.png) no-repeat scroll 0 0; 
border:none;
text-align:center;
padding-bottom:85px;
position:fixed;
bottom:10px;
right:5px;
cursor:pointer;
color:#666;
text-decoration:none; 
}