body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #024162;
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	background-color: #0c547b;
}

#bg {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
}

#container {
	margin: 0px auto;
	padding: 0px 15px 0px 15px;
	width: 740px;
	background-image: url(/images/bg_container.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#topper {
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	height: 22px;
	background-image: url(/images/topper.jpg);
	background-repeat: no-repeat;
	background-color: #d4ab24;
}
#left {
	float: left;
	margin: 0px;
	padding: 25px 10px 15px 10px;
	width: 203px;
	background-image: url(/images/bg_left.gif);
	background-repeat: no-repeat;
}
#left p.contact {
	padding: 10px;
	clear: both;
	font-size: 70%;
	text-align: left;
}
#left label {
	font-size: 70%;
}
#left select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border: 1px solid #999999;
	padding: 1px;
}
#left input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border: 1px solid #073854;
	padding: 1px;
	width: 100px;
}
#logo {
	width: 203px;
	height: 53px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
}
#logo h1 {
	display: none;
}
#logo p {
	display: none;
}
#menu {
	width: 163px;
	padding: 20px;
	margin: 0px;
	background-image: url(/images/bg_menu.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 180%;
	color: #ffffff;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #FFFFFF;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/menu_div.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#menu li ul li {
	background-image: none;
}
#menu ul li a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(/images/menu_pijl.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#menu li ul li a {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
	color: #FFFFFF;
}
#menu li ul {
	display: none;
}
#menu li.current ul {
	display: block;
}

#menu li.parent ul {
	display: block;
}
#menu li.parent {
	padding: 0px 0px 2px 0px;
}
#menu li.current a {
	background-image: url(/images/menu_over.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #e8c122;
}
#menu li a:hover {
	background-image: url(/images/menu_over.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #e8c122;
}

#zoekbalk {
	clear: both;
}

#zoekbalk input {
	float: left;
}

#zoekbalk a {
	float: left;
	margin: 1px 0px 1px 5px;
	padding: 17px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win */
	background-repeat:no-repeat;
	width: 35px;
	background-image:url(/images/btn_go.gif);
}

#zoekbalk a:hover {
	float: left;
	background-position: 0px -17px;
}

#left a.copyright {
	float: left;
	margin: 10px 0px 0px 45px;
	padding: 12px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:12px; /* for IE5/Win */
	width: 100px;
	background-image:url(/images/dotsolutions.gif);
}
#left a {
	color: #014061;
	text-decoration: underline;
}				

#left a:hover {
	color: #014061;
	text-decoration: none;
}

#content {
	float: right;
	margin: 0px;
	padding: 0px 10px 15px 10px;
	width: 497px;
	min-height: 380px;
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 80%;
	line-height: 150%;
}

/*\*/
* html #content {
	height: 380px;
}
/**/

#content h1 {
	font-size: 175%;
	letter-spacing: 1px;

	padding: 20px 0px 0px 0px;
}
#content h2 {
	font-size: 120%;
	letter-spacing: 1px;
	font-weight: bold;	
	color: #000000;
}
#content h3 {
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
}
#content .highlight {
	color: #ffffff;
	background-color: #014061;
	padding: 0px 4px 0px 4px;
}
#content dt {
	border: 0;
	margin: 0;
	padding: 3px;
	float: left;
	width: 190px;
}
#content dd {
	border: 0;
	margin: 0;
	padding: 3px;
	margin-left: 195px;;
}
#content input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #000000;
	border: 1px solid #014061;
	padding: 1px 3px 1px 3px;
}

#content a {
	color: #014061;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #014061;
}				

#content a:hover {
	color: #014061;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#content a.clear {
	color: #014061;
	text-decoration: none;
	border: 0;
}

#content a:hover.clear {
	color: #014061;
	text-decoration: none;
	border: 0;
}		

#content .tblhighlight {
	width: 100%;
}
#content .tblhighlight img {
	padding: 7px;
	background-image: url(/images/bg_highlight.gif);
	background-repeat: no-repeat;
	background-position: middle center;
}
#content .tblhighlight h2 {
	margin: 0px;
	text-align: left;
	font-weight: bold;
}
#content .tblhighlight p {
	margin: 0px;
	text-align: left;
	font-size: 90%;
	line-height: 110%;
}
#content .tblhighlight .d {
	width: 7px;
	background-image: url(/images/highlight_div.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#tblstockdiv {
	height: 300px;
	overflow: auto;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-face-color: #014061; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
}
#content .tblstock {
	width: 475px;
	text-align: center;
}
#content .tblstock tr {
	height: 70px;
}
#content .tblstock .head {
	height: 20px;
	background-color: #014061;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}
#content .tblstock .odd {
	background-color: #eef6fb;
}
#content .tblstock img {
	border: 1px #666666 solid;
}
#content img.detailthumb {
	border: 1px #000000 solid;
	margin: 5px;
}

#detailimage {
	float: right;
	margin: 0px 0px 0px 10px;
}
#detailimage img {
	border: 1px #000000 solid;
}

#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 20px 0px 20px;
	width: 700px;
	height: 17px;
	font-size: 70%;
	text-align: right;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #d4ab24;
	background-position: bottom left;
}
#footer a {
	color: #024162;
	text-decoration: none;
}				

#footer a:hover {
	color: #024162;
	text-decoration: underline;
}
#foot {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	height: 10px;
	background-image: url(/images/foot.gif);
	background-repeat: no-repeat;
}
#foot p {
	display: none;
}