@charset "utf-8";
/* CSS Document */

body {
	background-color:#D4D6D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h2 {
	font-size:15px;
	color:#333399;
	}
.folder {
	text-decoration:none;
}
.filter {
margin:10px 0px 10px 0px;
line-height:25px;
font-weight:bold;
font-size:13px;
}
#formFilters {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding-bottom:10px;
padding-top:5px;
margin: 10px 0px 10px 0px;
width:135px;
}
.filterkop {
font-size:13px;
font-weight:bold;
color:#333399;
}
.img {
	border:0px;
}
.nav_table {
	padding:0px;
	padding-left:20px;
	vertical-align:top;
}
	
.nav_table_mid {
	padding:0px;
	background-repeat:repeat-y;
	padding-left:20px;
}	
	
table {
	background-repeat:no-repeat;
}
td {
	background-repeat:no-repeat;
}
td.pop {
	background-repeat:repeat-x;
}
td.popdown {
	background-repeat: repeat-y;
}
.navigatie {
	font-size:12px;
}

.footer {font-size: 10px
}

a.nav {
	color:#000000;
	text-decoration:none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:visited.nav {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active.nav {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
#container {
	width:1016px;
	height:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	overflow:visible;

	
}
#header {
	width:1016px;
	height:47px;
	background-image:url(../images/header_nw.jpg);
	background-repeat:no-repeat;
}


#content {
	width:1016px;
	height:auto;
	float:left;
	background-image:url(../images/achtergrond_nw.jpg);
	background-repeat:repeat-y;
	overflow:visible;
}

#footer {
	width:1016px;
	height:30px;
	float:left;
	background-image:url(../images/footer_nw.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}	

.xmenu, .ymenu    {
	white-space: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10 
	}
.xmenu a, .ymenu a   {
	display: block }
.ymenu a {
	width: 100% }
.xmenu li, .ymenu li    {
	margin: 0;
	padding: 0;
	padding-right:15px;
	position: relative;
	z-index: 11;
	vertical-align: inherit;
	behavior: url(hover.htc);
	
}
.xmenu li {
	float: left;
	 }
.ymenu li {
	width: 35%;
}
.xmenu ul   {
	list-style-type: none;
	display: block;
	margin: 0;
	padding:0;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	position: absolute;
	z-index: 12;
	background-color:#D3D3E8;}
	
.ymenu ul    {
	list-style-type: none;
	display: block;
	margin: 0;
	padding:0;
	position: absolute;
	z-index: 12;
	background-color:#FFFFFF;
}
.xmenu ul {
	top: 100%;
	left: 0 }
.ymenu ul {
	top: -50%;
	left: 100% }
.xmenu li>ul  /* for W3C browsers */  {
	margin: 0;
	top: auto;
	left: auto }
.xmenu ul li, .ymenu ul li     {
	margin: 0;
	z-index: 13;
	width: 100%;
	float: none }
.xmenu ul li a, .ymenu ul li a {
	width: 100% }
.xmenu ul ul   {
	margin: 0;
	z-index: 14;
	top: 30%;
	left: 100% }
.xmenu ul ul li, .ymenu ul ul li {
	z-index: 15;
	behavior: none }
.xmenu ul, .xmenu li:hover ul ul, .xmenu li.hover ul ul,
.ymenu ul, .ymenu li:hover ul ul, .ymenu li.hover ul ul {
	visibility: hidden }
.xmenu li:hover ul, .xmenu li:hover li:hover ul,
.xmenu li.hover ul, .xmenu li.hover li.hover ul,
.ymenu li:hover ul, .ymenu li:hover li:hover ul,
.ymenu li.hover ul, .ymenu li.hover li.hover ul {
	visibility: visible }

div.prodinstock {

color:#006600;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
    text-decoration:none;

}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #000000; background:#ffffff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
	top:-500px; left:50;
	padding: 15px;
	width:500px;
	color: #000000;
    text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	font-weight:normal;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.tooltipprod{
    display:block;
    position:absolute;
	top:0px; left:20;
	padding: 15px;
	width:300px;
	color: #000000;
    text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	font-weight:normal;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding:10px;
    background: url(bubble.gif) no-repeat top;
	background-color:#FFFFFF;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 10px; 
	background: url(bubble_filler.gif) repeat bottom; 
	background-color:#FFFFFF;
}
a.tt:hover span.bottom{
	display: block;
	padding: 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
	background-color:#FFFFFF;
}
/* 
----------------------------------------------
Accordion Menu 
----------------------------------------------
*/
a.tree_menu{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.folder {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.tree_menu{
	margin:0px;
	padding: 0px 0px 0px 0px;
	
}
li {
	list-style:none;
	line-height:20px;
	list-style:disc;
	list-style:none\0/;
}
ul {
margin:0px;
padding:5px;
}

/* 
----------------------------------------------
End Accordion Menu 
----------------------------------------------
*/
