* {

	list-style			:	none;
	margin				  :	0px auto;

}

body {

	font-family			:	Arial, Verdana;
	color				    :	#000;
	font-size			  :	14px;
	width				    :	100%;
	background      : #161716;

}


div#top {

  width           : 100%;
  height          : 107px;
  background      : url("../afbeeldingen/site/top-bg.jpg") repeat-x bottom #161716;
  
}

div#topbg {

  width           : 780px;
  height          : 107px;
  background      : url("../afbeeldingen/site/top.jpg") no-repeat bottom #161716;
  
}

div#content {

  width           : 100%;
  background      : #FFFFFF;

}

div#footer {

  width           : 100%;
  height          : 247px;
  background      : url("../afbeeldingen/site/footer-bg.jpg") repeat-x top #161716;

}

div#menu {

  width           : 780px;
  height          : 247px;
  background      : url("../afbeeldingen/site/footer.jpg") no-repeat top #161716;

}

div#menu-items {

  width            : 780px;
  text-align       : center;
  padding-top      : 7px;
  color            : #FFF;

}

div#menu-items a {

  color            : #FFF;
  padding-bottom   : 2px;
  text-decoration  : none;
  padding-right    : 5px;
  padding-left     : 5px;
  position: relative;


}

