html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #737373;
	font-family: Arial;
	font-size: 12px;
}

body.background {
	background-color: #ffffff;
	background-image: url(/img/bg-body.jpg);
	background-repeat: repeat-x;
	background-position : top;
}

#container {
	position: relative;
	background-image: url(/img/bg-container.jpg);
	background-repeat: no-repeat;
	background-position : center top;
	width: 1000px;
	margin: 0px auto;
	height: 100%;
	z-index: 1;
	min-height: 768px; !important;
}

#main {
	position: relative;
	float: left;
	width: 835px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	left: 80px;
	top: 0px;
	z-index: 2;
}

#error {
	position: relative;
	float: left;
	width: 835px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	left: 80px;
	top: 0px;
	padding-top: 10px;
	padding-left: 50px;
	z-index: 2;
}

#banner-home {
	position:relative;
	float: left;
	background-image: url(/img/banner-home.gif);
	background-repeat: no-repeat;
	background-position : center top;
	width: 847px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	top: 10px;
	z-index: 3;
}

#main-content {
	position:relative;
	background-color:#ffffff;
	top: 24px;
	width: 835px;
	height: 100%;
	margin-left: 2px;
	margin-bottom: -176px;
	z-index: 4;
}

#main-content-left {
	position: relative;
	background-color:#ffffff;
	float: left;
	width: 171px;
	z-index: 5;
}

#main-content-right {
	position: relative;
	background-color:#ffffff;
	padding-left: 4px;
	float: left;
	width: 655px;
	height: auto;
	z-index: 5;
}

#submenu-top {
	position: relative;
	float: left;
	background-image: url(/img/bg-submenu-top.jpg);
	background-repeat: no-repeat;
	background-position : center bottom;
	height: 32px;
	width: 171px;
	z-index: 6;
}

#submenu-middle {
	position: relative;
	float: left;
	padding-top: 0px;
	background-image: url(/img/bg-submenu-middle.jpg);
	background-repeat:repeat-y;
	background-position : center top;
	height: auto;
	width: 171px;
	z-index: 6;
}

#submenu-bottom {
	position: relative;
	float: left;
	background-image: url(/img/bg-submenu-bottom.jpg);
	background-repeat: no-repeat;
	background-position : center top;
	height: 27px;
	width: 171px;
	z-index: 6;
}

#advert {
	position: relative;
	float: left;
	width: 171px;
	height: 240px;
	z-index: 6;
	overflow: hidden;
}

#advert img {
	padding-top: 25px;
}

#advertbackground {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#advertbackground a {
	background:url("/img/aanbieding-frame.png") no-repeat scroll 0 0 transparent;
	width: 172px;
	height: 241px;
	position: absolute;
	overflow: hidden;
}	

/*
#submenu {
	position: relative;
	float: left;
	background-image: url(/img/bg-submenu.jpg);
	background-repeat: no-repeat;
	background-position : center top;
	min-height: 251px;
	width: 171px;
}

*/

.clr {
clear: both;
}

.navlist {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 0px;
	list-style-type: none;
	font-weight: bold;
}
.navlist a, .navlist a:visited {
	padding: 4px 2px 6px 4px;
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

.navlist a:hover {
	color: #bcc23e;
}

li.navlist_li {
	padding-left: 8px;
	background-image:  url(/img/bg-navlist.gif);
	background-repeat: no-repeat;
	background-position: 0% 90%;
	height: 22px;	
}

/*
.navlist {
	background-image:  url(/img/bg-navlist.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #ffffff !important;
	font-weight: bold;
	cursor: default;
}
*/

#mainmenu {
	position: relative;
	height: 170px;
	top: 149px;
}

#mainmenu a, #mainmenu a:visited {
	padding-top: 0px;
/*	padding-left: 8px;
	padding-right: 8px; */
	color: #ffffff;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal; 
}

#mainmenu a:hover {
	color: #bcc23e;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	font-size: 14px;
	color: #006633;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	font-weight:bold;
}

h4 {
	font-size: 14px;
	margin: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	display: inline;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;

}
