
html, body{
	margin: 0;
}
body {
	display: flex;
	flex-direction: column;
	font-size: 0.9em;
	}
.hidden{
		display: none;
	}
.visible{
		display: block;
	}
footer {
	margin-top: auto;
	text-align: right;
	font-size: 0.75em;
	padding: 0 5px 5px 0;
}
.tmp_div{
	border: solid 1px white;
}
.A{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	font-size: 0.85em;
}
.B{
	width: 95%;
	font-weight: bold;
}
.BTN{
	width: 60%;
	font-weight: 650;
}
.ab_button_bearbeiten{
	background-color:  transparent;
	color: white;
	border-color: transparent;
	border: 5px;
	border-radius: 5px;
}
.ab_button_bearbeiten:hover{
	cursor: pointer;
	background-color: #00ff00;
	color: magenta;
	font-weight: bold;
	border-color:magenta ;
}
.C{
	width: 100%;
	display: flex;
	padding-top: 5px;
}
.DL{
	width: 45%;
	float: left;
	font-weight: 600;
}
.DR{
	width: 55%;
	float: right;
}
.FC{
	display: flex;
	flex-direction: column;
}
.I{
	width: 98%;
	font-family: monospace;
	font-size: 10pt
}
.ab_table, .ab_th, .ab_td{
	/*border: solid 1px white;
	border-collapse: collapse;*/
	font-size: 0.9em
}
.ab_th{
	font-weight: bold;
	background-color: #20284d;
}
.ab_td, .ab_th	{
	padding: 5px 10px 5px 10px;
	color: white;
}
.ab_table{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.ab_tr:nth-child(even) {
	/*background-color: #242e57;*/
	background-color: #344480;
	color: white;
}
.ab_tr:nth-child(odd){
	/*background-color: #293463;*/
	background-color: #292e66;
	color: white;
}
.ab_trh{
	background: transparent;
	color: white;
	cursor: pointer;
}
.ab_trh:hover{
	background: #f49927;
	color: #1a223e;
}
.pos_table, .pos_th, .pos_td{
	/*border: solid 1px white;
	border-collapse: collapse;*/
	font-size: 0.95em
}
.pos_th{
	font-weight: normal;
	background-color: #293463;
}
.pos_td, .pos_th	{
/*				padding: 5px 10px 5px 10px;*/
	color: white;
}
.pos_table{
	width: auto;
	padding-top: 10px;
	/*margin-left: auto;
	margin-right: auto;*/
	cursor: pointer;
}
.pos_tr:nth-child(even) {
	background-color: #242e57;
	color: white;
}
.pos_tr:nth-child(odd){
	background-color: #293463;
	color: white;
}
.pos_trh{
	background: transparent;
	color: white;
	cursor: pointer;
}
.pos_trh:hover{
	background: #f49927;
	color: #1a223e;
}
.colors{
	/* Tabellenfarben */
	background-color: #20284d; /* ganz dunkel */
	background-color: #344480; /* hell dunkel */
	background-color: #292e66; /* halb dunkel */
	background-color: #1a223e; /* Seitenhintergrund */
	background-color: #f49927; /* Orange */
	background-color: #242e57; /**/
	background-color: #293463; /* Positionstabelle */
}

.n{
	/* Das <input name="n".../> das die Nummer der aktuellen AB anzeigt */
	/*background-color: #1a223e;
	color: white;*/
	border: none;
	width: 25px;
}
.hauptteil{
    height: 100%;
}
