body {
	scrollbar-face-color:#F2F2F2;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#F2F2F2;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:#F2F2F2;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-track-color:#F2F2F2;
	overflow-x: hidden;
	overflow-y: auto;
	background-attachment: fixed;
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-x;
}

/* NAVIGATIE TOP = #FFFFFF */
#navigatie_header ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 20px;
	color : #FFF;
	background-color : #FFFFFF;
	padding : 0;
	margin : 0;
	white-space : nowrap;
	float : right;
	width : 100%;
}
#navigatie_header ul li{
	display : inline;
}
#navigatie_header ul li a{
   padding-left : 0.5em;
   padding-right : 0.5em;
   color : #353c50;
   font-weight : normal;
   text-decoration : none;
   float : right;
}
#navigatie_header ul li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : #353c50;
	text-decoration : underline;
}


#subnav_shop {
	width: 195px;
	height:100%
	padding: 0px;
	vertical-align: top;
	margin-left: 5px;
}

#subnav_shop ul	{
	margin-left: 0;
	padding-left: 0;
	padding-right:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	text-align: left;
}

#subnav_shop li	{
	list-style-type: none;
	cursor: pointer;
	cursor: hand;
}

#subnav_shop a	{
	display: block;
	padding-top: 1px;
	padding-right:0px;
	padding-bottom:1px;
	padding-left:12px;
	/*width: 140px;*/
	border-top: 0px solid #FFF;
	border-bottom: 1px solid #536f9f;
	line-height: 20px;
	text-decoration: none;
	/*background-image: url(../../images/bg_navigatie.gif);*/
	background-repeat: no-repeat;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}

#subnav_shop a:link, #subnav_shop a:visited {
	color: #FFF;
	text-decoration: none;
}


#subnav_shop a:hover {
	color: #FFF;
	background-color: #6f85a9;
	text-decoration: none;
	/*background-image: url(../../images/bg_navigatie.gif);*/
	background-repeat: no-repeat;
}

