.container {
	display:grid;
	grid-template-rows:20px 530px 20px;  /*Höhen der Zeilen, 1., 2., 3.*/
	grid-template-columns: 170px 580px;  /*Breite der Spalten */
	
	width: 750px;
	border: 0px solid yellow;   
	margin-bottom: 0;
	margin-left: auto;   /*zentrieren */
	margin-right: auto;  /*zentrieren */
	margin-top: 3px;
	text-align: left;
}
header {
	grid-column-start:1; /*Ränder angeben, 2 spalten = 3 Ränder*/
	grid-column-end:3; 
	grid-row-start:1; 
	grid-row-end:2;
	background-image:url("images/gold3.jpg");
	background-repeat: repeat;
	background-size: cover;
	padding-left:4px;padding-right:4px;
	height:auto;
}	
navi {
	grid-column-start:1; 
	grid-column-end:2; 
	grid-row-start:2; 
	grid-row-end:3; 
	padding: 8px;
	background-color: sienna;
	
	display: flex;
    flex-direction: column;
}
.bottom-div {
            margin-top: auto;
        }	
tabelle-unten {
  position: absolute;
  bottom: 0;                    /* An den unteren Rand heften */
  left: 0;                      /* Optional: links ausrichten */
  width: 100%;                  /* Optional: volle Breite */
}
inhalt {
	grid-column-start:2; 
	grid-column-end:3; 
	grid-row-start:2; 
	grid-row-end:3;
	background-image: url(backgrounds/grainy.jpg);
}
footer {
	grid-column-start:1; 
	grid-column-end:3; 
	grid-row-start:3; 
	grid-row-end:4;
	background-image:url("images/gold3.jpg");
	background-repeat: repeat;
	background-size: cover;
	padding-left:4px;padding-right:4px;
	text-align:middle;
	height:auto;
}

 h1 {
	color: blue;
	font-size: 22px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
 }

   h2 {
	color: black;
	font-size: 18px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top:0px;
 }

 h3 {
	color: black;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
 }
hm1 {
	color: white;
	font-size: 20px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight : bold;
	margin-top:0px;
	margin-bottom:0px;
 }
hm2 {
	color: white;
	font-size: 16px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
 }
hm3 {
	color: white;
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
 }
hm4 {
	color: white;
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
 }
 p {
	color: black;
	font-size: 14px;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
 }
 p2 {
	color: black;
	font-size: 12px;
	font-family: arial;
	font-style: normal;
 }
 text12 {
	color: black;
	font-size: 12px;
	font-family: arial;
	font-style: normal;
 }
 text14 {
	color: black;
	font-size: 14px;
	font-family: arial;
	font-style: normal;
 }
text16 {
	color: black;
	font-size: 16px;
	font-family: arial;
	font-style: normal;
 }
 body {
	 margin:0;
	 padding:0;
	/*background-image: url(back.gif);       */
	/*text-align: center;*/
}
/*td {
	border-color: lightgray;
	
}      */
th {
	margin-top:0px;
	margin-bottom:0px;
}
a.menu { color:white; font-family:arial; font-size:16px; text-decoration: none}
a:link.menu { color:white; font-size:16px}
a:visited.menu { color:white; font-size:16px}
a:hover.menu {color:blue; font-size: 18px}
a:active.menu { color:white; font-size:16px}

a.footer { color:white; font-family:arial; font-size:14px; text-decoration: none;margin-left:2px;margin-right:2px;}
a:link.footer { color:white; font-size:14px}
a:visited.footer { color:white; font-size:14px}
a:hover.footer {color:blue; font-size:14px}
a:active.footer { color:white; font-size:14px}

	
a.text { color:black; font-family:arial; font-size:16px}
a:link.text { color:black;}
a:visited.text { color:black}
a:hover.text {color:blue}
a:active.text { color:black}

div.clear {
clear: both;
height: 0;
font-size: 0;
margin: 0;
padding: 0;
}	
body {	/*background-color:burlywood;*/
	background-image: url("backgrounds/sterne3.webp");  /*backgrounds/paper-yellow.gif; backgrounds/wasser/wasser7.jpg  */
  	/*background-repeat: repeat;*/
	display: flex;
	flex-direction: column;
	}
#lisa-results {
  text-align: left;  /* Ergebnisse links ausrichten */
  margin: 0;         /* Keine zusätzliche Margin */
  /*display: block;     Sicherstellen, dass der Container block-level ist */
} 
 