@page {
	size: A4 portrait;
	margin: 1.5cm 1.5cm 1.5cm 2cm;
}

div#wait {
	display: none;
}

.noprint {
	display: none;
}

div#menu {
	display: none;
}

div#head {
	background-color: #D0D0D0;
	color: #000000;
}

div#test {
	display: none;
}

input.lupe {
	display: none;
}

input#clos {
	display: none;
}

div.detailbtn {
	display: none;
}

input.order {
	display: none;
}

.calendarlink {
	display: none;
}

table.basket {
	border-collapse: collapse;
	border: 1px solid black;
	background-color: #FFFFFF;
}

table.basket thead {
	background-color: #E0E0E0;
}

table.basket thead th {
	border-bottom: thin solid black;
}

table.basket tr {
	margin-bottom: 0.2em;
	border-bottom: thin solid black;
}

input[type=submit] {
	display: none;
}

td.order {
	orphans: 5;
	widows: 5;
}

table.orders th {
	background-color: #E0E0E0;
}

table.orders a {
	color: black;
	text-decoration: none;
}