/*
 *
 * Print-Layout
 *
 */
#head, #nav, #fortschritt, .complete, .noprint {
	display: none;
}
 
#content {
	position: static;
}

.row0 td, .row1 td {
	border-top: 1px dotted #000000;
}

table.buecher .name {
	font-style: normal;
	font-weight: normal;
}

table.buecher .notice {
	color: #000000;
}