body
	{
	padding: 30px 0;
	text-align: center;
	color: #000;
	background: #FDF9F3 url(../beeld/bg_body_licht.jpg) 0 0 repeat-x;
	font-family: "Lucida Grande",Calabri,Corbel,Candara,Arial,sans_serif;
	font-size: 12px;
	line-height: 18px;
	}
		
#container
	{
	width: 983px;
	margin: 0 auto;
	text-align: left;
	background: url(../beeld/bg_content_repeat_licht.jpg) -1px 0 repeat-y;
	position: relative;
	zoom: 1;
	}
		
#header,
#footer
	{
	width: 100%;
	clear: both;
	}

#header
	{
	height: 205px;
	background: url(../beeld/logo_header_klein.jpg) 0 0 no-repeat;
	}
	
#content
	{
	background: url(../beeld/bg_itemnav.jpg) 0 0 no-repeat;
	position: relative;
	zoom: 1;
	}
	
#footer
	{
	width: 983px;
	margin: 0 auto;
	height: 95px;
	background: url(../beeld/bg_footer_licht.jpg) 0 0 no-repeat;
	}	

#footer p
	{
	font-size: 11px;
	color: #555;
	text-align: right;
	padding: 90px 10px 0 0;
	}

.wrapper
	{
	float: right;
	width: 941px;
	}
	
.kol1,
.kol2,
.kol3
	{
	float: left;
	width: 300px;
	}
	
.kol1
	{
	min-height: 200px;
	}
	
.kol2
	{
	width: 335px;
	}
	
.kol3
	{
	width: 265px;
	}	
	
.kol1 p,
.kol2 p,
.kol3 p
	{
	padding: 20px 20px 0 0;
	}
	
/* navigatie header */
ul#hoofdnav
	{
	display: block;
	list-style-type: none;
	position: absolute;
	top: 55px;
	left: 50px;
	}
	
ul#hoofdnav li
	{
	float: left;
	}	

ul#hoofdnav li a
	{
	display: block;
	height: 85px;
	text-indent: -9000px;
	}
	
ul#hoofdnav li a#homebutton
	{
	width: 575px;
	background: url(../beeld/button_home.jpg) top right no-repeat;
	}

ul#hoofdnav li a#contactbutton
	{
	width: 65px;
	background: url(../beeld/button_contact.jpg) 0 0 no-repeat;
	}	
	
ul#hoofdnav li a#homebutton:hover
	{
	background-position: right -85px;
	}
	
ul#hoofdnav li a#contactbutton:hover
	{
	background-position: 0 -85px;
	}		
