body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align: left;
	background:#fff000;
	margin: 0;
	/* CSS   was hier dazwischen steht ist auskommentiert	*/
}
a {
	color:#d06060; 
	text-decoration:none; 
}	
a:hover {
	text-decoration:underline;
}
#divFullscreen{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1000;
	display: show;
	background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width : 960px){
body {
	font-size:18px;
	text-align: left;
	background:#fff;
	margin: 30px;
}
#divFullscreen{
	display: none;
}
}
