	
body{
	/* background-color: #ffffff; */
  font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

header {
	text-align: center;
	background-color:#555555;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	/* line-height: 16px; */
	/* padding: 15px; */
	/* padding-top: 10px; */

}

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; */
}

#experimente_id {
	width: 85px;
}

#objektfarbe_id {
	padding: 2px;
	/* padding-bottom: 0px; */
	width: 40px;
	height: 20px;
}

#modus_id {
	width: 65px;
}

#einstellen_id {
	width: 40px;
}

#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;
}


