@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	margin:0;
	padding:0;
	font: .8em/1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
	font: arial;
	color: #fff;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#mainBox {
	position:absolute;
	width: 225px;
	height: 280px;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -112px;
	color: #fff;	
}

h1 {
	font: bold .9em/.5em arial;
	margin-top: 250px;
	color: #444;
}

p.hinweis {
	font-size: .85em;
	color: #444;
}

