@font-face {
    font-family: 'metalregular';
    src: url('fonts/metal-webfont.woff2') format('woff2'),
         url('fonts/metal-webfont.woff') format('woff'),
         url('fonts/metal-webfont.ttf') format('truetype'),
         url('fonts/metal-webfont.svg#metalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {  
	font-family: 'viliarisregular';
    src: url('fonts/viliaris-regular-webfont.woff2') format('woff2'),
         url('fonts/viliaris-regular-webfont.woff') format('woff'),
         url('fonts/viliaris-regular-webfont.ttf') format('truetype'),
         url('fonts/viliaris-regular-webfont.svg#viliarisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1
{ 
font-family: 'WebFont', viliarisregular; 
font-size: 80pt;
}

h2
{ 
font-family: 'WebFont', metalregular; 
font-size: 60pt;
}

#headline
{
	position: absolute;
	position: fixed;
	height: 192px;
	top: 0px;
	left: 50%;
	z-index: 1000;
	margin: auto;
	margin-left: -550px;
}

#headline2
{
	position: absolute;
	position: fixed;
	height: 10px;
	top: 60px;
	left: 50%;
	z-index: 1000;
	margin: auto;
	margin-left: -350px;
	text-align:center;
}

#headline3
{
	position: absolute;
	position: fixed;
	height: 192px;
	top: 0px;
	left: 50%;
	z-index: 1000;
	margin: auto;
	margin-left: 260px;
}

#headline4
{
	position: absolute;
	position: fixed;
	height: 100px;
	top: 25px;
	left: 50%;
	z-index: 1000;
	margin: auto;
	margin-left: -270px;
	text-align:center;
}

#navigation
{
	position: fixed;
	top: 190px;
	margin: 0 auto;
	z-index: 1000;
	left: 50%;
	margin-left: -550px;
	}

#startbild
{
	position: absolute;
	height: 100px;
	top: 300px;
	left: 50%;
	z-index: 1000;
	margin: auto;
	margin-left: -270px;
	text-align:center;
	}
	
#content {
    position: absolute;
    top: 140px;
    margin: 0 auto;
    left: 50%;
    margin-left: -550px;
	}
	
body {
	width: 1100px;
	margin: 0 auto;
	background-color: rgb(255,255,200);
	padding: 0px;
	}

#bild {
    position: absolute;
    top: 550px;
    margin: 0 auto;
    left: 50%;
    margin-left: -180px;