*{		font-family: 'Roboto', sans-serif;
		color: black;
		text-decoration: none;
		margin: 0;
		padding: 0;}
		
html{	font-size: 1.6vw;}
		
main{	position: absolute; 
		width: 99vw; 
		height: 66vw; 
		font-size: 1rem;}
		
a{			text-decoration: none;
			font-size: inherit;
}							
a:link{		color: inherit;}
a:active{	color: white;}
a:visited{	color: #888;}
a:hover{	color: red;}

img{	width: 100%; 
		height: auto;}
		
#titel{	position: absolute; 
		top: 18%; 
		left: 0;
		right: 0; 
		text-align: center;
		font-size: 6vw;}
		
p{		margin: 0 0 1em 0;}
		
ul{	position: absolute;
	top: 40%;
	left:35%;
}

div{	font-size: inherit;}

#rechts{position: absolute; 
		left: 60%; 
		top:43%; 
		background: transparent; 
		width: 33%; 
		height: 30%;}
		
#links{	position: absolute;
		left: 3%; 
		top:45%; 
		background: transparent; 
		width: 33%; 
		height: 30%;}
		
#links img{ position: absolute;
		width: 85%;
		height: auto;
		left: 40%;
		top: 0.2em;}
		
#audio{ position: absolute; 
		left: 62%; 
		top:63%;
		background: transparent; }