@media print
{

#header, #header1, #header2, #header3,
#col2, #col3,
.btnRow
{
	display: none;
}
#col1 {
	width: 90%;
}
body * {
	color: #000;
	background-color: #fff;
}
body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 80%;
}
h1, h2, h3, h4 {
	margin: 1em 0em 0.5em;
}
p, table, ul, ol {
	margin-bottom: 1em;
}
.boxes {
	margin-bottom: 1em;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}
td, th {
	border: 1px solid grey;
	border-collapse: collapse;
}
table {
	width: 100%;
	border-bottom: 1px solid grey;
}
.helpLayer {
	font-style: italic;
	font-size: 90%;
}
.ablauf td, .helpLayer td {
	border: 0;
}
.ablauf td {
	width: 1%;
}
.ablauf td.step {
	width: 20%;
	text-align: left;
}
.ablauf td.active {
	font-weight: bold;
}
td, th {
	padding: 0.3em;
}
td.saldo, th.saldo {
	text-align: right;
}
button, img {
	display: none;
}

} /* @media print */