/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.01
	Creation Date		: 01/12/2005
	Modification Date	: 16/04/2006
	Modification by		: Jerry van Heerikhuize
	Description			: Master StyleSheet

  ------------------------------------------------------------------------
	
	Comments:
	
	- 2.1    Uses the IE5/Mac Band Pass Filter: http://stopdesign.com/examples/ie5mac-bpf/
	- 2.2    Uses the Mid Pass Filter: http://tantek.com/CSS/Examples/midpass.html
  ------------------------------------------------------------------------

	Section Index:
		1.	Imports
			1.1 Layout
			1.2 Universal Styles
			1.3 Custom styles
		2.	Bug-fixes
			2.1 IE5/Mac Only Styles
			2.2 IE5/Win Only Styles
		
\*#######################################################################*/

body { 

/* Netscape Margin bug fix */
	/*/*/
	margin: 0px 0px 0px 0px;
	/* */
	padding: 0px;
	border: 0px;
	overflow: -moz-scrollbars-vertical;
	/* This is to prevent a MSIE painting bug. It is to make sure background colors are not painted outside of elements. */
	/* This is to prevent issues with MSIE, as well as with modern browsers in case an element in a container is/gets "too large" or that container shrinks too much. With modern browsers, the element would stick outside of the container, with MSIE, it could force a "drop" of the container. */
	/*display: inline-block overflow:hidden;*/
}

body.main
{
	background-color: #eaeaea;
	
}

body.restaurant
{
	background-color: #8c897c;
	
}

body.zakelijk
{
	background-color: #191919;
	
}

body.feestelijk
{
	background-color: #eaeaea;
	
}

body.specials
{
	background-color: #333634;
	
}

body.lytebox
{
	background-color: #FFF;
	
}



body div.header
{
	margin: 0px auto;
	padding: 0px;
	width: 844px;
	text-align: left;
	vertical-align: top;

}

body div.main
{
	margin: 0px auto;
	width: 844px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

body div.footer
{
	margin: 0px auto;
	padding: 0px;
	width: 844px;
	text-align: center;
	vertical-align: top;

}