body {
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:10pt;
	background-color:lightgrey;
}

h1 {
	font-size:18pt;
	margin:10px 0px;
}

#tbl_filter {
	width:100%;
	background-color:lightgrey;
}

#tbl_filter fieldset {
	height:75px;
}

#tbl_ausgabe {
	width:100%;
	border-collapse:collapse;
}

#tbl_ausgabe th {
	text-align:left;
	background-color:#e2e0e0;
	border:1px solid black;
}

#tbl_ausgabe td {
	border:1px solid gray;
}

.rb {
	text-align:right;
}