@media all {

body {
	margin:1em;
	font-family:Arial, sans-serif;
	font-size:0.75em;
	background-color:#FFFFCC;
}

h1 {
	background-color:#ffc;
	font-size:2em;
	margin-bottom:5px;
	margin-top:0px;
}

ul { margin-top:0; }

fieldset {
	padding:0.4em;
	height:12em;
}

table { width:100%; }

#auswahl table {
	background:#e2e0e0;
}

#auswahl table td {
	width:33.3%;
}

#auswahldrucken {
	display:none;
}

#ausgabe { border-collapse:collapse; }

#ausgabe thead { background-color:#e2e0e0; text-align:left; }

#ausgabe thead th {
	border:1px solid black;
}

#ausgabe tbody td {
	border:1px solid gray;
}

.rb {
	text-align:right;
}

.lbrb {
	text-align:right;
	background-color:#cae9ff;
}

#aktualisieren {
	margin-right:1.5em;
}
}

@media print {

body {
	width:100%;
	margin:0em;
}
#auswahl {
	display:none;
}
#auswahldrucken {
	display:block;
}
}
