	
body{
	/* background-color: #ffffff; */
  font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

header {
	text-align: center;
	background-color:#555555;
	color:#ffffff;
	padding: 3px;
}

main {
	text-align: center;
	/* background-color: #ffffff; */
	background-color:#dddddd;
	/* padding: 0px; */
	/* padding-bottom:0px; */
	/* padding-top:0px; */
	/* border:0px; */
	/* border-bottom: 0px; */
  /* margin:0px; */
}

#zeit_id {
	background-color: Coral; 
	/* color:#000000; */
	font-weight:bold;
}

#punkte_id {
	background-color: White;
	/* color: #000000;  */
	font-weight:bold;
}

nav {
	text-align: center;
	background-color:#dddddd;
	padding: 10px;
}

textarea{
	font-family: 'Courier New', Courier, monospace;
	/* font-size: 12pt; ist Standard*/
	width: 440px;
	height: 50px;
}


/* 
0.5em 0.5em
button,select,input{height:25pt;font-size:15pt;}
.container {            keine verbessernde Auswirkung
	display: grid;
	grid-template-rows: 24px 1fr 180px;
}
*/

