*{
  margin:0px;
  outline:0;
  padding:0px;
}

body{
  background-color:#FFFFFF;
  color:#666;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:75%;
  overflow:visible;
}

#outer{
  margin:0px auto;
  width:912px
}

#header{
  background-image:url(images/header.jpg);
  height:75px;
  margin-bottom:2em;
}

#content{
  background-color:#FFFFFF;
  height:430px;
  padding-left:355px;
}

#foto{
  position:absolute;
  top:80px;
}

html > body #content{
  min-height:430px;
  height:100%;
} 

#webshop{
  background-color:#FFFFFF;
  height:430px;
}

html > body #webshop{
  min-height:430px;
  height:100%;
}

#voet{
  background-image:url(images/voet.jpg);
  height:93px;
  padding-left:130px;
}

/* menu */

#menu {
  list-style: none;
  margin-left: 305px;
  position: absolute;
  text-align: center;
  top: 30px;
  width:610px;
}

/* Contact Formulier */

#contact label {
  float: left;
  text-align:left;
  width: 110px;
}

/* Route Formulier */
#route label {
  float:       left;
  text-align:  left;
  width:       150px;
}