@font-face { font-family: scharift; src: url(cat.ttf); } 

body { 
	

margin: auto;
padding: 20px;

}

p.headline {
	font-family: scharift; 
	color: red;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

p.box {
	font-family: scharift; 
	color: black;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

div.halb {
	
	
	#float:left; 

}

div.nix {
display: inline-block;
white-space: nowrap;
overflow: hidden;
	
	
}

img.link {

}

a {
text-decoration: none;
}