@media print {

#header, #navigation, #schriftgroesse, #titelbid, #impressum, #clear, #bildleiste, #detailsuche {
	display: none;
}
.bildleiste {
	display: none;
}
#hauptinhalt #titelkasten {
	display: none;
}
#boxsuche {
	width: auto;
	float:left
}
#text {
	WIDTH: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	overflow:visible
}
DIV#hauptinhalt {
	MARGIN: 0px auto 0px;
	WIDTH: auto;
}
#hauptinhalt #detailsuchebild {
	display: none;
}
DIV#hauptinhalt .inhalt {
	MARGIN: 0px;
	overflow:visible
}

#detailsuche {
	MARGIN: 0px auto 0px;
	WIDTH: auto;
}
#table {
	MARGIN: 0px auto 0px;
	WIDTH: auto;
}
DIV#hauptinhalt {
	MARGIN: 20px auto 20px;
	WIDTH: auto;
	height:auto;
}
table {
	display: table;	
}
tr {display: table-row
border-bottom: 1px solid #999;
width:auto;
	
}
tbody {display: table-row-group; width:auto
	
}

td, th {display: table-cell; width:auto;
	
}
}

