body {
	font-family: Verdana;
	font-size: 12px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
}

img{
	border: 0px;
}

#container {
	width: 100%;
	margin: 0px;
}

#header {
	display: none;
}

ul.tabs {
	display: none;
}

#breadcrumb {
	display: none;
}

#footer {
	display: none;
}

#invoicemessages {
	display: none;
}

.invoice .statehistory {
	display: none;
}

div.calculation {
	xpage-break-before: always;
}

div.calculation h2 {
	border-bottom: 0px;
}

div.calculation .top {
	display: none;
}

div.calculation .bottom {
	display: none;
}

div.calculation table {
	width: 702px;
	border-collapse: collapse;
}

div.calculation table th {
	padding: 15px 10px 10px 10px;
}

div.calculation table td {
	padding: 7px 10px;
}

div.calculation table .description {
}

div.calculation table .quantity {
	width: 50px;
}

div.calculation table .price {
	text-align: right;
	width: 90px;
}

div.calculation table .normal {
}

div.calculation table .discount {
	width: 115px;
	color: #ff0000;
	padding: 7px 15px;
}

div.calculation table th.discount div {
	position: relative;
}

div.calculation table th.discount img {
	position: absolute;
	left: 8px;
	top: -32px;
}

div.calculation table .totalnormal {
	border-top: 1px dotted #ffffff;
	padding: 12px 10px 7px 10px;
}

div.calculation table .totaldiscount {
	border-top: 1px dotted #ff0000;
	padding: 8px 8px 0px 0px;
	color: #ff0000;
	font-size: 20px;
}

div.invoice div.calculation table {
	width: 545px;
}

div.invoice div.calculation table .quantity {
	width: 25px;
	padding: 7px 0px;
}

div.invoice div.calculation table .price {
	width: 65px;
}

div.invoice div.calculation table .discount {
	width: 115px;
}

table.summary {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.summary .description {
	width: 200px;
	vertical-align: top;
}

table.summary td {
	padding: 3px 0px;
}

table.rooms {
	border-collapse: collapse;
}

table.rooms td {
	padding: 3px 10px 3px 0px;
}

table.rooms th {
	text-align: left;
	font-weight: bold;
	padding: 3px 20px 3px 0px;
}

table.transport {
	border-collapse: collapse;
	width: 100%;
}

table.transport td {
	padding: 3px 0px;
}

table.transport .description {
	width: 200px;
}

table.persons {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0px 20px 0px;
}

table.persons th {
	text-align: left;
	font-weight: bold;
}

table.persons .person {
	width: 100px;
}

table.persons .gender {
	width: 80px;
}

table.persons .firstname {
	width: 150px;
}

table.persons .birthdate {
	width: 120px;
}

