html {
	height: 100%;
}

body {
	background: #3e3e3e url('../data/images/login/bg.gif') top left repeat-x;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/20px Verdana, normal;
	color: #fff;
}

#wrap {
	width: 100%;
	height: 100%;
}

#login_bg {
	position: absolute;
	background: url('../data/images/login/login_bg.png') top left no-repeat;
	margin: -138px 0 0 -289px;
	width: 578px;
	height: 276px;
	top: 50%;
	left: 50%;
}

#login_txt {
	position: absolute;
	top: 110px;
	left: 34px;
	width: 320px;
	height: 150px;
}

.space {
	height: 10px;
}

.input {
	border: 1px solid #fff;
	background: #ad2200;
	width: 100%;
	height: 15px;
	font: 11px/16px Verdana, normal;
	color: #fff;
}

span.option input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.anmelden {
	background: url('../data/images/login/anmelden.gif') no-repeat;
	width: 74px;
	height: 17px;
	white-space: nowrap;
	text-indent: 80px;
	margin: 0 0 0 246px;
	padding: 0;
	border: 0;
}


.zurueck {
	background: url('../data/images/login/zurueck.gif') no-repeat;
	width: 62px;
	height: 17px;
	white-space: nowrap;
	text-indent: 80px;
	margin: 0;
	padding: 0;
	border: 0;
}