
h1.header{
	text-shadow: 0px 0px 50px  rgb(255, 0, 0);
	font-size: 60px;
	color: #1e1bf6;
	margin-left: auto;
	margin-right: auto;
}

td.header{
	
	margin-left: auto;
	margin-right: auto;
}
tr.header{
	
	margin-left: auto;
	margin-right: auto;
}
table.header{
	
	margin-left: auto;
	margin-right: auto;
}

.Titel
{
	font-size: 30px;
	font-weight: bold;

	text-align: center;
}

body.GrundGeruest {


	/* background-image: linear-gradient(rgb(236, 215, 215), rgb(76, 76, 76)); */
	background-color: rgb(147, 146, 146);
}



table.GrundGeruest {
	border-spacing: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/* border-spacing: 100px 50px; */
}

tr.GrundGeruest{
	background-color: rgb(238, 19, 19);	
}

td.GrundGeruestLinks{
	/* background-color: rgb(236, 10, 48); */
	width: calc(50% - 1000px);
	/* border: 5px solid; */
}
td.GrundGeruestMitte{
	/* background-color: rgb(205, 238, 16); */
	width: 1000px;
	/* border: 5px solid; */
}
td.GrundGeruestRechts{
	/* background-color: rgb(46, 192, 80); */
	width: calc(50% - 1000px);
	/* border: 5px solid; */
}

table.SubSeite{
	background-image: url("/design/logo.jpg");
	margin-left: auto;
	margin-right: auto;

	width: 1000px;
	/* height: max-content; */
	border-radius: 10px;

	
	margin-top: 10px; 
	 /* margin-bottom: 10px;  */

	 box-shadow: 0px 0px 16px rgba(253, 0, 0, 0.479); 
}

tr.SubSeite{	
	margin-left: auto;
	margin-right: auto;

	
}

td.SubSeite{	
	margin-left: auto;
	margin-right: auto;

	text-align: center;

	
}

/* 
h1 {
	font-family: Times New Roman;
	font-size: 38px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h4 {
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

h6 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}

a1 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #99FF33;
} */
