body {
	background: #FFFFCC;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
td {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
a {
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10pt;
}
.klein {
	font-family: Verdana;
	font-size: 8pt;
}

a:link		{ color: #006600; }
a:visited	{ color: #003300; }
a:hover		{ color: #FF0000; }
a:active	{ color: #FF0000; }

a.logout {
	float	: right;
	color	: red;
}

@media only screen and (max-width: 1024px) {
	#login #out  {
		height: 500px;
		display: flex;
		align-items: end;
		justify-content: center;
	}

	#login td,
	#login input {
		font-size: 40px;
	}
}
