*{
margin: 0px;
padding:0px;
}

#outer{
background-color: white;
height:600px;
width: 800px;
margin: 0px auto;
}

body{
background-image:url(images/achtergrond.jpg);
font-family: arial;
font-size: 85%;
}

h1{
background-image:url(images/header.png);
height: 135px;
}

h1 tt {
display: none;
}

#home{
	position:absolute;
	margin-left: 140px;
	top: 140px;
	width: 627px;
}

#inhoud{
	height: 406px;
	position:absolute;
	margin-left: 160px;
	top: 160px;
	width: 627px;
	overflow: auto;
}

/* Route Formulier */
#route label {
  float:       left;
  text-align:  left;
  width:       150px;
}

