* {
	margin:0;
	padding:0;
	}
html, body {		
	background-color: #FFFFFF;
	height:100%;
	}
body {
	text-align:center;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #666666;
	}
#distance {
	width: 1px;
	height:50%;
	margin-bottom:-350px; /* halbe Höhe von #stage */
	float:left;
	}	
#stage {
	margin:0 auto;
	text-align:left;
	width: 800px;
	clear:left;
	border: #CCCCCC 1px solid;
	padding: 3px;
	}
#wrap-bottom {
	margin: 10px auto;
	text-align: center;
	width: 800px;
	clear:left;
	border: #CCCCCC 1px solid;
	padding: 3px;
}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #FF0000;
}
a:link, a:visited {
	font-weight: bold;
	color: #999999;
}
a:hover {
	color: #FF0000;
}
td.shop {
	padding: 3px;
}
td.shop:hover {
	background-color: #FBFBFB;
}
