/* CSS Document for Print */

@page {
	size:A3 portrait;
}

body { 
	margin: 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

/*headernavigation ---------------------------------------------------*/

#headerbox_navi {
	display: none;
}

/*headerbereich Logo & Foto-------------------------------------------*/


#headerbox_logo img#screenlogo {
	display: none;
}

#headerbox_logo img#printlogo {
	display:inline;}

#picbox {
	display: none;
}


/*Navigationsbereich -------------------------------------------------*/

#navigation {
	display: none;
}


.noprint {
	display: none;
}
/*Überschriften ------------------------------------------------------*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	margin: 0 0 6px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	margin: 0;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0;
	background-color:#CCCCCC;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
	margin: 0;
	color: #FF0000;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
	margin: 0;
	text-decoration:line-through;
	font-weight:normal;
}

/* Tabelle -----------------------------------------------------------*/
table {
	font-size: 10px;
	padding: 1px;
	border-collapse:collapse;
}

table.ordertable {
	float:left;
	margin: 0 5px 5px 0;
	width: 445px;
	height: 200px;
}

td {
	background-color: #fff;
	padding: 2px;
	border:1px solid #999;
}

td.kathead {
	padding: 2px;
}

th {
	background-color: #ccc;
	padding: 4px;
	border:1px solid #999;
}


table.ordertable input {
	font-size: 9px;
	border: none;
	color:#000;
	background-color:#eee;
	text-align:right;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #666;
}

table.table_format {
	background-color:#FFFFFF;
	border: 1px solid #666;
	border-collapse: collapse;
	width: 90%;
	/*float: left;*/
	margin-right: 10px;
}

table.table_format th {
	color: #000;
	font-weight:bold;
	font-size:125%;
	padding:2px;
	text-align:left;
	border-top: 2px solid #000;
	page-break-after:; /* leer für IExpl. statt 'avoid', im Moz. geht's gar nicht */
}

table.table_format td {	
	border: 1px solid #DFDFDF;
	padding: 2px;
}

table.table_format input {
	background-color:#FFFFFF;
	border: 1px solid #C0C0C0;
}

table.table_format input.dunkler_hg {
	background-color:#DFDFDF;
}

tr.spacer ,
tr.spacer td {
	height:0;
	font-size: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
	visibility:hidden;
	border: none;
}

tr.only_print {
	page-break-before:always; /* geht leider nur im IExpl. */
	color: #fff;
	background-color: #000;
	font-weight: bold;
	display:none;
}

/* sonstige-----------------------------------------------------------*/

#zurueck_button {
	display: none;
}

#kundendaten {
	display: none;
}

#top_button {
	display: none;
}

#only_print_form input {
	border: 1px solid #FFFFFF;	
	border-bottom:1px solid #000000;
}

#only_print_form {
	position:absolute;
	top: 20px;
	left:300px;
	text-align:right;
	
}

#headerbox_enem{
	display: none;
}

.ap-lt{
	/*Bestell-Liste: Preis durchstreichen*/
	font-size: 95%;
	text-decoration:line-through;
	font-weight:normal;
}