*{
  margin:0px;
  outline:0px;
  padding:0px;
}

body{
font-family: arial;
font-size: 75%;
background-color:#000000;
}

#outer{
  margin:0px auto;
  text-align:center;
}

h1{
  background-repeat: none;
  height: 69px;
}

h1 tt {
  display: none;
}

#content{
  background-image: url(images/content.jpg);
  background-repeat: none;
  width:800px;
  height: 440px;
  text-align:left;
  margin:0px auto;
}

#inhoud{
  color:#fff;
  height: 415px;
  margin-left:150px;
  position:absolute;
  top: 90px;
  width: 623px;
  overflow:auto;
  z-index:999;
}

#menu{
  color: #ffffff;
  font-family: arial;
  font-size: 1.0em;
  list-style:circle;
  margin-left: 5px;
  position: absolute;
  width: 130px;
  top: 95px;
}

#menu li{
  display: inline;
}

#menu a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

#menu a:visited{
  color: #ffffff;
}

#footer{
  background-image: url(images/voet.jpg);
  margin:0px auto;
  width:800px;
  height: 28px;
}

/* Route Formulier */
#route label {
  float:       left;
  text-align:  left;
  width:       150px;
}
