#toTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 3px;
    width: 54px;
    height: 54px;
    background-image: url('http://pirgu.ctlk.de/images/icons/top.png');
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:999;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}