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

body { background: #000; }

a {
	font: .6em Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: underline;
}

#mainBox {
	position:absolute;
	width:1200px;
	height:630px;
	
	top: 400px;
	left: 50%;
	margin: -315px 0 0 -600px;
}

#author {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#anfahrt {
	position: absolute;
	width: 60px;
	height: 16px;
	top: 657px;
	left: 50%;
	margin-left: -115px;
}

a.anfahrt { color: #9a9a9a; text-decoration: none;}

a.anfahrt:hover { color: #fff; }

