  body 
	{ 
		font-family: "Arial"; 
		line-height: 1.2;

    background: url(/images/high_Quali_BG.jpg) no-repeat center center fixed; 
    background-size: cover;
	}
  
  #NoBrack
  {
    white-space: nowrap;
  }
  
  
  /* Fußzeile */
	
	#Footer 
	{ 
		position:fixed;
		bottom:0px;
		left:0px;
		width:100%;
		padding:1px;
		font-size:100%;
		text-align:right;
		color: #f7f7f7;
		background: url(/images/overlay.png);
	}
	
	#Footer span 
	{ 
		padding: 0px 10px 0px 10px;
	}
	
	#Footer a 
	{ 
		color: #f7f7f7;
		text-decoration:none;
	}