/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html, body {
	background:#fff;
	font-family: Helvetica;
	font-size:16px;
	color:#000;
}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
.rightfloat {float:right;}
.leftfloat {float:left;}
a img {border:0;}
a {color:#000; text-decoration:underline;}
a:hover {text-decoration:none;}
/* End Algemene waardes */
/* Container */
div#container {
	width:800px;
	margin:0 auto;
}
div#container_inner {
	width:800px;
	padding:20px 0 0 0;
}
	/* Header */
	div#header {
		width:800px;
		height:138px;
		background: url(images/header_bg.png);
		color:#1c1419;
		font-size:12px;
		padding:165px 0 0 0;
	}
	div#header p {
		line-height:20px;
	}
	/* End Header */
	/* Menu */
	div#menu {
		width:800px;
		height:75px;
		letter-spacing:3px;
	}
	div#menu a {
		display:block;
		float:left;
		padding:2px 20px 0 20px;
		color:#aaa;
		text-decoration:none;
		margin:0 127px 0 0;
		height:21px;
	}
	div#menu a.first {padding:2px 20px 0 0;}
	div#menu a.last {margin:0; padding:2px 0 0 20px; float:right;}
	div#menu a.active, div#menu a:hover {
		background:#fff;
		color:#000;
		text-decoration:none;
	}
	div#menu_top {
		width:800px;
		height:23px;
		background: url(images/menu_top.png);
	}
	div#menu_top span {
		padding:2px 0 0 0;
		display:block;
	}
	div#menu_foot {
		width:800px;
		height:30px;
		background: url(images/menu_foot.png);
		padding:6px 0 0 0;
	}
	/* End Menu */
	/* Content */
	#logo {
  position: absolute;
  float: left;
  background: url(images/websitelogo.png);
  width: 800px;
  height: 530px;
  z-index: 0;
 }
	
	div#content1 {
		width:800px;
		height:510px;
		padding:20px 0 0 0;
		background-repeat:no-repeat;
	}
	
	div#content {
		width:800px;
		height:380px;
		padding:150px 0 0 0;
		background-repeat:no-repeat;
	}
	div#text{
	 position: relative;
	 float: left;
	 border: 0;
	 margin: 0;
	 padding: 0;
	 z-index: 10;
	 background-color: white;
	 width: auto;
   height: auto;
  }
	div#content_inner {
		width:760px;
		height:300px;		
		overflow: auto;
		position: relative;
	}
	div#content1 p {
		padding:0 0 20px 0;
	}
	div#ladak_img {
		width:800px;
		height:148px;
		margin:22px 0 0 0;
	}
	div#ladak_img img {float:left;}
	p {
		padding:0 0 10px 0;
		line-height:24px;
	}
	div#content_outer {
		width:760px;
		height:300px;
		padding:20px;
		background:url(images/content_bg.png);
	}
	.fs11 {font-size:11px;}
	h1 {
		font-size:16px;
		font-weight:bold;
		padding:10px 0 0 0;
	}
	span.name {
		display:block;
		float:left;
		margin:20px 32px 30px 0;
		font-weight:bold;
		letter-spacing:3px;
		font-size:14px;
	}
	div#content span.last {margin:20px 0 30px 0;}
	ul#wereld {
		width:800px;
		padding:0 0 0 0;
		list-style: none;
	}
	ul#wereld li{
		float: left;
		width: 100px;height: 110px;
	}
	ul#wereld img {float:left;width: 100px;height: 110px;position: relative;}
	div#content_shop {
		padding:10px 0 0 0;
	}
	table#overzicht {
		width:100%;
		text-align:right;
		color:#ccc;
		font-size:28px;
	}
	table#overzicht th {
		font-size:12px;
		font-weight:normal;
		color:#000;
	}
	table#overzicht td {
		height:30px;
	}
	table#overzicht td span {
		font-size:30px;
		color:#000;
		font-weight:bold;
	}
	.left {text-align:left;}
	.subtotaal {width:240px;}
	div.lijn {
		width:800px;
		height:2px;
		background: url(images/lijn.png);
		margin:140px 0 35px 0;
		overflow:hidden;
	}
	.accept-url{
		float: right;
		color: #999;
		margin-right: 13px;
	}
	.accept-url a{
		color: #999;
	}
	
	div#form {
		width:680px;
	}
	div#form div.fixfloat {height:15px;}
	div#form label {
		color:#999;
		font-size:18px;
		float:left;
		width:185px;
	}
	.input_groot {
		width:476px;
		float:left;
		height:18px;
		background: url(images/input_bg.png);
		border:0;
		color:#999;
		font-size:12px;
		line-height:16px;
		padding:3px 4px;
	}
	.input_middle {
		width:147px;
		float:left;
		height:18px;
		background: url(images/input_middle.png);
		border:0;
		color:#999;
		font-size:12px;
		line-height:16px;
		padding:3px 4px;
		margin:0 20px 0 0;
	}
	div#form label#toevoegings {width:130px;}
	.input_small {
		width:42px;
		float:left;
		height:18px;
		background: url(images/input_small.png);
		border:0;
		color:#999;
		font-size:12px;
		line-height:16px;
		padding:3px 4px;
	}
	#textarea {
		width:476px;
		height:206px;
		background: url(images/textarea.png);
		border:0;
		color:#999;
		font-size:12px;
		font-family:arial;
		line-height:16px;
		padding:3px 4px;
	}
	#select {
		width:484px;
		height:24px;
		border:2px solid #ddd;
	}
	a#bevestig {
		float:right;
		font-size:18px;
		color:#fff;
		background:#999;
		padding:2px 3px;
		text-decoration:none;
		margin:0 12px 0 0;
	}
	a#bankselect {
		float:left;
		font-size:18px;
		color:#fff;
		background:#999;
		padding:2px 3px;
		text-decoration:none;
		margin:0 12px 0 0;
	}
	a#betaal {
		float:right;
		font-size:18px;
		color:#fff;
		background:#999;
		padding:2px 3px;
		text-decoration:none;
		margin:0 12px 0 0;
	}
	a.betaalknop {
		float:left;
		font-size:18px;
		color:#fff;
		background:#999;
		padding:2px 3px;
		text-decoration:none;
		margin:0 12px 0 0;
	}
	a#wijzig {
		float:right;
		font-size:18px;
		color:#fff;
		background:#999;
		padding:2px 3px;
		text-decoration:none;
		margin:0 12px 0 0;
	}
	div.product {
		width:800px;
		height:353px;
		margin:0 0 95px 0;
	}
	div.product_img_small {
		width:59px;
		height:251px;
		float:left;
	}
	div.product_img_small img {border:1px solid #ccc;}
	div.small_1 {
		width:59px;
		height:59px;
		overflow:hidden;
	}
	div.small_2 {
		width:59px;
		height:59px;
		overflow:hidden;
		margin:5px 0 0 0;
	}
	div.small_3 {
		width:59px;
		height:59px;
		overflow:hidden;
		margin:5px 0 0 0;
	}
	div.small_4 {
		width:59px;
		height:59px;
		overflow:hidden;
		margin:5px 0 0 0;
	}
	div.img_groot {
		width:248px;
		float:left;
		margin:0 0 0 10px;
		border:1px solid #ccc;
		height:350px;
	}
	div.img_groot img {display:none;}
	div.img_groot img.aan {display:block;}
	div.product_info {
		float:left;
		width: 471px;
 		padding:0 0 0 10px;
	}
	div.product_info_top {
		height:302px;
	}
	div.product_info_top p {
		line-height:20px;
		color:#999;
		font-size:12px;
	}
	div.product_info_foot {
		font-size:12px;
		padding:10px 0 0 10px;
		width:461px;
	}
	div.product_info_foot span {
		font-size: 20px;
		font-weight:bold;
	}
	.input_product {
		width:74px;
		height:21px;
		border:1px solid #d6d6d6;
		float:right;
		margin:20px 0 0 35px;
		text-align:right;
		color:#ccc;
		color: black;
		font-size:16px;
		padding:0 2px;
		line-height:20px;
	}
	div.dropdown {
		width:78px;
		height:21px;
		border:1px solid #d6d6d6;
		float:right;
		margin:20px 0 0 35px;
	}
	div.dropdown select {
		text-align:right;
		color:#ccc;
		color: black;
		font-size:16px;
		line-height:19px;
		width:78px;
		height:23px;
		padding-bottom: 2px;
	}
	.input_product_totaal {
		width:74px;
		height:21px;
		border:1px solid #000;
		float:right;
		margin:20px 0 0 35px;
		text-align:right;
		color:#000;
		font-size:16px;
		padding:0 2px;
		line-height:20px;
		position:absolute;
		right:0;
	}
	a#reset {
		width:74px;
		height:20px;
		display:block;
		border:1px solid #d6d6d6;
		float:right;
		margin:20px 0 0 35px;
		text-align:right;
		color:#ccc;
		font-size:16px;
		padding:1px 2px 0 2px;
		text-decoration:none;
		position:absolute;
		right:113px;
	}
	#totaal {
		margin:0 0 95px 0;
		width:800px;
		height:50px;
		position:relative;
	}
	a#bestel {
		float:right;
		height:21px;
		background:#000;
		color:#fff;
		display:block;
		text-decoration:none;
		width:77px;
		margin:20px 0 0 0;
		text-transform:uppercase;
		font-weight:bold;
		padding:2px 0 0 3px;
		position:absolute;
		right:-80px;
	}
	/* End Content */
	/* Footer */
	div#footer {
		width:800px;
		height:22px;
		margin:24px 0 10px 0;
		background: url(images/footer_bg.png);
		color:#aaa;
		letter-spacing:3px;
	}
	div#footer a {
		display:block;
		float:left;
		padding:0px 20px 0 0;
		color:#aaa;
		text-decoration:none;
		margin:0 145px 0 0;
		height:21px;
	}
	div#footer a:hover {
		background:#fff;
		color:#000;
		text-decoration:none;
	}
