
#toTop {
    position: fixed;
    bottom: 54px;
    right: 0px;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	display: table-cell;
	text-align: center;
    vertical-align: middle;
	text-decoration: none;
	background-color: #006E45;
	color: #FFFFFF;
	font-size: 11px !important;
	margin: 5px 5px 5px 5px;
	/* abgerundet */
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	/* abgerundet */
}
#toTop:hover {
	background-color: #006E45;
	color: #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	/* abgerundet */
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	/* abgerundet */
}
#toTopPic {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 5px;
    width: 64px;
    height: 64px;
    background-image: url('../image/up.gif');
    background-repeat: no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
}
#toTopPic:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
}