/* CSS Document */

html, body{

}
#maincontent{
	position: absolute;
	top: 0px;
	left: -20mm;
	width: 200mm;
}
#navigat{
display:none;
}

#container{

}

html>body #container{
	}

#navigation{

}

#leftpanel{
	position: absolute;
	top: 0px;
	left: -20mm;
display:none;
}

#content{
	position: absolute;
	top: -10mm;
	left: -50mm;
	width: 200mm;
	page-break-inside: auto;
}

div#footer{
display:none;
	}

div#footer_space{
display:none;
}