@font-face {
	font-family: typewriterFont;
	src: url(american_typewriter_light.ttf);
}

body {
	background-color: #000;
	background-image: url(bg.png);
	font-family: typewriterFont, sans-serif;
	color: #FFF;
}

div#content {
	width: 980px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	color: #AAA;
	font-size: 1em;
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 50px;
	margin-bottom: 50px;
}

div#datenschutz {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

div#datenschutz h1 {
	text-align: center
}

#header {
	width: 100%
}

#header img {
	width: 100%;
	max-width: 980px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (orientation: portrait) {
	div#footer {
		font-size: 2em;
	}
}

a:link {
    color: #AAA;
}

a:visited {
    color: #AAA;
}

a:hover {
    color: #AAA;
}

a:active {
    color: #AAA;
} 