

/* RESET */
*{margin:0;padding:0;box-sizing: border-box;}
a{text-decoration: none;}
ul{list-style: none;}
/* ALLGEMEIN */
body{
	background-image: url(../media/ebene0.png);

	
	background-repeat: no-repeat;

	
	background-position: 50% 0%;

	background-attachment: fixed;

	
	background-size: cover;

	background-color:  #ffffff;

}





/* MAIN */

p{
	font-size: 50px;
	color: 	#9fb6cd;
	margin: 40px 0 15px;
	text-align: center;
	font-family: avenir;
}



