@charset "utf-8";

*
{
	outline: none;
	cursor: default;
}

html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body
{
	background: rgb(255,255,255) url('../gfx/body_bg_repeat.gif') repeat-x top;
}

div#wrapper
{
	background: rgb(255,255,255);
	position: relative;
	margin: 0 auto;
	width: 905px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

div#banner
{
	background: rgb(255,255,255);
	height: 100px;
	overflow: hidden;
}

div#menu-boven
{
	height: 20px;
	text-align: left;
	border-top: 1px solid rgb(17,54,70);
	border-bottom: 1px solid rgb(17,54,70);
	padding: 4px 0 0 0;
}

div#content
{
	padding: 10px 0 0 0;
	background: rgb(255,255,255);
}

div#menu-onder
{
	background: rgb(255,255,255);
	height: 165px;
	overflow: hidden;
}

div#footer
{
	background: rgb(255,255,255);
	height: 25px;
	padding: 5px 0 0 0;
}

div#bottom-menu-payoff
{
	position: absolute;
	right: 50px;
	bottom: 90px;
	overflow: hidden;
}

div#overzicht-producten
{
	margin: 12px 0 0 0;
	position: relative;
	float: left;
}

div#overzicht-links
{
	margin: 12px 0 0 0;
	position: relative;
	float: left;
}

div#overzicht-rechts
{
	float: right;
	position: relative;
	margin: 7px 0 0 0;
}

#products
{
	margin: 0;
	padding: 0;
	float: left;
}