#links-gotoplink {
	color: #999;
	z-index: 999;
	text-decoration: none;
	padding: 8px 12px;
	display: block;
	background-color: #000;
	position: fixed;
	left: 30%;
	bottom: 3%;
}

/* Make menu absolute, not fixed, on IE 5 & 6 */
#links-gotoplink { position: absolute }
*>#links-gotoplink { position: fixed }

#links-gotoplink:hover {
	color: #e5e5e5;
	text-decoration: none;
	background-color: #333333;
}

/* ----- GO TOP LINK ----- */
#links-gotoplink {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}

/* Set font style for heading */
#links-gotoplink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}



#rechts-gotoplink {
	color: #999;
	z-index: 999;
	text-decoration: none;
	padding: 8px 12px;
	display: block;
	background-color: #000;
	position: fixed;
	right: 30%;
	bottom: 3%;
}

/* Make menu absolute, not fixed, on IE 5 & 6 */
#rechts-gotoplink { position: absolute }
*>#rechts-gotoplink { position: fixed }

#rechts-gotoplink:hover {
	color: #e5e5e5;
	text-decoration: none;
	background-color: #333333;
}

/* ----- GO TOP LINK ----- */
#rechts-gotoplink {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}

/* Set font style for heading */
#rechts-gotoplink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

