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

	Developed by 		: Studio van Pelt | 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
		
\*#######################################################################*/

* {
	margin:0px;
	padding:0px;
}

body { height: 100% !important; }

body.main
{
	/* Netscape Margin bug fix */
	/*/*/
	margin: 0px 0px 0px 0px;
	/* */
	padding: 0px;
	border: 0px;
	overflow: -moz-scrollbars-vertical;
	background-color: #FFF;
	/* 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;*/
	height: 100% !important;
}

body.home
{
	background-image: url(../../_lclresources/media/images/bg_home.gif);
	background-repeat: no-repeat;
}

body.geschiedenis
{
	background-image: url(../../_lclresources/media/images/bg_geschiedenis.gif);
	background-repeat: no-repeat;
}

body.aanmeldenvoorwoning
{
	background-image: url(../../_lclresources/media/images/bg_aanmeldenvoorwoning.gif);
	background-repeat: no-repeat;
}

body.huisvesting
{
	background-image: url(../../_lclresources/media/images/bg_huisvesting.gif);
	background-repeat: no-repeat;
}

body.criteriahuisvesting
{
	background-image: url(../../_lclresources/media/images/bg_criteriahuisvesting.gif);
	background-repeat: no-repeat;
}

body.projecten
{
	background-image: url(../../_lclresources/media/images/bg_projecten.gif);
	background-repeat: no-repeat;
}

body.criteriaprojecten
{
	background-image: url(../../_lclresources/media/images/bg_criteriaprojecten.gif);
	background-repeat: no-repeat;
}

body.subsidieaanvragen
{
	background-image: url(../../_lclresources/media/images/bg_subsidieaanvragen.gif);
	background-repeat: no-repeat;
}

body.bestuur
{
	background-image: url(../../_lclresources/media/images/bg_bestuur.gif);
	background-repeat: no-repeat;
}

body.disclaimer
{
	background-image: url(../../_lclresources/media/images/bg_disclaimer.gif);
	background-repeat: no-repeat;
}

body.links
{
	background-image: url(../../_lclresources/media/images/bg_links.gif);
	background-repeat: no-repeat;
}

body.contacthuisvesting
{
	background-image: url(../../_lclresources/media/images/bg_contacthuisvesting.gif);
	background-repeat: no-repeat;
}

body.stichting
{
	background-image: url(../../_lclresources/media/images/bg_stichting.gif);
	background-repeat: no-repeat;
}


body.contactstichting
{
	background-image: url(../../_lclresources/media/images/bg_contactstichting.gif);
	background-repeat: no-repeat;
}

body.contactprojecten
{
	background-image: url(../../_lclresources/media/images/bg_contactprojecten.gif);
	background-repeat: no-repeat;
}

body.main div.head
{
	/*height: 181px;*/
	margin: 0px 0px 0px 50px;
	width: 740px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

body.main div.main
{
	margin: 0px 0px 0px 50px;
	width: 740px;
	text-align: left;
	vertical-align: top;
	padding: 20px 0px 0px 0px;
}

body.main div.footer
{
	width: 740px;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	height:40px;
}