body {
	height: 100%;
	margin: 0;
	background: #36190c url(../img/achtergrond.jpg) fixed repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.contactlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.contact {
	background-attachment: scroll;
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}

html { 	overflow-y: scroll;
}

div#fixedbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 184px;
  
  background: url(../img/header.jpg) no-repeat center top;
}

div#header {
  width: 878px;
  height: 144px;
  
  text-align: left;
}

div#header h1#logo {
  margin: 0;
  padding: 0;
}

div#header h1#logo a {
  display: block;

  width: 270px;
  height: 0px;

  padding-top: 134px;
  margin-left: 14px;

  background-image: url(../img/logo.gif);
  background-repeat: no-repeat;
  background-position: 0 10px;

  font-size: 0px;

  overflow: hidden;
}

div#menu {
  width: 878px;
  height: 39px;
  
  background: url(../img/menu.jpg) no-repeat center top;
  
  text-align: left;
}

div#menu ul#menu {
  margin: 0;
  padding: 12px 20px;  
}

div#menu ul#menu li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 15px;
}

div#content {
  width: 878px;
  
  padding: 0px;
  
  margin-top: 182px;
  text-align: left;
}
.img {
	border: 2px solid #a1915b;
}

