﻿@import url("tmleuven.css");

body {
	background-color: white;
}


#container {
	width: auto;
	position: static;
	background-color: white;
	border-bottom: none;
	padding-bottom: 2em;
	overflow: visible; /* anders printen FireFox en IE7 enkel de eerste pagina af */
}

.menutop {
	display: none;

}

#side {
	display: none;
	position: static;
	float: none !important;
}

#main {
	position: static;
	margin-left: 0em;
}





#project {
	width: 35em;
	position: static;
}

#overzicht {
	width: 35em;
	position: static;
}

#projectenlijst {
	width: 35em;
	position: static;
}

p.route {
	display: none;
}
