/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	text-align:center;
	background:white url('../gfx/oranje.jpg') repeat-x left top;
}
	
img, div{ behavior: url(css/iepngfix.htc);}
img {border:0px solid #000000;}
	
body, table, th, td, p, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	}
p {
	
}
	
h1, h2, h3, h4, h5, h6 {margin:0 0 10px 0;}
a {border:none;}
a:focus {outline:none;}
h1 {font-size:18px;}
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

#container {
	position:relative;
	width:100%;
	height:481px;
	}

/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {width:809px; height:222px; background-color:#dd6c07;}
	
/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/

div.navigatie {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:656px; 
	height:42px; 
	float:left; 
	padding:0 0 0 0;
	}
	
div.navigatie a,
div.navigatie span {
	display:block; 
	background:url('../gfx/nav-item.png') no-repeat -50px 0; 
	float:left; 
	padding:19px 4px 0 4px; 
	line-height:25px; 
	font-size:11px; 
	color:#FFFFFF; 
	text-decoration:none; 
	text-transform:uppercase;
	}
	
div.navigatie a:hover, div.navigatie a.selected {
	background:transparent url('../gfx/nav-item.png') no-repeat center top; 
	padding:19px 4px 0 4px;
	}


/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div#footer {
	width:1024; 
	background:url('../gfx/footer_logo2.png') no-repeat center top;
	width:100%;
	height:119px;
	}	
	
div#footerText{
	text-align:right;
	font-size:11px;
	line-height:20px;
	width:834px;
	margin:auto;
	padding:55px 0 0 0;
	}
	
div#footerText a{color:#dd6d08; text-decoration:none;}

		 
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/
div.contentBlock {
	position:relative;
	width:834px;
	height:442px;
	margin:0 auto;
	background:white url('../gfx/content.jpg');
	}
	
div.contentText{
	position:absolute;
	right:0px;
	bottom:0px;
	height:144px;
	width:363px;
	padding:36px 50px 62px 145px;
	text-align:left;
	color:#1f133a;
	font-size:11px;
	}






























