body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #613D65;
	font-style: italic;
	margin-bottom: -5px;
}

a:link {
	color:#613D65;
	text-decoration: underline;
}

#sitecontainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 520px;
	height: 460px;
	margin-left: -260px;
	margin-top: -230px;
}

#comingsoon {
	position: absolute;
	display:block;
	left: 101px;
	top: 195px;
	width: 350px;
}

#regensburg {
	position: absolute;
	display:block;
	left: 280px;
	top: 270px;
	width: 220px;
}

#munich {
	position: absolute;
	display:none;
	left: 60px;
	top: 270px;
	width: 220px;
}

#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	height:550;
	width: 800px;
	margin-left:-400px;
	margin-top: -300px;
}
