  body
{
	font-family: Verdana, Arial, Helvetica;
	color: #222; 
  background: #222;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 85%;
}
.abs {
	position: absolute;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}
#wallpaper {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#loginfeld {
position: absolute;
top: 50%;
left: 50%;
width: 450px;
min-height: 240px;
margin-top: -170px;
margin-left: -300px;
background: #fff;
border: 2px solid #3A92C2;
}

p.fehler {padding: 0 10px;}

#loginfeld h2 {
margin: 0 0 20px 0;
padding: 5px;
background: url('images/logo2.gif') right top no-repeat;
}

.small {
font-size: 80%;
}
