/*
Copyright (c) 2006 Ylab, http://www.ylab.nl
*/
@import url('fonts.css');
body {
  margin: 0;
  background: url('bg-paper.jpg') repeat 0 -100px;
  overflow: visible;
}

#navigatie, #content, #home {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

#navigatie {
  height: 270px;
  background: url('logo.png') no-repeat 20px right;
}
#navigatie ol {
  height: 13em;
  width: 250px;
  overflow: auto;
}

#home {
  position: absolute;
  z-index: 1; /*for safari*/
  width: 500px;
  height: 300px;
  top: 200px;
  right: 200px;
  border: 1px solid #823D28;
  background: #fff url('home.png') no-repeat bottom right;
  padding: 0;
}
#home[id="home"] {
  height: auto;
  min-height: 300px;
}
#home-titlebar{
  padding: 0 10px;
  background: #823D28 url('x.png') no-repeat center right;
  color: #fff;
  cursor: pointer;
}
#home-titlebar h1 {
  margin: 0;
}
#home-content{
  padding: 10px;
}

