@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:focus {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration:none;
	color:#000000;
}
#Flash {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-top: 0;
	text-align:center;
}
#FlashDiv {
	text-align:center;
	height:100%;
	width:100%;
}
html {
	overflow:hidden;
	height:100%;
	width:100%;
}
body {
	background: url(http://halfridsiess.at/content/images/background_full.png);
	height:100%;
	width:100%;
	margin:0;
}
#hs {
	font-family:Sylfaen;
	font-size:40px;
	color:#BF1A1A;
}
#info {
	font-family:consolas;
	font-size:14px;
}
#js {
	font-family:consolas;
	font-size:12px;
	font-weight:bold;
}
#footer {
	position:absolute;
	top:95%;
	left:42%;
	font-family:consolas;
	font-size:12px;
}

