* {

	list-style			:	none;
  margin: 0; 

}

body {

	background			:	url("afbeeldingen/bg.jpg");
	font-family			:	Myriad Pro, Verdana;
	color				    :	#2d2d2d;
	font-size			  :	14px;

}

div#container {

  margin          : 0 auto;
  width           : 950px;

  
}

div#top {

  width           : 950px;
  float           : left;

}

div#content {

  background			:	url("afbeeldingen/content.gif") repeat-y;
  width           : 950px;
  float           : left;

}

div#teksten {

  /* background			:	url("afbeeldingen/tekstenbg.jpg") right bottom no-repeat;*/
  width           : 735px;
  padding-left    : 185px;
  float           : left;
  margin-bottom   : 20px;

}

div#introductie {

  background			:	url("afbeeldingen/tekstenbg2.jpg") right bottom no-repeat;

}

div#footer {

  width           : 950px;
  height          : 200px;
  float           : left;

}

div#searacon {

  width           : 920px;
  height          : 200px;
  text-align      : right;
  float           : left;

}

h2 {

  font-size       : 30px;
  font-weight     : normal;
  color           : #c20000;
  padding-bottom  : 10px;
  
}

ul {

  padding-top     : 10px;
  padding-bottom  : 10px;

}

li {

  padding-bottom  : 5px;

}

a {

	text-decoration		:	none;
	color				    :	#2d2d2d;

}

a:hover {

	text-decoration		:	underline;
	color				    :	#2d2d2d;

}

