body {
  margin:0px;
}

#boven {
	color: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
  height: 100px;
}
#foto {
  width: 162px; /* door hier 162 px en bij foto zelf 160px komt er een witte rand van 2 px */
  height: 202px;
  background: white;
  float: left;
}
#stoelen {
  margin-left: 162px;
  background-image: url(../images/thema1/kamerstoelen.jpg);
  vertical-align: middle;
  
}
#titel {
	color: white; /* netscape */
  margin-left: 18px;
  float: left;
  padding-top: 20px;
}
#naam {
 	FONT-SIZE: 24px; 
}
#functie {
	FONT-SIZE: 9px;
	letter-spacing: 8px;
}
#logo {
  padding-top: 10px;
  float: right;
}

#midden {
}
#links {
  background: url(../images/thema1/nav_ag.jpg);
  height: 700px;
  width: 162px;
}
#navigatie {
  width: 160px;
}
#zoeken {
  padding-left: 5px; /* zoekbox niet direct tegen kantlijn. */
  width: 150px;
  background: #ff6600;
  height: 30px;
  <!--position:  absolute;-->
  <!--bottom: 0px;-->
}
#rechts {
  margin-left: 162px; /* ook kan float: right, maar dat werkt niet goed in netscape.*/
}
#kruimelpad {
}
#inhoud {
  text-align: left;
  margin-left: 18px;
  margin-right: 18px;
}
#mail {
  text-align: center;
}

