body{
	margin: 0;
	font-family: Trebuchet MS;
	font-size: 11px;
	background-image: url(img/bg.png);
	line-height: 18px;
	}
	
#container{
	width: 1004px;
	height: auto;
	margin: 0px auto 0px auto;
	}
	
#header{
	height: 38px;
	width: 819px;
	background-image: url(img/header.png);
	padding-left: 185px;
	padding-top: 113px;
	padding-bottom: 17px;
	}
	
#menu{
	height: 49px;
	width: 605px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 30px;
	}
	
	
#menu ul {padding:0; margin:0; list-style-type: none;}
#menu li {float:left; position: relative;}
#menu a, #menu a:visited { float:left; width:83px; height: 49px; font-size:12px; color: #ffffff;text-decoration:none; text-align: center; line-height: 36px; font-weight: bold;}
#menu a:hover{ background-image: url(img/menu-hover.png); color: #000000;}
	
#content{
	height: auto;
	width: 724px;
	background-image: url(img/content-bg.png);
	padding: 20px 140px 20px 140px;
	overflow: hidden;
	}
	
#left{
	height: auto;
	width: 150px;
	float: left;
	}
	
.zoeken-header{
	height: 42px;
	width: 142px;
	background-image: url(img/zoeken-header.png);
	}
	
.zoeken{
	height: auto;
	width: 142px;
	}
	
.linkpartners-header{
	height: 42px;
	width: 145px;
	background-image: url(img/linkpartners-header.png);
	}
	
.linkpartners{
	height: auto;
	width: 145px;
	}
	
#right{
	height: auto;
	width: 570px;
	float: left;
	}
	
.text-header{
	height: 27px;
	width: 555px;
	background-image: url(img/content-header.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
	}
	
.text{
	height: auto;
	width: 560px;
	padding-left: 10px;
	}
	
#footer{
	height: 75px;
	width: 1004px;
	background-image: url(img/footer.png);
	clear: both;
	}
	
	
h1{
	font-size: 18px;
	margin: 0;
	padding: 0;
	}
