/* printstylesheet for website Machinefabriek Börger */
/* copyright 2006 Strik Design */
/* www.strikdesign.nl */
/* office@strikdesign.nl */


/*onderstaande stijlen bepalen het menu*/
a.starter{
	display: none;
}
.menu_level_1 {
	display: none;
}
.menu_level_2 {
	display: none;
}
.menu_level_3 {
	display: none;
}

#mainMenu {
	display: none;
}

/*html selectors*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
	letter-spacing: 0.03em;
}

body {
}

p em{
	color: #666666;
}

/*fotokader*/
#kop {
	display: none;
}

/*logo voor printfunctie*/
#logoprint {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

/*subsub menu*/
#subsubmenu {
	display: none;
}
 
/*container*/
#container {
	position: absolute;
	width: 17cm;
	height: 100%;
	margin: 0px;
	left: 0cm;
}

/*content*/
#content {
	height: 100%;
	margin: 2mm;
	position: absolute;
	width: 17cm;
}
#contentwrapper {
	position: absolute;
	top: 0cm;
	margin-bottom: 2cm;
	width: 17cm;
	margin: 2mm;
	left: 0cm;
	display: block;
}

/*link naar top van de pagina*/
#totop {
	display: none;
}

/*link naar printbare versie van de pagina*/
#print {
	display: none;
}

/*kolomrechts*/
#kolomrechts {
	display: none;
}
