@charset "utf-8";
/* CSS Document */

#legendeBox{
	position:relative;
	width:870px;
	height:31px;
}
*+html #legendeBoxhome{
	position:relative;
	width:870px;
	height:31px;
}

#legendeHintergrund{
	position:absolute;
	width: 870px;
	height:30px;
	background-image:url(HintergrundFussleiste-logo.jpg);
}

*+html #legendeHintergrund{
	position:absolute;
	width: 870px;
	height:40px;
	background-image:url(HintergrundFussleiste-mit-grau-logo.jpg);
        top:-530px;
}

#legendeText{
	margin-top:5px;
	float:right;
	font-size: 12px;
	color:#980c2f;
}

*+html #legendeText{
	margin-top:17px;
	float:right;
	font-size: 12px;
	color:#980c2f;
}

#legendeText a {
	color:#980c2f;
	font-weight:bold;
}
