* {
	margin: 0;
	padding:0;
}
html {
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	font-family: "Liberation Serif",FreeSerif,Gentium,"Times New Roman";
	font-size: 12pt;
	height: 100%;
}

h1 {
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
	font-size: 64pt;
}

h2, h3, h4 {
	color: #0000FF;
	text-align: center;
}

p.anounce {
	text-align: center;
}

img.present {
	display: block;
	margin: 0 auto 0 auto;
	
}

div.headline {
	display: grid;
	place-items: center; /* zentriert horizontal und vertikal */
	height: 100%;
	margin: 0;
}
	
div.inhalt {
	margin: 0px 0px 0px 0px;
	background-image: url('../images/backgrnd.jpg');
	background-repeat: repeat;
	height: 100%;
}
