#Intro {
	position:relative;
	left:auto;
	top:10px;
	width:600px;
	height:400px;
	z-index:1;
	margin-right: auto;
	right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#Navigation {
	position:absolute;
	left:0px;
	top:500px;
	width:600px;
	height:100px;
	z-index:2;
}
#Adresse {
	position:absolute;
	left:125px;
	top:400px;
	width:370px;
	height:60px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: center;
}
#Kalender {
	position:absolute;
	left:600px;
	top:350px;
	width:300px;
	height:200px;
	z-index:2;
}
#Kalendertext {
	position:absolute;
	left:610px;
	top:360px;
	width:280px;
	height:40px;
	z-index:2;
}
.Normaltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.Normalfett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.Normalfett_rot_kursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	font-style: italic;
}

