.warning{
	color:red;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	z-index: 105;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align:center;
	height:100%;
	background-color: #FFF;
	}

	
#content {
	margin:0 auto;
	height: 100%;
	}

#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:40px;
	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:20px;
	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;
	}

