body, div, h1, h2, h3, p, ul, li, a {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

ul, li {
	list-style-type: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	*zoom: 1;
	*display: block; 
    }

td {
	vertical-align: bottom;
}
/* einde reset */

body {
	background: #ac8100 url(img/bg_main.jpg) 50% 0 no-repeat;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #999999;
}

#container {
	width: 834px;
	margin: 0 auto;
	padding-top: 82px;
}

#header {
	background: transparent url(img/bg_header.png) 0 0 no-repeat;
	height: 162px;
}

h1 {
	width: 160px;
	height: 120px;
	margin-left: 48px;
}

h1 a {
	display: block;
	height: 120px;
	text-indent: -9999px;
}

#content {
	background: transparent url(img/bg_content.png) 0 0 repeat-y;
	position: relative;
}

ul#nav {
	position: absolute;
	top: 0;
	left: -127px;
}

ul#nav li a {
	display: block;
	width: 144px;
	text-indent: -9999px;
}

li#welkom a {
	background: transparent url(img/welkom_off.png) 0 0 no-repeat;
	height: 56px;
	position: relative;
	top: 0;
	left: 0;
}

li#welkom a:hover, li#welkom a.current {
	background: transparent url(img/welkom_on.png) 0 0 no-repeat;
}

li#boten a {
	background: transparent url(img/boten_off.png) 0 0 no-repeat;
	height: 55px;
	position: relative;
	top: -10px;
	left: 0;
}

li#boten a:hover, li#boten a.current {
	background: transparent url(img/boten_on.png) 0 0 no-repeat;
}

li#prijzen a {
	background: transparent url(img/prijzen_off.png) 0 0 no-repeat;
	height: 64px;
	position: relative;
	top: -23px;
	left: 0;
}

li#prijzen a:hover, li#prijzen a.current {
	background: transparent url(img/prijzen_on.png) 0 0 no-repeat;
}

li#info a {
	background: transparent url(img/info_off.png) 0 0 no-repeat;
	height: 56px;
	position: relative;
	top: -37px;
	left: 0;
}

li#info a:hover, li#info a.current {
	background: transparent url(img/info_on.png) 0 0 no-repeat;
}

li#contact a {
	background: transparent url(img/contact_off.png) 0 0 no-repeat;
	height: 58px;
	position: relative;
	top: -48px;
	left: 0;
}

li#contact a:hover, li#contact a.current {
	background: transparent url(img/contact_on.png) 0 0 no-repeat;
}

#content p, #content address, #content table {
	font-style: normal;
	padding: 10px 80px 10px 100px;
}

#content table {
	*margin-left: 100px;
}

td.rechtercel {
	padding-left: 254px;
}

td.meertop {
	padding-top: 20px;
}

#content p.last, #content h3.last {
	padding-bottom: 70px;	
}

#content h2 {
	padding: 57px 100px 20px 100px;
	color: #4c6600;
	font-size: 19px;
	letter-spacing: 1px;
}

#content h3 {
	padding: 10px 80px 10px 100px;
	color: #4c6600;
	font-size: 14px;
	letter-spacing: 1px;
	clear: both;
}

#content h3 {
	*padding-left: 100px;
	*white-space: nowrap;
	*zoom: 1;
}

#content img {
	float: right;
	margin-left: 10px;
	padding-right: 70px;
	padding-top: 10px;
	position: relative;
}

#content img.links {
	float: none;
	padding-right: 0;
	padding-left: 85px;
}

#footer {
	background: transparent url(img/bg_footer.png) 0 0 no-repeat;
	height: 54px;
}

#footer p {
	text-align: right;
	padding: 0 30px;
	color: #4c6600;
	letter-spacing: 1px;
	font-size: 80%;
}

a, #content p span, #content table span {
	color: #a18000;
}

a:hover {
	color: #4c6600;
}