/* Layout */	
html, body {
	background		: #171717 url("../_images/background.gif") repeat-x;
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
	height			: 100%; /* needed to display container at full height in IE */
}

* html #background {
	height			: 100%; /*sets container to full height in IE w short content -- also need height:100% in body*/
	margin-bottom		: -85px;
}

#background {
	position		: absolute; /*needed to expand to full height beyond content in FF */
	top				: 0px;
	left			: 0px;
	height			: 100%; /* FF needs this setting to expand div to fit long content */
	width			: 100%;
	text-align		: center; /*centers #main in old IE*/
}


	#background #header	{
		float			: left;
		background		: transparent url("../_images/headerback.jpg") repeat left top;
		margin			: 0;
		width			: 100%;
		height			: 85px;
	}
	
	#background #header	#theheader{
		float			: left;
		background		: transparent url("../_images/header.jpg") no-repeat left top;
		margin			: 0;
		width			: 1024px;
		height			: 85px;
	}
	
	#background #container {
		float				: left;
		margin				: 0 auto;
		width				: 100%;
		text-align			: center;
	}
	
	#background #container #content {
		width			: 928px;
		margin			: 0 auto;
		text-align		: center;
		padding			: 0px;	
		background-image: url("../_images/bg_mid.gif");
		background-repeat: repeat-y;
		background-position: center top;
	}
	#background #container #content #main {
		margin			: 0 auto;
		background		: transparent url("../_images/bg_mid_top.jpg") no-repeat;
		min-height		: 383px;
		_height			: 383px;
		text-align		: left;
	}

	#navigation {
		margin-left	: 55px;
		margin-right	: 55px;
		width			: 818px;
		height			: 32px;
	}
	#inhoud {
		margin-left		: 55px;
		margin-right	: 42px;
		width			: 831px;
		height			: auto;
	}
	#bottom {

		width			: 928px;
		height			: 20px;
		background		: transparent url("../_images/bottom.jpg") no-repeat;
	}
	
/* Opmaak */		
		
body, input, textarea, select{
	font-family			: Tahoma, Arial, sans-serif;
	font-size			: 11px;
	color				: #CBCBCB;
	line-height			: 1.6em;
}

table, td {
	font-family			: Tahoma, Arial, sans-serif;
	font-size			: 11px;
	color				: #CBCBCB;
	line-height			: 1.6em;
}

td.side {
	font-family			: Tahoma, Arial, sans-serif;
	font-size			: 11px;
	color				: #656565;
	line-height			: 1.3em;
}

td.content {
	font-family			: Tahoma, Arial, sans-serif;
	font-size			: 11px;
	color				: #656565;
	line-height			: 1.6em;
}

h1 {}

h1.header {
	padding			: 0;
	margin			: 0;
	font-weight		: bold;
	font-size		: 15px;
	color			: #333;	
}

h1.header2 {
	padding			: 0;
	margin			: 0;
	font-weight		: bold;
	font-size		: 12px;
	color			: #DE8E1B;	
}

h1.header3 {
	padding			: 0;
	margin			: 0;
	font-weight		: bold;
	font-size		: 14px;
	color			: #DE8E1B;	
}

h1.actie {
	padding			: 0;
	margin			: 0;
	font-weight		: bold;
	font-size		: 15px;
	color			: #fff;	
}

h1.leftside {
	padding			: 0;
	margin			: 0;
	font-weight		: bold;
	font-size		: 11px;
	color			: #DE8E1B;	
}

a
{
	font-size		: 11px;
	font-weight		: normal;
	color			: #96A121;
	text-decoration	: underline;
}
a:hover 
{
	font-size		: 11px;
	font-weight		: normal;
	color			: #CBCBCB;
	text-decoration	: underline;
}
a.nav
{
	font-size		: 11px;
	font-weight		: bold;
	color			: #CBCBCB;
	text-decoration	: none;
}
a.nav:hover 
{
	font-size		: 11px;
	font-weight		: bold;
	color			: #96A121;
	text-decoration	: underline;
}

a.white
{
	font-size		: 11px;
	font-weight		: normal;
	color			: #CBCBCB;
	text-decoration	: none;
}
a.white:hover 
{
	font-size		: 11px;
	font-weight		: normal;
	color			: #96A121;
	text-decoration	: underline;
}

.contact {
	color	: #656565;
	}

	
	
