body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align:center;
	}

div {
	overflow:hidden;
	text-align:center;
	}
	
#content {
	margin:0 auto;
	}

#names {
	margin-top:36px;
	}
	
#names h1 {
	font-size:1.5em;
	color:#666666;
	font-weight:normal;
	}

#subtitle {
	font-size:1.2em;
	color:#666666;
	}
	
#cities {
	margin-top:50px;
	font-size:1.2em;
	}
	
#flash {
	width:800px;
	height:450px;
	margin:40px auto 0 auto;
	}
	
#imprint {
	width:450px;
	margin:200px auto 0 auto;
	text-align:left;
	}	
	
#address {
	margin-top:30px;
	font-size:1em;
	}
	
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#666666;
	}
	
a:hover {
	text-decoration:none;
	color:red;
	}
	
.current, .current a, .current a:link, .current	a:active, .current a:hover, .current a:visited {
	color:red;
	}