html{
	font-family:calibri, arial, sans-serif;
	font-size:120%;
}

body{
	padding:10px;
	background:#e6e6e6;
}

h1{
	font-size:140%;
	margin-top:10px;
	margin-bottom:5px;
}

div.form{
	width:60%;
	border:2px solid gray;
	padding:10px;
}

input[type="submit"]{
	margin:10px 0 15px 0;
	font-size:120%;
	//border:1px solid blue;
	box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.3);
	padding:10px;
	cursor:pointer;
}

input[type="text"], input[type="number"], textarea, .ergebnis{
	width:60%;
	margin:5px 0 10px 0;
	font-size:120%;
	//box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.3);
}
textarea{
	width:80%;
	caret-color: blue; 
	font-family:courier;
	height:200px;
}
.ergebnis{
	background: lightgray;
}

input[type="text"], input[type="number"], .ergebnis{
	height:1.5em;
	//font-size:160%;
	padding:3px 10px 3px 10px;
}

input[type="radio"]{
	font-size:140%;
	margin:5px 5px 5px 5px;
}

textarea{
	padding:10px;
}

.fuss{
	color:gray;
}

.fuss hr{
	height:1px;
	color:silver;
	margin-top:120px;
}

div.kaestchen{
	width:25px;
	height:25px;
}


div.bild{
	margin:25px 0 0 20px;
	//border: solid silver 3px;
	//line-height:0.6em;
}

div.codeundbild{
	display:grid;
	grid-template-columns: 1fr 1fr; 
}

ul.menue li{
	list-style:none;
	margin:6px 0 6px 0;
	padding:8px;
	background-color:lightgray;
	width:60%;
}
ul.menue li a{
	text-decoration:none;
	color:black;
	border-bottom:1px dotted blue;
}