*{
  margin:0px;
  outline:none;
  padding:0px;
}

body {
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
  background-color:#fff;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:75%;
  text-align:center;
}

a{
 color:#000;
}

/*  layout  */
#outer {
  margin:0px auto;
  width:920px;
  text-align:left;
}

#header{
  background-image:url(images/header.jpg);
  height:406px;
}

#contact{
  color:#FFFFFF;
  margin-left:730px;
  position:absolute;
  top:210px;
}

#contact a{
  color:#FFFFFF;
}

#welkom{
  background-image:url(images/welkom.jpg);
  height:215px;
}

#welkom2{
  position:absolute;
  top:470px;
  width:285px;
  margin-left:15px;
}

#engels{  
  position:absolute;
  top:565px;
  width:285px;
  margin-left:320px;
}

#amerikaans{
  position:absolute;
  top:565px;
  width:285px;
  margin-left:620px;
}

#voet{
  background-image:url(images/voet_bg.jpg);
  background-repeat:repeat-x;
  height:39px;
}

#voet a{
  color:#fff;
}

/*  menu  */
#menu{
  list-style: none;
  margin-left:15px;
  position:absolute;
  text-align:left;
  top:98px;
}

/* Contact Formulier */

#contact label {
  float: left;
  text-align:left;
  width: 120px;
}

/* Route Formulier */
#route label {
  float:       left;
  text-align:  left;
  width:       150px;
}
