html {

	background-color: #FFF;
	background-image: url("../images/background-body.gif");
	background-repeat: repeat-x;

}

body {

	background-image: url("../images/background-footer3.jpg");
	*background-image: url("../images/background-footer2.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana;
	color: #000;
	padding: 0px;
	margin: 0px;

}

a {

	color: #000;
	
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; }

h1 {

	display: none;

}

h2 {

	font-size:14px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px;
	
}

p {

	padding: 5px 10px;
	margin: 0px;

}

img {

	margin: 0px;
	padding: 0px;
	border: none;

}

img.logo {

	float: right;
	margin-bottom: 12px;

}

#container {

	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

}

#header {

	width: 800px;
	height: 100px;
	background-color: #ff9900;
	background-image: url("../images/background-header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	padding: 0px;
	margin: 0px;

}

#content {

	padding: 0px;
	margin-left: 223px;
	*margin-left: 223px;
	margin-right: 0px;

}

div#content { 

	min-height: 370px;
	height: expression(this.scrollHeight > 370 ? "auto":"370px");

}

div.column {

	float: left;
	width: 138px;
	*width: 138px;
	_width: 137px;
	height: 100px;
	margin: 0px 0px 12px 0px;
	*margin-bottom: 0px;
	padding: 0px;

}

div.sitemap {

	width: 543px;
	margin: 0px 0px 5px 0px;
	_margin: -4px 0px 5px -3px;
	padding: 8px 0px 0px 8px;
	border-left: 1px solid #ffd294;
	border-right: 1px solid #ffd294;

}

div#bedrijven.sitemap, div#instellingen.sitemap, div#particulieren.sitemap {

	display: none;

}

div.sitemap a {

	text-decoration: underline;

}

div.sitemap a:hover {

	text-decoration: none;

}

#left {

	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;

}

#left p {

	margin: 10px 0px -4px 20px;
	text-align: justify;

}

#footer {

	clear: both;
	margin: 0px;
	padding: 14px 0px 0px 0px;
	text-align: left;

}

#footer p {

	float: left;
	padding-left: 30px;
	color: #999999;

}

ul#bottomnav {

	float: right;
	margin: 5px 10px 0px 0px;
	*margin-right: 7px;
	_margin-right: 4px;
	padding: 0px;
	list-style: none;

}

ul#bottomnav li {

	display: inline;
	padding: 0px 14px 0px 14px;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;

}
