* {

	list-style			:	none;
	margin				  :	0px auto;

}

body {

	background			:	url("afbeeldingen/bg.jpg");
	width				    :	820px;
	color           : #FFF;
	font-family     : Calibri, sans-serif;
	
}

div#container {

  width           : 820px;

}

div#header {

  width           : 820px;
  height          : 176px;

}

div#headerfoto {

  padding-top     : 17px;
  padding-left    : 15px;
  width           : 820px;
  height          : 119px;

}

div#menuvak {

  width           : 820px;
  height          : 40px;
  background			:	url("afbeeldingen/menu.png");
  
}  

div#includemenu {

  padding-top     : 3px;
  
}  

div#content {

  width           : 820px;
  background			:	url("afbeeldingen/bgcontent.png") repeat-y;

}

div#con {
  
  font-size       : 12px;
  color           : #000;
  padding-left    : 15px;
  padding-top     : 10px;
  padding-bottom  : 10px;
  width           : 700px;

}

div#footer {

  width           : 820px;
  height          : 53px;
  background			:	url("afbeeldingen/footer.png");
  font-size       : 11px;

}

div#footer p {

  text-align      : right;
  padding-top     : 7px;
  padding-right   : 70px;

}

div#footer a {
  
  color				    :	#FFF;
  text-decoration :	underline;

}

div#footer a:hover {
  
  color				    :	#FFF;
  text-decoration :	none;

}
