html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(/images/background.jpg) center top repeat-x;
}
#container{
	width: 706px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/********************************************************/
/*header*/
/*********************************************************/
#header{
	width: 706px;
	height: 278px;
	background: url(/images/header.jpg);
}
#header .ads{
	width: 311px;
	height: 266px;
	float: left;
	padding: 5px 0px 0px 5px;
}
#header .menu{
	width: 380px;
	height: 20px;
	float: right;
}
#header .menu a{
	font: 12px 'Trebuchet MS', Verdana;
	color: #212121;
	text-decoration: none;
}
#header .menu a:hover{
	color: #3C98C0;
}
#hover{
	float: right;
	padding: 22px 0px 0px 0px;
}
#hover .effect{
	height: 24px;
	width: 140px;
	display: block;
}
#hover .effect:hover{
	background: url(/images/bg.png);
}
/********************************************************/
/*content*/
/*********************************************************/
#content{
	width: 680px;
	background: url(/images/content.jpg) 19px 0px repeat-y;
	padding: 0px 5px 0px 24px;
	display: block;
}
#content .inhoud{
	font: 11px 'Trebuchet MS',Verdana;
	color: #212121;
	padding-bottom: 4px;
}
a{
	font: 11px 'Trebuchet MS',Verdana;
	color: #212121;
	text-decoration: none;
}
a:hover{
	color: #F49227;
}
#content .rechts{
	float: right;
	width: 45%;
}
#content .links{
	float: left;
	width: 55%;
}
#content h1, #content h2, #content h3, #content h4{
	font: 14px 'Trebuchet MS', Verdana;
	color: #F49227;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0;
}
/********************************************************/
/*footer*/
/*********************************************************/
#footer{
	width: 706px;
	height: 40px;
	background: url(/images/footer.jpg) no-repeat;
	text-align: center;
	font: 12px 'Trebuchet MS',Verdana;
	color: #b3b3b3;
	padding-top: 20px;
}


.clearer{
	clear: both;
}