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

body {
	background-image:url(/img/png/background.png);
	background-color:#a5a5a5;
	background-repeat:repeat-x;
	/*background-attachment:fixed;*/
	line-height:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#ffffff;
	font-size:11px;


}
div {
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div#splash {
	width:600px;
	margin:200px auto 0 auto;
	padding:0 0 0 0;
	text-align:center;
}
div#website {
	margin:0 auto 0 auto;
	width:997px;
}
div#header {
	height:152px;
	width:997px;
	background-color:#000000;
}
div#headerTop {
	height:96px;
	width:997px;
}
div#headerNav {
	height:56px;
	width:997px;
}
div#navLeft {
	position:absolute;
	width:228px;
	height:56px;
	z-index:1;
}
div#navLeft img { 
	behavior:	url("/Admin/img/pngbehavior.htc"); 
	width:228px;
	height:56px;
}
div#navRight {
	margin-left:220px;
	height:56px;
	position:absolute;
	width:777px;
	background-image:url(/img/png/navRight.png);
	background-repeat:no-repeat;
	background-position:right;
	z-index:0;
}
ul#nav {
	position:absolute;
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:0;
}
ul#nav li {
	float:left;
	height:34px;
	width:174px;
	background-image:url(/img/png/knop.png);
	background-position:0,0;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 0 -47px;
}
ul#nav li a {
	margin-left:45px;
	margin-top:9px;
	position:absolute;
	color:#ffffff;
	text-decoration:none;
	width:80px;
	height:27px;
	text-align:center;
}
ul#nav li#active,
ul#nav li:hover {
	background-image:url(/img/png/knop-over.png);
}

div#content {
	width:997px;
	display:block;
}
div#contentMenu {
	width:159px;
	height:508px;
	background-image:url(/img/png/contentMenu.png);*/
	background-repeat:no-repeat;
	background-position:0,0;
	padding-left:10px;
	padding-top:10px;
	float:left;
	display:block;
}
div#contentCart {
	width:178px;
	height:214px;
	padding-top:20px;
	padding-left:10px;
	background-image:url(/img/png/contentCart.png);
	background-repeat:no-repeat;
	background-position:0,0;
	float:left;
	display:block;
}
div#contentBig {
	width:630px;
	margin-right:10px;
	/*overflow-x:hidden;
	overflow-y:scroll;*/
	overflow:visible;
	float:left;
	display:block;
}
div#footer {
	width:997px;
	text-align:center;
	height:40px;
}
div.clear {
	height:10px;
	clear:both;
	width:997px;
}
iframe#contentFrame {
	width:630px;
	height:100%;
}
/* cart Div */
div#cartDiv {
	height:150px;
	width:168px;
}
div#cartDiv table {
	text-align:left;
	font-size:9px;
	width:168px;
}
div#cartDiv td.dia {
	text-align:right;
}
div#cartDiv table tr.n td {
	border-top:1px dashed #f5f5f5;
}
div#cartDiv table tr td a {
	text-decoration:none;
	color:white;
}
div#listCartDiv {
	height:150px;
	overflow:hidden;
}
div#afrekenDiv {
	text-align:right;
}
h3 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom:1px solid #350206;
	height:20px;
	background:url(/img/gif/h3.gif) no-repeat left top;
	font-variant:small-caps;
	text-indent:30px;
	text-align:left;
}
