.Ueberschrift {
	font-size: 36px;
	font-weight: bold;
	text-align:center;
	font-family: "Monotype Corsiva";
}
.Name {
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	margin-bottom: 10px;
	font-family: "Monotype Corsiva";
}

.flashbanner {					/*Bannerlayer*/
	position:absolute;
	width:900px;
	height:120px;
	z-index:1;
	left: 50%;
	margin-left: -450px;
}
.banner {						/*BannerDIV*/
	position:absolute;
	width:900px;
	height:120px;
	z-index:2;
	left: 50%;
	margin-left: -450px;
}
.Menuelayer {					/*Menülayer*/
	position:absolute;
	width:180px;
	height:450px;
	z-index:3;
	left: 50%;
	margin-left: -450px;
	margin-top: 120px;
}

.Menue {						/*MenüDIV mit Flashfilm menue.swf*/
	position:absolute;
	width:180px;
	height:450px;
	z-index:4;
	left: 50%;
	margin-left: -450px;
	margin-top: 120px;
}

/*Layer mit Erweiterung des Menühintergrunds nach unten
  Ist notwendig wegen Überlappungen mit anderen Layern*/
.Menuebg2 {						
position:absolute;
	width:80px;
	height:92px;
	z-index:3;
	left: 50%;
	margin-left: -450px;
	margin-top: 570px;
	background-image: url(../Menuebg2.jpg);
}
/*Layer mit Erweiterung des Menühintergrunds nach rechts
  Ist notwendig wegen Überlappungen mit anderen Layern*/
.Menuebg3 {
	position:absolute;
	width:70px;
	height:70px;
	z-index:3;
	left: 50%;
	margin-left: -270px;
	margin-top: 120px;
	background-image: url(../Menuebg3.jpg);
}
/*Hauptinhalstfenster. Hier werden die jeweiligen Seiteninhalte eingefügt*/
.registerlayer {
	position:absolute;
	width:340px;
	height:545px;
	z-index:6;
	left: 50%;
	margin-left: -270px;
	margin-top: 120px;
	visibility: visible;
}
.L_Info {
	position:absolute;
	width:380px;
	height:28px;
	z-index:5;
	left: 50%;
	margin-left: 70px;
	margin-top: 350px;
}

.Person {
	position:absolute;
	width:380px;
	height:430px;
	z-index:5;
	left: 50%;
	margin-left: 70px;
	margin-top: 180px;
	visibility: hidden;
}
/*----------------------------------Definitionen für Layout mit Foto oben quer-----------------------------------------*/
.registerlayer_neu {
	position:absolute;
	z-index: 6;
	width:720px;
	height:332px;
	left: 50%;
	margin-top: 120px;
	margin-left: -270px;
	visibility: visible;
}


.Person_neu {
	position:absolute;
	width:720px;
	height:300px;
	z-index:5;
	left: 50%;
	margin-left: -270px;
	margin-top: 500px;
	visibility: hidden;
}



</style>
