#fuss {
  clear:both;
  background-color:rgb(0,70,95);
  /*background-image: url(/pictures/ui/fuss.jpg);*/
  background-image:url(../images/footer.jpg);
  background-repeat:no-repeat;
  width: 950px;
  height: 49px;
  border: 0px solid red;
  position:relative;
  overflow:visible;
}

#bgtoptriangle {
	position:absolute;
	top:-47px;
	left:0px;
	border: 0px solid #fff;
}

#fusslinks {
  /*background-color: rgb(0,70,95);
  background-image: url(/pictures/ui/fuss.jpg);
  orig width: 475
  */
  width:475px;
  height:49px;
  text-align:right;
  display:block;
  float: left;
  
  border: 0px solid red;
}

#fussrechts {
  /*background-color:rgb(0,70,95);*/
  /*background-image:url(/pictures/ui/fuss.jpg);*/
  background-position:right;
  width:475px;
  height:49px;
  text-align:right;
  display:inline;
  float:left;
  border:0px solid lightblue;
}

#fussrechts a {
  position:relative;
  right:0px;
  top: 30px;
  margin-right:5px;
  /*display:block;*/
  /*width:85px;*/
  height: 15px;
  color:rgb(220,230,235);
  font-size:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  /*border: 1px solid red;*/
}