body {
	background-color: #fcf6dc;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	overflow: auto;
	color: #ffffff;
}

div#bodydiv {
	/*background-image: url(images/body_BG.jpg);
	background-repeat: no-repeat;*/
	position: relative;
	left: 0px;
	width: 640px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0px solid Blue;
}

div#navTop {
	background-image: url(images/top_BG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 165px;
	border: 0px solid Black;
	overflow: hidden;
}

div#navLeft {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 150px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index:	10;
}

table#leftmenu {
	background-color: #e8e8e8;
	width: 150px;
	height: 400px;
	position:absolute;
	top: 0px;
	left: 0px;	
	border: 0px solid Purple;
}

td.leftmenu {
	white-space: nowrap;
	font-family: Comic Sans MS;
}

td.sizer {
	height: 100%;
}

div#mainContent {
	position: relative;
	background-color: #01adb7;
	top: -60px;
	left: 170px;
	width: 460px;
	height: 480px;
	overflow: hidden;
	padding: 0px 5px 0px 5px;
	border: 0px solid Purple;
	z-index: 10;
}

div#navBottom {
	background-image: url(images/bottom_BG.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 560px;
	height: 40px;
	width: 640px;
	border: 0px solid Red;
	z-index: 9;
}

div.leftmenuitem {
	position: relative;
	top: 0px;
	text-align: left;
	color: #df005a;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
	padding: 5px 15px 0px 10px;
	height:	22px;
}

div.leftmenuitemover {
	position: relative;
	top: 0px;
	text-align: left;
	color: #df005a;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
	padding: 5px 15px 0px 10px;
	height:	22px;
}

div.subleftmenuitem {
	position: relative;
	top: 0px;
	text-align: left;
	color: #999999;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
	padding: 5px 15px 0px 10px;
	height:	22px;
}

div.subleftmenuitemover {
	position: relative;
	top: 0px;
	text-align: left;
	color: #777777;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
	padding: 5px 15px 0px 10px;
	height:	22px;
}

tr#no_subleftmenu {
	display: none;
}
tr#subleftmenu {
	display: block;
}

div#flash {
	position: absolute;
	top: 46px;
	left: 0px;
	z-index: 10;
}

legend {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;	
}


div#authentication {
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	padding:11px;
	border:1px solid black;
	background-color:#cccccc;
	color:#ffffff;
}

div#searchwidget {
	position:	relative;
}

div.searchresults {
	color:	#FFFFFF;
}

input#term {
	height:	10px;
	position: relative;
	top: -3px;
	border: 1px solid Black;
}

a.zoek {
	color: White;
	position: relative;
	top: -3px;
	font-size: 8pt;
	font-weight: bold;
}

a, a:hover, a:visited, a:link {
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
}

div.rss {
	/*
	position:						absolute;
	right:							25px;
	top:								127px;
	z-index:							100;
	height:							14px;
	width:							36px;
	*/
}

div.stat_afbeelding {
	position: relative;
	top: -4px;
	left:0px;
	height:100px;
	width: 470px;
	z-index:	2;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

/**************/
/*  de slider */
/**************/


div#scrolldiv {
	/* The total width of the scrolling div including scrollbar */
	width:100%;
	height:100%;	/* The height of the scrolling div */
}

div#scrolldiv_parentContainer {
	width:100%;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
}

/*	CSS for the scrolling content 	*/
div#scrolldiv_content {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: normal;
}

/*		The scrollbar slider 	*/
div#scrolldiv_slider {
	width:15px;
	float:left;
	border:0px solid Red;
}

/*		The scrollbar (The bar between the up and down arrow )	*/
div#scrolldiv_scrollbar {
	width:1px;
	border-left:0px solid #beb39b;
	position:relative;
	left: 25px;
}

/*		The scrollbar handle		*/
div#scrolldiv_theScroll {
	margin:1px;
	width:9px;
	height:9px;
	background-color:#cf521c;
	position:absolute;
	top:0px;
	left:-5px;
	cursor:pointer;
}

/*		Scroll buttons(The up and down arrows)		*/
div#scrolldiv_scrollUp,#scrolldiv_scrollDown {
	width:0px;
	height:0px;
	border:0px solid #beb39b;
	color: #beb39b;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
}

div#scrolldiv_scrollUp {
	margin-bottom:2px;
}

div#scrolldiv_scrollDown {
	margin-top:2px;
}


/************************************************************/
/*      webshopweergave													*/
/************************************************************/

img.webshop_image {
	text-align:	left;
	cursor:	pointer;
	padding: 0px 10px 0px 0px;
}

table.productlist {
	width:	570px;
	border: 0px solid white;

}

tr.productlist {
	background-color: #2d2d2d;
}

td.productlist {
	padding:	10px 10px 10px 10px;
	vertical-align:	top;
	text-align: left;
}

#leftColumn{	/* deel dat de images toont */
	width:600px;
	float:left;
	padding-right:5px;
}

#shopping_cart_container{	/* de shopping-cart containerdiv */
	font-family: Verdana, sans-serif;
	position: absolute;
	right: 10px;
	top:	15px;
	width:180px;
	height:95%;
	padding-right:10px;
	z-index:1000;
	border: 1px solid #676565;
}
#shopping_cart{	/* Shopping cart div in de container */
	margin:3px;
	padding:3px;
	font-size: 10px;
}
.clear{
	clear:both;
}

.product_container{	/* Div voor ieder produkt */
	margin-right:15px;
	float:left;
	margin-top:3px;
	padding:2px;
	font-weight:normal;
}

.sliding_product img{	/* Float product images */
	float:left;
	margin:2px;
}
img{	/* geen borders */
	border:0px;
}

/************************************************************/
/*      einde van css webshopweergave  							*/
/************************************************************/