body
{
	margin: 0;
    padding: 0;
	background-image: url('images/bg_body.png');
	background-repeat: repeat-y;
	background-position: center;
}

div
{
	margin: 0;
    padding: 0;	
}

#wrapper
{
	width: 847px;
	margin: auto;	
}

#header
{
	width: 848px;
	height: 124px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;	
}

#header #submenu
{
	width: 232px;
	height: 31px;
	position: absolute;
	top: 0;
	margin-left: 615px;	
}

* html #header #submenu
{
	margin-left: 616px;	
}

#header #hoofdmenu
{
	width: 359px;
	height: 34px;
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -199px;	
}

#header .overons
{
	background-position: 0px 0px;	
}

#header .contact
{
	background-position: 0px -136px;	
}

#header .offerte
{
	background-position: 0px -102px;	
}

#header .tips
{
	background-position: 0px -68px;	
}

#header .advies
{	
	background-position: 0px -34px;	
}

#content
{
	width: 848px;	
}

#content #plaatje
{
	width: 225px;
	height: 450px;
	background-image: url('images/plaatje.png');
	background-repeat: no-repeat;
	float: left;	
}

#content #inhoud
{
	width: 623px;
	min-height: 550px;
	float: left;	
}

#content #inhoud #text
{
	margin: 20px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;	
}

#content #inhoud #text #titel
{
	display: block;
	margin-bottom: 20px;
}

#content #inhoud #text a
{
	color: black;
}

#content #inhoud #text a:hover
{
	color: #999999;
}

#content #inhoud #text form
{
	margin: 0;
	background-color: #f2f2f2;
}

td
{
	font-size: 12px;	
}

input, textarea, select
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;		
}

select
{
	width: 300px;	
}

img#button
{
	cursor: pointer;
	cursor: hand;
}

#slogan
{
	width: 848px;
	height: 50px;
	background-image: url('images/slogan.png');
	background-repeat: no-repeat;
	clear: both;	
}

.bgfix
{
	background-position: -1px;	
}

* html .bgfix
{
	background-position: 0;	
}
