/*
 * Main stylesheet for print media. 
 *
 * met dank aan Jeroen Pulles
 */

@import url(hbgm41-content.css);

html
{
    font-family: sans-serif;
}

body 
{
    font-size: 10pt;
}

#nav
{
    display: none;
}

#breadcrumb
{
    display: none;
}

#noprint
{
    display: none;
}
#screenonly
{
    display: none;
}
#content 
{
	width:45em;
	margin: 0 0 0 5em;
}
#TimyScreen {
	position: absolute;
	z-index: 20;
	height: 78px;
	width: 154px;
	left: 465px;
	top: 200px;
}


.pagebreak {
	page-break-before: always;
}
.outdent {
	position: relative;
	left: -70px;
}
