html
{
	height: 100%;
}

body
{
	height: 100%;
	padding:0;
	margin:0;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#c1d968;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:13px;
}

a, a:visited, a:active { color:#f27a00; text-decoration:none; }
a:hover { text-decoration:underline; }

#container
{
	position: relative;
	min-height: 100%;
	background-image:url(images/contentbackground.gif);
	background-repeat:repeat-y;
	width:730px;
	margin:0 auto;
}

* html #container
{
	height: 100%;
}

#content
{
	padding:10px 15px 38px 15px;
}

#footer
{
	margin-left:auto;
	margin-right:auto;
	position: relative;
	width:720px;
	height:18px;
	margin-top:-38px;	
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	font-size:10px;
	color:#477327;
	text-align:right;
	padding-right:10px;
	padding-top:20px;
	border:0;
	background-color:#c1d968;
}

#header
{
	width:730px;
	height:139px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header a { display:block; width:730px; height:139px; }

#menu
{
	height:34px;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:10px;
}

#menu ul { list-style-type:none; margin:0; padding:0; }
#menu ul li { display:block; float:left; margin-right:50px; padding-top:7px;height:20px; }
#menu ul li a, #menu ul li a:visited
{
	display:block; color:#477327; text-decoration:none; font-weight:bold;
	background-image:url(images/menubullet.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a.selected, #menu ul li a:visited.selected, #menu ul li a:active.selected
{
	background-image:url(images/menubulletover.gif);
}

p { margin-top:0; margin-bottom:2em; line-height:1.7em; }
h2, h3, h4, h5 { margin:0 0 10px 0; color:#f27a00; border-bottom:1px solid #d5e59b; padding-bottom:10px; }
h2 { font-size:16px; }
h3 { font-size:15px; }
h4 { font-size:14px; color:#72a603; }
h5 { font-size:13px; color:#72a603; }
h1 { text-indent:-5000px; margin:0; padding:0; }

table#prijzen, table#toeslagen
{
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}

table.contact { border-collapse:collapse; margin-bottom:20px; }

table.contact td { padding:4px; }
table#prijzen td, table#toeslagen td
{
	padding:8px 4px;
	border-top:1px solid #d5e59b;
	border-bottom:1px solid #d5e59b;
}

table#prijzen td { width:30%; }

table#prijzen td.head, table#prijzen td.legend, table#toeslagen td.legend
{
	font-weight:bold;
	background-color:#f7faeb;
	color:#477327;
}
table#prijzen td.legend, table#toeslagen td.legend
{
	width:40%;
}

img.afb
{
	border:1px solid #d5e59b;
	background-color:#f7faeb;
	padding:3px;
}

img.een, img.twee, img.drie, img.vier
{
	margin-bottom:8px;
}

img.twee, img.drie, img.vier { margin-left:8px; }

span.klein { font-size:11px; }
