#loginfenster_d, #loginfenster_m {
	background-color: #96C8F0;
	margin-top: 0.2em;
	display: none;
	text-align: center;
	padding: 0.3em;
	min-width: 12em;
	z-index: 999;
	border: 1px solid #0168FF;
}
.loginfenster label {
	font-weight: bold;
	color: white;
}
.loginfenster a {
	line-height: 0.7em;
	font-size: 0.55em;
	font-family: helvetica;
	color: white;
}
.loginfenster input[type="text"], .loginfenster input[type="password"] {
	width: 10em;
}
.loginfenster input[type="submit"] {
	width: 10.2em;
}