/*
Kleuren:
- #ece3e4 het grijze achter de foto, de naam en welkom
- #3c346f kleur v/d knoppen
- #fff7f2 achtergrondkleur van de tekst
- #636060 Tekstkleur v/d naam

*/
html { 
}
body {
  background: #ece3e4; /* om witte vlekken op te lossen */
  padding: 0px;
  margin: 0px;
}
#boven {
  height: 28px;  
}
/* Bovenkant */
#datum
{  
  background: url(/images/philip/datum.jpg) no-repeat;
  height: 28px;
}
#td_datum {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #636060;
}
#welkom
{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 28px;
}
/* Navigatie */
#knoppen {
  background: url(/images/philip/knoppenag1.jpg) repeat-x; 
  height: 25px;
}
#knoppen_links {
  background: url(/images/philip/knoppenlinks.jpg) no-repeat;
  width: 131px;
  height: 25px;
}
#knoppen_nav { 
}
.subMenu
{
  border: 1px outset;
  background: white; 
}
.topMenu
{
  color: white;
}
#knoppen_rechts {
  height: 25px;
}
/* Middenstuk */
#links {
  position: relative;
  top: -3px; /* onderkant gelijk met de rand van 'pagina' */
  vertical-align:top;
  background: url(/images/philip/linkervel.jpg) repeat-y;
  width: 130px;
}
#midden_td {
  background: #ece3e4; 
}
#midden {
  position: relative;
  top: -3px;
  left: -3px;
}
#pagina {
  position: relative;
  top: -3px;
  left: -3px;
  height: 500px;
  overflow: visible;
  border: 2px solid #ff7e36;  
  background: #fff7f2;
}
#kruimelpad {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  background: #fff7f2; /*url(images/philip/tekst.jpg) no-repeat 0px 0px;*/
  height: 15px;
  
}
#inhoud
{
  padding: 10px;
}
#rechts { 
  background: #ece3e4;
  width: 238px;
  position: relative;
  top: -3px;  
}
#foto {
  height: 245px;
}
#naam {
  margin-left:8px;
  text-align:center;
  font-family: Verdana, Arial, Helvetica;
  font-size: 13pt;
  font-style: italic;
  font-weight: bold;
  color: #636060;
  height: 68px;
}
#logo {
  text-align: center;
}
#zoeken {
  text-align: top;
  width: 150px;
  height: 20px;
}
.ZoekenInput {
  border: 1px solid black;
}
#mail {
  text-align: top;
}