#namen a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-decoration: underline;
}

#namen a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
	
	
	/* End Footer */
/* End Container */
/* Flexscroll */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 20px; height:300px;}
.vscrollerbar {width: 15px;}
.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}
.hscrollerbar {background: #99CBCB url(horizontalbarbody_cornerjog.png) 0px -30px repeat-x;}
.vscrollerbar {}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
.vscrollerbarbeg {}
.vscrollerbarend {background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;width: 15px;height: 15px;}
.hscrollerbarbeg {background: url(basebarcaps_verticalbarbody.png) -60px -15px no-repeat;height: 15px;width: 15px !important;}
.hscrollerbarend {background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;height: 15px;width: 15px;}
.scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;}
.vscrollerbase {}
.vscrollerbasebeg {background: url(images/arrow_up.png); width: 20px;height: 11px !important;}
.vscrollerbaseend {background: url(images/arrow_down.png); position:absolute; margin:1px 0 0 0; width: 20px;height: 11px !important;}
.hscrollerbase {background: #D7EBDF url(horizontalbarbody_cornerjog.png) 0px -15px repeat-x;}
.hscrollerbasebeg {background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;height: 15px;width: 15px !important;}
.hscrollerbaseend {height: 15px;width: 15px;background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;}
.scrollerjogbox:hover {background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;}
/* End Flexscroll */
