﻿body
{
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  margin: 0px;
}

#wrapper{
  width:700px;
  margin: auto;
  padding-bottom: 100px;
}

#top{
  background-image: url(images/boek.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

#content{
  margin-top: 40px;
}

.NavButton{
  padding: 2px;
}

.ItemHeader{
  font-weight:bold;
  font-size: large;
}