html, body, img {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

html {
	background: #492805 url("../html_images/html_bg.gif") center 0 repeat;
}

h1 {
	margin: 0;
	font: bold 16px "Palatino Linotype";
	color: #800000;
	border-bottom: 1px solid #800000;
	text-transform: uppercase;
}

#maincontainer {
	margin: 15px 0 0 30px;
	width: 1067px;
}

#topcontainer {
	width: 1067px;
	height: 280px;
	background: url("../html_images/wit_boven.png") no-repeat right bottom ;
}

#logo {
	position: relative;
	float: left;
	width: 261px;
	height: 280px;
	background: url("../html_images/logo_bg.png") 0 0 no-repeat;
}

#vlaggen {
	position: relative;
	float: left;
	width: 720px;
	height: 50px;
	text-align: right;
}

#menu {
	position: relative;
	float: left;
	width: 720px;
	height: 100px;
}

#nav {
	width: 665px;
	height: 92px;
	background: url("../html_images/menubuttons.gif") 0 0 no-repeat;
	padding: 0;
	margin: 0;
}

#nav span {
	display: none;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li, #nav a {
	height: 92px;
	display: block;
}

#nav li {
	position: relative;
	float: left;
	list-style: none;
	_display: inline;
}

#nav-01 { width: 133px;}
#nav-02 { width: 133px;}
#nav-03 { width: 133px;}
#nav-04 { width: 133px;}
#nav-05 { width: 133px;}

#nav-01 a:hover { background:url("../html_images/menubuttons.gif") -0px -92px no-repeat; }
#nav-02 a:hover { background:url("../html_images/menubuttons.gif") -133px -92px no-repeat; }
#nav-03 a:hover { background:url("../html_images/menubuttons.gif") -266px -92px no-repeat; }
#nav-04 a:hover { background:url("../html_images/menubuttons.gif") -399px -92px no-repeat; }
#nav-05 a:hover { background:url("../html_images/menubuttons.gif") -532px -92px no-repeat; }


#merken {
	position: relative;
	float: left;
	width: 806px;
	height: 90px;
	text-align: center;
}

#account {
	position: relative;
	float: left;
	width: 720px;
	height: 40px;
	padding: 0 0 0 0;
	text-align: right;
}

#leftandright {
	position: relative;
	float: left;
	width: 1067px;
	padding: 20px 0 0 0;
	background: url("../html_images/wit_midden.png") right 0 repeat-y;
}

#leftcontainer {
	position: relative;
	float: left;
	width: 310px;
	margin: -80px 0 0 0;

	font: normal 12px/20px Arial;
	color: #000000;
}

#leftcontainer-content {
	padding: 0 0 0 0;
}

#zoekfunctie {
	width: 310px;
	height: 40px;
	background: url("../html_images/zoekfunctie_bg.png") 0 0 no-repeat;
}

#zoekfunctie-content {
	width: 204px;
	height: 20px;
	padding: 5px 0 0 15px;
}

#producten {
	width: 310px;
	height: 361px;
	margin: 10px 0 0 0;
	background: url("../html_images/producten_bg.png") 0 0 no-repeat;

	font: bold 14px/25px Arial;
	color: #000000;
	text-align: justify;
}

#producten a {
	color: #ffffff;
	text-decoration: none;
}

#producten a:hover {
	color: #ffff00;
	text-decoration: none;
}

#producten-main {
	position: relative;
	float: left;
	width: 139px;
	padding: 25px 0 0 15px;
}

#producten-sub {
	position: relative;
	float: left;
	margin: 55px 0 0 0;
}

#rightcontainer {
	position: relative;
	float: left;
	width: 757px;

	font: normal 12px/18px Arial;
	color: #000000;
	text-align: justify;
}

#rightcontainer-content {
	margin: 0 90px 0 0;
	background: White;
}

#rightcontainer-content a {
	color: #000080;
}

#rightcontainer-content a:hover {
	text-decoration: none;
}

#bottomcontainer {
	position: relative;
	float: left;
	width: 1067px;
	height: 169px;
	background: url("../html_images/wit_onder.png") right 0 no-repeat;

	font: normal 12px/20px Arial;
	color: #000000;
}

#bottomcontainer-content {
	margin: 40px 0 0 310px;
}

#bottomcontainer-content a {
	color: #ed7b18;
}

#bottomcontainer-content a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

