body, #root, #root td {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

#root {
	width: 99%;
	text-align: left;
}

#branding, #historyBack, #showLastMonths {
	display: none;
}

#printBackground {
	display: block;
	position: absolute;
	top: 0;
	left: 0.2cm;
	width: 100%;
	height: 3cm;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 2;
}

#logo img {
	margin: 0.5cm;
}

#mainContent {
	width: 97%;
}

#secondaryContent p,
#secondaryContent div,
#secondaryContent img#address,
#secondaryContent img#logoFachberater {
	display: none;
}

img#logoFachberaterPrint {
	display: block;
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 3;
}

#mainContent li {
	list-style: square;
	list-style-position: inherit;
	background: none;
}

#mainContent h1 {
	margin-top: 3.3cm;
}


