@media print {
	
.menu,
.aboutusLine,
#footer,
.leftVacatures,
.leftNews,
.bgVacatures,
.bgContact,
.map,
.arrow {
	display: none;
	}
	
html, body {
	font-size:12px;
	}
	
#container{
	position:relative;
	top:0;
	width:100%;
	display: block;
	border-bottom:5px;
	}
	
#header {
	width:100%;
	margin-bottom:20px;
	}
	
.leftContent{
	top:110px;
	width:100%;
	}

.iframe {
	top:50px;
	left:0px;
	}
	
.route{
	display:block;
	width:auto;
	top:450px;
	}
	
.rightContact{
	display:block;
	top:110px;
	left:0px;
	height:auto;
	width:100%;
	}
	
.rightContent{
	top:110px;
	left:0;
	height:auto;
	width:100%;
	}
	
.vacatures{
	height:auto;}
	
.adress{
	display:block;
	width:auto;
	}
	

	
	}