/* HTML formatting */

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: top;
	border-collapse: collapse;
	}
table tr th {
	text-align: left;
	}
table.small {
	background-color: #000033;
	border-collapse: collapse;
	margin-bottom: 20px;
	}
table.small tr {
	vertical-align: middle;
	}
td.description {
	height: 115px;
	padding-top: 15px;
	line-height: 11px
	}
td.price {
	height: 18px;
	vertical-align: bottom;
	}
.recordtekst {
	font-size : 8pt;
	color : #66CCFF;
	font-weight : normal;
}
.pricetekst {
	font-size : 8pt;
	font-weight : normal;
	color : #999999;
}
.subtitelwititalic {
	line-height: normal;
}
img.pict {
	margin: 0px 15px 0px 15px;
}
/*
.order table tr td {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	}
input {
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}
*/
/* Container */

#left {
	width: 355px;
	margin-right: 20px;
	float: left;
	}
	
#right {
	width: 355px;
	float: left;
	}
#formulier {
	width: 740px;
	float: left;
}
#wrapper {
	clear: both;
	}


