
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
	height:100%;
	background: #333366;
	/*
	background-image: url(../images/splashbg.jpg);
	background-position: top left;
	*/
	
}

p, form	{
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 7px 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFC9;
}

img {
	border: none;
}

a {
	font-size: bold;
	text-decoration: none;
	color: #FFFFC9;
}
a:hover {
	font-size: bold;
	text-decoration: underline;
	color: #FFFFC9;
}

form #productdata {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background: #2883AD;
	border: none;
}
form #productdata #buttons {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	text-align: right;
	border: none;
}

form #productdata .pdata { 
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background: #257AA1;
	border: none;
}
form #productdata legend {
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFC9;
}

form #productdata .pdata legend {
	margin: 0px 0px 3px 0px;
	padding: 0px 3px 0px 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
	background: #257AA1;
}

form #productdata .pdata label {
	color: #FFFFFF;
	height: 17px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 120px;
}

form #productdata .pdata input {
	position: relative;
	color: #FFFFFF;
	height: 17px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 3px;
	color: #000000;
}

form #productdata #cdata {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background: #257AA1;
	border: none;
}

form #productdata #cdata legend {
	margin: 0px 0px 3px 0px;
	padding: 0px 3px 0px 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
	background: #257AA1;
}

form #productdata #cdata label {
	position: relative;
	margin: 0px 0px 3px 0px;
	padding: 2px 0px 0px 0px;
	width: 120px;
	height: 17px;
	color: #FFFFFF;
	float: left;
}
form #productdata #cdata input {
	position: relative;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 3px;
	width: 250px;
	height: 17px;
	float: left;
	color: #000000;
}
form #productdata #cdata textarea {
	width: 250px;
	height: 100px;
	float: left;
}
form #productdata #cdata br {
	clear: both;
}
div#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	background: #2C93C2;
}
div#headertop {
	position: relative;
	margin: 0px;
	width: 100%;
	height: 30px;
}
div#header {
	position: relative;
	margin: 0px;
	width: 100%;
	height: 212px;
}
div#navbg {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 100%;
	height: 20px;
	background: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
div#navbg .nav,
div#navbg .nav a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div#navbg .nav a:hover {
	text-decoration: underline;
	color: #FFFFC9;
}
div#content {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 770px;
	background: url(../images/contentbgtop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	_height: 1%;
	overflow: auto;
}
div#content #content_left {
	position: relative;
	margin: 35px 10px 0px 40px;
	padding: 0px;
	width: 420px;
	display: inline;
	float: left;
}
table {
	border-top: 1px solid #FFFFC9;
}
table td {
	padding: 3px;
	border-bottom: 1px solid #FFFFC9;
}
div#content #content_right {
	position: relative;
	margin: 35px 40px 0px 0px;
	padding: 0px;
	width: 241px;
	display: inline;
	float: right;
	text-align: center;
}
.itemsoff {
	position: relative;
	margin: 0px auto 5px 0px;
	padding: 5px;
	background: #21789E;
}
.itemson {
	position: relative;
	margin: 0px auto 5px 0px;
	padding: 5px;
	background: #81C1DD;
	cursor: pointer;
}
div#footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
}
div#footer #footerlinks {
	position: relative;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	text-align: center; 
}
div#footer #footerlinks .links,
div#footer #footerlinks .links a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div#footer #footerlinks .links a:hover {
	text-decoration: underline;
	color: #FFFFC9;
}
div#footer #disclaimer {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center; 
}
div#footer #disclaimer .disc {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	color: #CCCCCC;
}
.showerror {
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	height: 30px;	
}
.formerror {
	position: absolute;
	top: 0px;
	left: 35px;
	color: #FFFF99;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.erroricon {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 30px;
	height: 25px;
}
.list {
	position: relative;
	margin: 20px auto 20px 0px;
	padding: 5px 5px 10px 5px;
	background: #21789E;
}

.list ul {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	list-style-image: url(../images/dropbullit.gif);
	line-height: 16px;
}
.list li {
	margin: 0px 0px 5px 0px;
}
.error {
	color: #FF3333;
	font-weight: bold;
}

div#overzicht_aantal {
	position: relative;
	margin: 0px 5px 0px 0px;
	padding: 0x;
	height: 20px;
	float: left;
}
div#overzicht_prod {
	position: relative;
	margin: 0px 5px 0px 0px;
	padding: 0x;
	height: 20px;
	float: left;
}
div#overzicht_price {
	position: relative;
	margin: 0px 5px 0px 0px;
	padding: 0x;
	height: 20px;
	float: left;
}