body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #111;
	background-color: #E5E5E5;
	text-align: center;
}
#login_fenster {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top:150px;
	width:364px;
	height:224px;
	z-index:1;
	background: #FFF url('../img/login_hintergrund.jpg') center no-repeat;
	text-align: left;
}
#login_form {
	position: absolute;
	left: 25px;
	bottom: 10px;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
	color: #006;
}
input {
	font-size: 10px;
	border: 1px solid #999;
}
table.invisible {
	border: none;
	padding: 0;
}

.red {
	color: red;
	font-weight: bold;
}