@font-face {
	font-family: 'FixedsysExcelsior302Regular';
	src: url('fonts/fsex302-webfont.eot');
	src: url('fonts/fsex302-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fsex302-webfont.woff') format('woff'),
		url('fonts/fsex302-webfont.ttf') format('truetype'),
		url('fonts/fsex302-webfont.svg#FixedsysExcelsior302Regular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
	color: white;
	background-color: #424242;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0;
}

#content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #E0E0E0;
	text-decoration: none;
	border-bottom: 1px dotted #FFD480;
}

a:hover {
	color: #E0E0E0;
	text-decoration: none;
	border-bottom: 1px solid #FFD480;
}

.excelsior { /* Hier anderen Font nutzen ;) */
	font-family: /*"Fixedsys Excelsior 3.01", "Fixedsys Excelsior 3.02", */"FixedsysExcelsior302Regular";
	font-size: 16px;
}
