/* ----------- */
/* Login-Stile */
/* ----------- */
div#login {
	background-image: url(../../img/back6.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 460px;
	padding-top: 30px;
	margin: 5% auto 0 auto;
	position: relative;
}

div#welcome {
	width: 100%;
	position: absolute;
	top: 60px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.5em
}

div#logoholder {
	padding-top: 60px;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

div#formholder {
	text-align: right;
	position: relative;
	top: 346px;
	padding-right: 20px;
}

div#formholder input {
	width: 8em;
}

div#footer {
	padding-top: 10px;
}

div#footer table {
	width: 100%;
}

div#footer table td {
	vertical-align: bottom;
}

div#err_login {
	width: 500px;
	height: auto;
	padding-top: 10px;
	position: absolute;
	top: 310px;
	margin-top: -30px;
	left: 50%;
	margin-left: -250px;
	color: #FF0000;
	font-weight: bold;
	padding: 10px;
	border: 5px solid #FF0000;
	background-color: #FFFFFF;
	z-index: 99;
}

/* ---------------- */
/* Login-Stile Ende */
/* ---------------- */