* {

	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#menumobile {
  width           : 100%;
  height          : 147px;	
}

div#menu-items {

  width            : 780px;
  text-align       : center;
  padding-top      : 7px;
  color            : #FFF;

}

div#menu-items a {

  color            : #FFF;
  font-size		   : 20px;
  padding-bottom   : 2px;
  text-decoration  : none;
  padding-right    : 5px;
  padding-left     : 5px;
  position: relative;


}

#assortimentoverlay {
	width: 720px;
	height: 300px;
	position: absolute;
	margin-left: 2px;
}

#assortimentoverlay div{
	float: left;
	margin-right: 8px;
	width: 72px;
	height: 300px;
		
}

#assortimentoverlay div a{
	display: none;	
}

#assortimentoverlay div a.first{
	width: 72px;
	height: 300px;
	display: block;
}



