/* Hier werden die allen CSS-Regeln für die Eingangsseite festgelegt */




		body {
			font-family: Verdana, sans-serif;
			font-size: small;
			line-height: 1.5em;
			background-color: rgb(11, 18, 79); 
		  }




		.Inhalt {
			width: 900px;
			padding-top: 5px;
			padding-bottom: 25px;
			margin-right: auto;
			margin-left: auto;
 			background-color: silver; 
		  }




		.Kopfzeileindex {
			color: rgb(158, 6, 27);
			font-family:  serif;
			font-size: 22px;
			font-weight: bold;
			margin-top: 20px;
			text-align: center;
		  }

		.Kopfzeilezwei {
			color: rgb(11, 18, 78);
			font-family: GothicE, serif;
			font-size: 54px;
			font-weight: bold;
			margin-top: 35px;
			margin-bottom: 35px;
			text-align: center;
		  }




	  .Mitte {
			text-align: center;
	  }

