*{
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
	width: 100%;
	overflow:hidden;
	font-family:arial;
	font-size:100%;
}
#wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}
#bearbeitungsLeiste {
	padding-left: 1%;
}
header {
	background-color: rgba(255,255,255,1.0);
	border-bottom: 1px solid black;
}
main { 
	flex: 1; 
	overflow:auto;
	padding-left: 1%;
	background-color:rgba(255,255,255,1.0);
}
footer { 
	background-color: rgba(255,255,255,1.0);
	font-size: 95%;
	padding: 0 20px;
}
footer #version {
	float:right;
}
option, select {
	width:170px;
}
#dbTabelle {
	font-size: 120%;
	padding:5px;
	margin-right:20px;
	font-weight:bold;
}

button {
	width: 100px;
}

#fehler{
	color: rgba(255,0,0,1);
}

#listenKopf {
	position: sticky;
	top: 0;
	background-color: rgb(255,255,255);
}
#ueberschrift{
	font-size: 200%;
}
.Tueberschrift{
	font-weight:bold;
	color:darkgray;

}

.T {
	display:table;
	 margin:20px auto;
}
.Z {
	display:table-row;
}
.S {
	display:table-cell;
	padding:3px;
	/*border:1px solid gray;*/
}

.rechts {
		text-align: right;
		padding-right: 5px;
}

#ueberschrift {
	position:absolute;
	margin-bottom:50px;
	
}
.hinweis {
	font-size:80%;
	color: rgba(200,200,200,1.0);
	text-align:center;
}

#logo {
	height: 40px;
}

