/********************************************************************************************************************/
/* CSS-Datei für den alten Erfassungsbereich (Ressourcen, Experten, sonstige Einheiten, Einrichtungen, Fachpersonal)*/
/********************************************************************************************************************/

.label_erfassung
{
	width: 25%;
	font-weight: bold;
	float:left;
}

div.hoehe
{
	border: dotted 1px black;
	height: 100px;
	width: 950px;
	margin-left: 2%;
	background-color: #FAFAFA;
	padding-left:2% !important;
	padding-top: 15px;
	clear: both;
}

div.taucher
{
	border: dotted 1px black;
	height: 450px;
	width: 950px;
	margin-left: 2%;
	background-color: #FAFAFA;
	padding-left:2% !important;
	padding-top: 15px;
	clear: both;
}

td.taucher
{
	border: 0.5px solid;
}

/* deprecated? Noch verwendet in NRW-Einheiten und OPTA (alt) */
div.details_erfassung
{
	width: 90%;
	background-color: white;
	margin-left: 4%;
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-radius: 18px;
}

div.kfzRahmen_erfassung
{
	width: 200px;
	height: 34px;
	background-image: url(../pics/kfz.gif);
}


div.kfzSchrift_erfassung
{
	font-family: Courier;
	font-size: 22px;
	font-weight: bolder;
	padding-left: 25px;
	padding-top: 8px;
}

div.label_space
{
	width: 15%;
	float: left;
}

div.mehrzeilig
{
	float: left;
	width: 60%;
}
div.rahmen_erfassung
{
	font-family: Arial;
	font-size: 13px;
	border: 2px;
	border-style: ridge;
	border-color: #CDCDCD;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 40px;
	overflow-y: scroll;
}

hr.erfassung
{
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5%;
}

.details_titel
{
	width: 90%;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 17px;
	margin-left: 5%;
}

span.label_notbetrieb
{
	width: 39%;
	display: block;
	float: left;
}

span.titel
{
	width: 90%;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 17px;
}

span.zeile_details
{
	width: 70%;
	padding-top: 10px;
	clear: both;
}


table.liste_erfassung
{
	border-collapse: collapse;
	font-size: 13px;
	border: 2px;
	border-style: ridge;
	border-color: white;
	margin-left: 5%;
	width: 90%;
}

/* ### Tabellenfeld ### */
td
{
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	
}
.head_bs5
{
	border-style: solid;
	border-width: 1px;
	border-color: grey;
}