body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	text-align: center;
	font: normal 10px 'Lucida Grande', 'Lucida Sans',verdana, arial, sans-serif;
	background-image: url(../img/bg.png);
	background-position: center 60px;
	background-repeat: no-repeat;
}

#anmeldung {
	margin: 0 auto;
	width: 280px;
	height: 200px;
}

#logo {
	margin: 0 auto;
	width: 280px;
	height: 57px;
	background-image: url(../img/logo.png);
	background-position: 12px 27px;
	background-repeat: no-repeat;
}

#form {
	margin: 3px auto;
	width: 280px;
	height: 143px;
}

td {
	font-size: 9px;
	color: #FFFFFF;
}

.login {
	font-size: 9px;
}

a {
	font-size: 9px;
	color: #D0E3BF;
	text-decoration: none;
}

#benutzer {
	width: 185px;
	font-size: 10px;
	color: #333;
	height: 13px;
	border: 1px;
	border-style: solid;
	border-color: #B4B4B4;	
}

#passwort {
	width: 95px;
	font-size: 10px;
	color: #333;
	height: 13px;
	border: 1px;
	border-style: solid;
	border-color: #B4B4B4;	
}

#maintenance {
    font-size: 9px;
	font-weight: bold;
    color: #d0e3Bf;
}
