/* 	PRINT CSS  Vanderlande Industries Jobsite 	  */
/* 	http://www.vanderlande.nl                   	*/
/* 	author: KRUIT communication-design          	*/
/* 	http://www.kruit.nl                         	*/


/*////////////////////////////////////////////////////////////////////////*/
/* show main */
body {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 25px 0;	
}

h2, h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	padding: 0;	
}

p {
	margin: 0 0 25px 0;
}

#header {
	border-bottom: 3px solid #EE7F00;
	width: 100%;
	text-align: right;
	margin: 0 0 20px 0;	
}

#header a img {
	border: none;
}

ul, ol {
	margin: 0 0 25px 20px;
	padding: 0;
}

table {
	border: 1px solid #000000;
	margin: 0 0 25px 0;
}


/* hide for print */
#mainnav, #subnav, #crumbs, #rightcontent, #footercontainer, #flashheader, .buttoncontainer, #wrapper2, #thumbnails {
	display: none;
}

