body {
	background-color: black;
}

a:link {
	font-weight: bold;
	color: #00aae6;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #00aae6;
	text-decoration: none;
}
a:focus {
	font-weight: bold;
	color: #00aae6;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #00aae6;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #00aae6;
	text-decoration: none;
}

p {
	color: #00aae6;
}

div#sun {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/sun.png);
	width: 600px;
	height: 600px;
	display: none;
}

div#logo {
	position: absolute;
	width: 300px;
	height: 92px;
	top: 50%;
	left: 50%;
	margin-top: -46px;
	margin-left: -150px;
	background-image: url(../img/logo.png);
}

div#progressbar {
	position: absolute;
	width: 500px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: 100px;
	margin-left: -250px;
}

div#menu {
	position: absolute;
	width: 500px;
	top: 90%;
	left: 50%;
	margin-left: -250px;
	text-align: center;
}

div#imprint {
	position: absolute;
	width: 500px;
	height: 500px;
	left: 50%;
	margin-top: 50px;
	margin-left: -250px;
	text-align: center;
}