@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: normal;
	color: #FFF;
	background-repeat: repeat-y;
	background-color: #100F1F;
}


#cover_foto {
	position: relative;
	z-index: 100;
	max-width: 1940px;
	max-height: 1099px;
}

#cover_foto img {
	height: auto;
	width: 100%;
}

#schrift_sfg{
	position: absolute;
	height: auto;
	width: 40%;
	top: 0px;
	z-index: 110;
	left: 0px;
}

#schrift_sfg_img {
	height: auto;
	width: 40%;
	}


