html, body{
	margin: 0 auto;
	margin-bottom: -1px;
	text-align: center;
	height: 99.70%;
	background-color: #D5E7B5;
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
}

#container{
	margin: 0 auto;
	width: 75%;
	min-width: 750px;
	text-align: left;
	background-color: #ECF3D4;
}

#header{
	margin: 0px;
	height: 121px;
	max-height: 121px;
	display: block;
	text-align: right;
}

#menu{
	height: 82px;
	background-color: #D5E7B4;
	padding: 1px 0 1px 0;
}

#left{
	width: 240px;
	min-height: 600px;
	float: left;
	text-align: center;
}

#center{
	margin: 25px 25px -1px 240px;
	padding: 0px 20px 20px 20px;
	min-height: 550px;
}

img{
	border: 0;
}

img.winkelwagen{
	cursor: pointer;
}

ul.menu{
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 5px;
}

ul.menu li{
	float: left;
	position: relative;
	margin-right: 10px;
}


ul.menu li a{
	width: 110px;
	height: 81px;
	display: block;
	text-align: center;
}

ul.datalist{
	margin-top: -18px
}

h1{
	font-size: 14pt;
	color: #C82127;
}

h2{
	font-size: 11pt;
	color: #C82127;
}

.redtxt{
	color: #C82127;
}

.bold{
	font-weight: bold;
}

.smalltxt{
	font-size: 8pt;
}

a{
	color: #D4451E;
}

a:hover{
	text-decoration: none;
}

/* Links */
ul.links{
	list-style: none;
	margin-left: 0px;
}

ul.links li{
	margin-bottom: 5px;
}


/* datatable */

table{
	width: 100%;
	border: 1px solid #000;
	background-color: #EDF5DE;
}

table th{
	border-bottom: 2px solid #000;
}

table tr.row1{
	background-color: #DDE9CD;
}

table td{
	padding: 2px 2px 3px 4px;
}

table.samenstelling{
	width: 100%;
	border: 0;
}

table.samenstelling th.th1{
	width: 50%;
}

table.samenstelling th.th2{
	width: 25%;
	text-align: right;
}

table.samenstelling th.th3{
	width: 25%;
	text-align: right;
}

table.samenstelling td.td1{
	width: 50%;
}

table.samenstelling td.td2{
	width: 25%;
	text-align: right;
}

table.samenstelling td.td3{
	width: 25%;
	text-align: right;
}

table.productenlijst{
	width: 100%;
	border: 0;
}

table.productenlijst td.winkelwagentje{
	width: 50px;
	text-align: right;
}

table.borderless{
	width: 100%;
	border: 0;
}

input.aantal{
	width: 25px;
	text-align: right;
}

form.afrekenen fieldset{
	padding: 10px;
	width: 450px;
	border: 0;
}

form.afrekenen input.text{
	width: 25em;
}

form.afrekenen select{
	width: 25em;
}

form.afrekenen textarea{
	height: 10em;
}
