@media screen {
	body {
		background-color: transparent;
		background-image: url(./res/schwung.png);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: right top;
		background-size: cover;
		overflow: hidden; 
	}
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0; 
	color: #dd4320;
	font-size: 200%;
	line-height: 3em;    
	text-align: right;
}
img {  
	height: 100%;
}