/*====================================================================
    POOL Kram
======================================================================*/
/*-- to-top --*/
#toTop
{
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	/* */
	border: 12px #FF40FF none;
	text-indent: 100%;
	background-image: url(../images/page_up.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/