input {
	font-size: 30px;
	height: 100px;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 400px;
}

input[type="number"] {
	height: 100px;
	margin: 0 10px 10px 0;
	width: 400px;
	background-color: deepskyblue;
}

input[type="submit"] {
	height: 100px;
	margin: 0 10px 10px 0;
	width: 400px;
}

.ausblenden {
	position: absolute;
	left: -99999px
}

body.true {
	background-color: green;
}

body.false {
	background-color: red;
}

body {
	font-size: 20px;
}

table, td {
	border: 1px solid;
	border-collapse: collapse;
	width: 100%;
}
