/*		PREDEFINED		*/
html, body {
	margin: 0px;
	padding: 0px;

	height: 100%;

	background-color: #A6A6B1;
}

img {
	border: 0px;
}

/*		CUSTOM		*/
/*		DIV			*/
div#horizontalbar {
	position: absolute;
	top: 81px;
	left: 0px;

	min-width: 100%;
	height: 79px;

	background-image: url('../images/blauwefotos.jpg');

	z-index: 2;
}

div#container {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 778px;
	min-height: 100%;

	padding: 0px;
	margin: 0px;

	background-color: #FFFFFF;

	background-image: url('../images/navbalk_bg.gif');
	background-repeat: repeat-y;

	z-index: 1;
}

div#content {
	position: relative;

	margin-top: 190px;

	float: right;

	padding-left: 50px;
	padding-right: 50px;

	width: 553px;
	height: auto;
}

div#pagenavigation {
	position: relative;
	text-align: right;
	margin-bottom: 2px;
}

div#pagenavigation span {
	float: right;
}

a.pagenumber {
	position: relative;
	display: block;
	float: right;
	width: 18px;
	height: 16px;

	padding: 0px;
	margin: 0px;

	color: #FFFFFF;
	padding-top: 2px;
	margin-bottom: 5px;
	margin-left: 3px;

	text-decoration: none;
	text-align: center;
}

div.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

div.sitemap {
	position: absolute;
	top: 58px;
	left: 45px;
	width: 60px;
	text-align: center;
	font-size: 10px;
	z-index: 5;
}

div.sitemapru {
	position: absolute;
	top: 58px;
	left: 25px;
	width: 80px;
	text-align: center;
	font-size: 10px;
	z-index: 5;
}

div.sitemapru a span {
	color: #BDBDC9;
}

div.sitemap a span {
	color: #BDBDC9;
}

/*		IMG			*/

img#backgroundleft {
	top: 0px;
	left: 0px;

	float: left;

	width: 125px;
	height: 533px;	
}

img#logo {
	position: absolute;
	left: 170px;

	z-index: 4;
}

/*		MENU		*/
ul#navigation {
	position: absolute;
	top: 190px;

	list-style: none;
	margin: 0px;
	padding: 0px;

	z-index: 5;
}

ul li {
	padding-bottom: 1px;
}

div.sitemap a:link {
	color: white;
	text-decoration: none;
}

div.sitemap a:visited {
	color: white;
	text-decoration: none;
}

div.sitemap a:hover {
	color: #24AEDF;
}

div.sitemap a:active {
	color: #24AEDF;
	text-decoration: none;
}

/*      floating-menu        */

div#floating-menu {
	position: absolute;

	left: 778px;

	/* IF IE; OVERRULE LEFT */
	left: expression(document.body.clientWidth > 997 ? "778px" : document.body.clientWidth - 220);

	width: 220px;
	min-height: 100%;

	z-index: 4;
}

div#floating-menu-top {
	position: relative;
	width: 220px;

	text-align: center;

	margin: 0px;
	padding: 0px;

	background-color: #E6E9F1;
}

div#languages {
	padding: 5px;
	background-color: #CFD3DD;
	height: 15px;
}

div#languages img {
	float: right;
	margin-right: 2px;
	height: 15px;
}

div#search {
	position: relative;
	height: 136px;
}

img#inuitklap {
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}

div#floating-menu-products {
	position: relative;
	background-color: #CFD3DD;
	display: none;
}

div#floating-menu-products ul {
	margin: 0px;
}

div#floating-menu-products li a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

div#floating-menu-products li {
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

div#floating-menu-products li ul li {
	border-top: 1px solid silver;
	border-bottom: none;
}

div#floating-menu-products ul a {
	margin-left: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: black;
}

div#floating-menu-products li a:link {
	text-decoration: none;
	color: black;
}

div#floating-menu-products li a:visited {
	text-decoration: none;
	color: black;
}

div#floating-menu-products li a:hover {
	text-decoration: underline;
	color: #24AEDF;
}

div#floating-menu-products li a:active {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

div#floating-menu-products ul a:link {
	text-decoration: none;
}

div#floating-menu-products ul a:visited {
	text-decoration: none;
}

div#floating-menu-products ul a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #24AEDF;
}

div#floating-menu-products ul a:active {
	text-decoration: none;
	font-weight: bold;
}

li.pm_group {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

ul.pm_subgroup {
	display: none;
	color: green;
}

.ourstock {
	position: absolute;
	color: #24AEDF;
	left: 14px;
	bottom: 1px;
}

select#manufactors { width: 190px; }