/* CSS of jQback2top Plugin by wasp / stefanbe */ 
#jqback2top {
    position: fixed;
    display: block;
    right: 0.02em;
	/* right: 0.25em  FOR IE ...  */
    bottom: 2.0em;
    width:100px;
	height:30px;
	color: #ffffff;
    /*background-color: #BB262A;*/
    /*padding: 5px 6px;*/
    font-size: 1.6em;
    z-index: 6666666666;
	/*box-shadow: 3px 3px 2px #333333;*/
	/*transition: all 0.44s linear 0.22s;*/
	text-decoration: none;

    outline: none;
    outline-offset: 0;
	
}

#jqback2top:hover { 
    color: #999999;
	font-size:1.6em;
    /*background-color: #ffffff;*/
    /*padding: 10px 22px;*/
	/*transition: all 0.22s linear 0.11s;*/
	/*box-shadow: 3px 3px 2px #000000;*/
	text-decoration: none;
	/*ease-in-out vs linear */
}

jqback2top a:link { 
    text-decoration: none;
}

jqback2top a:visited { 
    text-decoration: none;
}

jqback2top a:hover { 
    text-decoration: none;
}

jqback2top a:active { 
    text-decoration: none;
}

jqback2top a:focus { 
    text-decoration: none;
}
