@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: repeat-x;
}
div#div_wrapper {
	text-align: left;
	width: 760px;
}
div#div_logo {
	width: 146px;
	height: 118px;
	padding: 0px;
	margin: 0px;
}
div#div_navigatie {
	height: 30px;
	padding-top: 5px;
	width: 760px;
}
ul#ul_navigatie {
	list-style-type: none;	
	width: 760px;
}
li#li_navigatie {
	float: left;
}
a:link.a_navigatie {
	color: #AE0103;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
a:active.a_navigatie {
	color: #AE0103;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
a:hover.a_navigatie {
	color: #AE0103;
	font-size: 16px;
	background-color: #DBC2A3;
	font-weight: bold;
}
a:visited.a_navigatie {
	color: #AE0103;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
div#div_content {
	position: absolute;
	padding-left: 20px;
	top: 210px;
	width: 760px;
}
table#table_producten {
	border: 0px;
	width: 760px;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
td#td_separator {
	height: 4px;
}
div#div_footer {
	font-size: 10px;
	text-align: center;	
}