/*
	fahrzeug css
*/
#starttime-menu,#endtime-menu{
	height: 250px
}
.formError {
    border-color: red!important;
}

/*
	mitarbeiter css
*/

#loadscreen{
    background: rgba(0, 0, 0, 0) url("../Images/loadscreen.png") repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.loadscreen-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

.loadscreen-loading div {
	width: 44px;
	height: 44px;
	background: url('../Images/loading.gif') center center no-repeat;
}
