#container {
	margin: auto;
	width: 800px;
	border: 0px solid black;
}


#loginBox {
	margin: 5px auto 0px auto;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	width: 750px;
	min-height: 150px;
	font-size: 13px;
	
}

#uberschriftContainer {
	width: 100%;
	text-align: center;
	margin: 20px auto;
	border:0px solid black;
}

#formularContainer{
	text-align: left;
	font-weight: bold;
	border:0px solid black;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 130px;	
}

.inputLogin{
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	display: inline-block;
	height: 20px;
	margin-bottom: 2px;
	padding:2px;
	margin-top: 5px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:14px !important;
	height:20px ;
	width:240px;
}

#footer{
	background-color: #DFF0D8;
	text-align: center;
	margin: 5px auto;
	width: 800px;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 12px;	
	padding-top:4px;
	padding-bottom:4px;
}

#footer a {
	color: black;
}

#footer a:hover {
	color: #005580;
}

#nebalogo{
	border:0px solid black;
	text-align: center;
	margin: 5px auto 0px auto;
}

.loginError{
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	margin: 10px auto;
	width: 750px;
}

#headerLogin {
	margin: 5px auto;
	width: 790px;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	background-color: #2989d8;
	/* background-color: #e2323f; */
	padding-left: 10px;
	
}

#headerLogin h1{
	color: white;
	font-family: Verdana;
	font-size: 24px;
}


