#select_user .ui-selecting { background: #FECA40; }
 
#select_user .ui-selected { background: #F39814; color: white; }

.bestellen{
	margin:3px;
	padding:0.4em;
	font-size:1.4em;
	height:18px;
}

.ausweisbild_vorne{
	/*width: 60%;*/
	width:350px;
	height: 224px;
	/*height:30vh;*/
	position:relative;
	background-image: url(./images/mitarbeiterausweis.jpg);
	background-size: cover;
}
.ausweisbild_vorne .innerText{
	position: absolute;
	width:100%;
	top:70%;
	left:30%;
}

.ausweisbild_vorne .innerBild{
	position: absolute;
	width: 100%;
	top:55%;
	left:6%;

}

.ausweisbild_hinten{
	/*width: 60%;*/
	width:350px;
	height: 224px;
	/*height:30vh;*/
	position:relative;
	background-image: url(./images/mitarbeiterausweis_back.png);
	background-size: cover;
}

.ausweisbild_hinten .innerText{
	position: absolute;
	width:100%;
	top:30%;
	left:35%;
}
.ausweisbild_hinten .innerText2{
	position: absolute;
	width:100%;
	top:35%;
	left:20%;
}

.kopf_allemitarbeiter > td{
	color:white;
	background-color: #990000;
}
