/* Hier werden die CSS-Regeln für die Arbeitsgruppen-Seite festgelegt */

		body {
			font-family: Verdana, sans-serif;
			font-size: small;
			line-height: 1.5em;
			background-color: rgb(11, 18, 79); 

		  }



		h1, h3 {
			color: rgb(11, 18, 79);
			line-height: 1em;
		  }




		.Kopfzeile h1 {
			color: #191970;
			font-family: GothicE, serif;
			font-size: 32px;
			font-weight: bold;
			border-bottom: 3px solid rgb(158, 6, 27);
		  }

		#Ueberrein {
			margin-left: 15px;
		  }

		#Ueberrot {
			color: rgb(158, 6, 27);
		  }






		.Inhalt {
			width: 1000px;
			padding-top: 15px;
			padding-bottom: 5px;
			margin-right: auto;
			margin-left: auto;
 			background-color: silver; 
		  }




		#Kontakttext {
			width: 900px;
			margin-top: 40px;
			margin-left: auto;
			margin-right: auto;
		  }





		.trenner {
			text-align: center;
			margin: 25px;
		  }


		.rahmenhoriz {
			text-align: center;
			margin-bottom: -3px;
		  }





		.Mitgliedtext {
			line-height: 1.2;
			border-color: rgb(11, 18, 79);
			border-width: 1px;
			border-style: ridge;
			background-color: #A9A9A9;
			width: 900px;
			padding-top: 20px;
			padding-bottom:20px;
			margin-right: auto;
			margin-left: auto;

		  }



		.Mitte {
			text-align: center;
		  }




		p.Rollenabstand {
		  margin: 50px;
		  }


		.rahmenhoriz {
			text-align: center;
			margin-bottom: -3px;
		  }



		table {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
		  }


		table.Mitglieder {
			border-collapse: collapse;  
		  } 

		td, th {
			border: 1px solid black;
		  }



		th {
			background-color: #4169E1;
		  }

		th.Neu {
			background-color: #B0C4DE;
		  }

		td {
			background-color: #d2b48c;
		  }

		td.ungerade {
			background-color: #F5DEB3;
		  }

		td.Ereig {
			background-color: #BDB76B;
		  }

		td.HPErweit {
			background-color: #FFEBCD;
		  }


		td.Teilnahm {
			background-color: #F5F5DC;
		  }








		.Linkzurueck {
		 	text-align: center;
			margin-top: 35px;
		  }






		.Fusszeile {
			font-size: 0.8em;
			line-height: normal;
			text-align: center;
			margin-top: 40px;
			clear: right;
		  }




