#linkfloater {
	width: 590px;
	height: 60px;

	text-align: right;
	
	position: absolute;
	right: 20px;
	bottom: 50px;

	background: transparent;
	background: url(/style/gfx/hlinie.png) right top no-repeat;
}

#backlink1 {
	width: 590px;
	height: 30px;

	text-align: right;
	padding-right: 20px;
	
	position: absolute;
	right: 20px;
	top: 95px;

	background: transparent;
	background: url(/style/gfx/hlinie.png) right bottom no-repeat;
}

#backlink2 {
	display: inline;
	float: right;	
	margin-top: 10px;
}

#backlink1 a,
#backlink2 a {
	background: transparent;
	background: url(/style/gfx/pfeil-rechts.png) right top no-repeat;

	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

#backlink1 a:active,
#backlink1 a:hover,
#backlink2 a:active,
#backlink2 a:hover {
	text-decoration: underline;
}