body {
	font: 70%/1.6em Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../images/spacer.gif) no-repeat;
}
.printhidden { display: none }
#wrapper { margin: 0px; padding: 0px; width: 100% }
html,body,#bg,#bg table,#bg td,#cont{
	width:auto;
	height:auto;
}

#vork{
	/*background: url(../images/bg_vork2.png) no-repeat right;*/
	min-height:1px;
	position: absolute;
	z-index: 20;
	height: 820px;
	width: 500px;
	top: 10px;
	right: 10px;
	display:none;
	}

#cont {
	margin: 0px;
	padding: 0px;
	overflow-y:auto;
	position:absolute;
	z-index:51;
}


/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */


#wrapper     {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	}

#wrapper2     {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: static;
	}
	
#contenthome{
	background: url(../images/spacer.gif) repeat-y;
	width:100%;
}
/* ******************* LEFTFRAME ******************** */

#leftframe{
	float: left;
	width: 1px;
	margin-right: 0px;
}

#left{
	background-color:#ffffff;
	margin-top: 0px;
	}

#leftframe2{
	float: left;
	width: 1px;
	margin-right: 0px;
}

#left2{
	background-color:#ffffff;
	margin-top: 0px;
	}

/* ******************* RIGHTFRAME ******************** */


#rightframe{
	float: left;
	width: 100%;
}

#right{
	background: #ffffff url(../images/spacer.gif) repeat-y;
	margin-top: 0px;
	}
	
#rightframe2{
	float: left;
	width: 100%;
}

#right2{
	background-color:#FFF;
	margin-top: 0px;
	}	
	
	
.contentleft{
	width:100%;
	float:left;
	}
.contentright{
	width:190px;
	float:left;
	color:#333333;
	}






.orangebar{
	background: #ffffff;
	padding-left:15px;
	padding-top:7px;
	height:15px;
	padding-bottom: 7px;
	}

.orangebar h1{
	color:#333333;
	font-size: 1.1em;
	text-transform: none;
	}





	
/* ******************* SPLIT ********************* */
.split{}

.splitleft{
	float:left;
	width:100%;
	margin-right:0px;
	}
.splitright{
	float:left;
	width:100%;
	margin-top:20px;
	}
.splitleft2{
	float:left;
	width:100%;
	margin-right:0px;
	}
.splitright2{
	float:left;
	width:100%;
	margin-top:20px;
	}
	
	
	/* ******************* Pagination ****************** */
div.pagination {
	padding:3px;
	margin:3px;
	text-align:left;
	width: 450px;
	float: left;
	display:none;
}


/* ******************* LIST ********************* */
.listcont{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/dottedline.gif) repeat-x bottom;	/*border-bottom: 1px solid #ECEEE1;*/
}
.listpic{
	float: left;
	width: 130px;
	margin-right: 20px;
	text-align: center;
}
.listtxtcont{
	float: left;
	width: 450px;
}
.listtitle{
	color: #6D7D2D;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
}
.listtitle a{
	color:#6D7D2D;}
.listtxt{}


/* ******************* PRODUCTEN DETAIL ********************* */
.detailimg{
 float: right;
 margin-left: 3px;
 padding: 1px;
 border: solid 1px #ffffff;
}
.detailheader{
 border: solid 1px #ffffff;
}
.detailheader p{
 margin-left: 3px;
 margin-right: 3px;
}
.detailheader strong{
	color: #B30215;
	font-weight: normal;
}
.detailheader table{
 background-color: #fff;
}
.detailheader td{
	background-color: #ffffff;
	padding: 5px;
}
.detailheader td.firstrow, .detailheader td.mceToolbarTop, .detailheader td.mceStatusbarBottom{
 background-color: #ffffff;
}