h1 {
	margin-bottom: 15px;
}

#zoek {
	width: 176px;
	position: absolute;
	top: 100px;
	left: 530px;
}

#zoek p {
	margin-top: 2px;
	margin-bottom: 2px;
}
#zoek b {
	font-weight: bold;
	color: #339933;
}
#zoek input {
	color: #0a1e7d;
	font-size: 11px;
	font-family: "Courier New", Courier, mono;
	background-color: white;
	border: solid 1px #60398a;
}
#zoek #simple {
	width: 176px;
	padding-top: 8px;
	height:63px;
	background-image: url(../site_graphics/bg_zoek.gif);
	background-repeat: no-repeat;
}
#zoek input.omschrijving {
	width: 160px;
	margin-left:5px;
}
#zoek .button {
	background-image: url(../site_graphics/btn_zoek.gif);
	border: 0px;
	width:80px;
	height:12px;
	float:left
}
#zoek .zoeklabel {
	width: 60px;
	display: block;
	float:left;
	font-size: 10px;
	color: #FFFFFF;
}
#zoek #advanced {
	width: 176px;
	height:82px;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(../site_graphics/bg_adv.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#zoek a.advanced{
	color: #FAFAFA;
	text-decoration: none;
	display: block;
	height: 20px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 35px;
}
#zoek a.advanced:hover{
	color: #0a1e7d;
}
#zoek a.zoek{
	color: #0a1e7d;
	text-decoration: none;
	background-image: url(../site_graphics/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 18px;
	height: 20px;
	width: 30px;
	float: left;
	margin: 0;
}

#zoek #result {
	width: 171px;
	text-align: left;
	background-color: #e7eed8;
	padding-left:5px;
	padding-bottom: 10px;
}
#zoek #alt {
	width: 171px;
	text-align: left;
	background-color: #e7eed8;
	padding-left:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339933;
	padding-top: 10px;
}
/*---------#cattree-------------------*/
#cattree img {
	border: 0px none;
}

#cattree ul, #cattree li {
	margin: 0;
	padding: 0;
	float:left;
	width:100%;
}
#cattree ul li {
	list-style-type: none;
	list-style-image: none;
}
/*---------hoofdgroep-------------------*/
#cattree {
	width:480px;
}
#cattree ul.hoofdgroep {

}
#cattree ul.hoofdgroep li {
	margin: 0 0 10px 0 ;

}

#cattree .hoofdgroep .info {
	width:380px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #339933;
	padding-left: 10px;
	min-height: 100px;
	margin: 0 0 10px 0 ;
	float:left;
	min-height:80px;

}
#cattree .hoofdgroep .afb  {
	float:left;
	width:80px;
}

#cattree .hoofdgroep h3 {
	width:98%;
	padding:0;
	margin:0;
	color: #009900;
	background-color: #e7eed8;
	font-size: 10px;
	padding-left:2%;
	height:20px;
	line-height:1.8;
}
#cattree .hoofdgroep a {
	color: #333333;
	text-decoration: none;
}
#cattree .hoofdgroep a:hover {
	text-decoration: underline;
	color: #333333;
}
/*----------groep-----------------*/
#cattree ul.groep {
}
#cattree ul.groep li{
	width:480px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330066;
	margin: 0 0 10px 0;
}
#cattree ul.groep img {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660066;
}
/*----------products----------------*/

#cattree ul.products {
	width:75%;
	float:right;
	background-image:  url(../site_graphics/exim.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}

#cattree ul.products img{
	float:right;
	border: 0px;
}
#cattree ul.products li{
	width:280px;
	padding: 2px 0 0 29px;
	border: 0px;
	background-image:  url(../site_graphics/extm.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0;
}
#cattree ul.products li.last{
	background-image:  url(../site_graphics/exlm.gif);
}

/*----------links-----------------*/
a.cat1, a.cat2, a.cat2_in, a.cat2_out, a.cat3  {
	color: #0e0973;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	width:60px;
	padding-left: 20px;
	height: 18px;
}
a.cat1  {
	background-image: url("../site_graphics/arrow_red.gif");
	background-repeat: no-repeat;
}
a.cat1:hover {
	color: #555;
	background-image: url(../site_graphics/arrow_yellow.gif);
}

a.cat2_in, a.cat2_out  {
	width:auto;
	padding: 3px 0 0 30px;
	background-position: 2px center;
	background-repeat: no-repeat;
}

a.cat2,
a.cat2_in{
	background: url(../site_graphics/cat2_in.gif) no-repeat 5px bottom;
}
a.cat2_out {
	background: url(../site_graphics/cat2_out.gif) no-repeat 5px bottom;
}
a.cat2_out:hover, a.cat2_in:hover  {
	color: #555;
}
a.cat3 {
	color: black;
	text-decoration: none;
	background-image: url(../site_graphics/cat3.gif);
	background-repeat: no-repeat;
	padding-left: 53px;
	width: auto;
	height: 18px;
	background-position: 3px 0px;
}
a.cat3 img {
	border:0;
	float:right;
}
a.cat_info  {
	font-size: 10px;
	text-align: right;
	color: black;
	text-decoration: none;
	background-image: url("../site_graphics/pijl4_r.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	display: block;
	height: 18px;
	padding-right: 20px;
	margin: 10px 0 0 0;


	}
a.cat_info:hover  {
	color: #0e0973;
	text-decoration: none;
	background-image: url("../site_graphics/pijl4_r.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	padding-right: 20px;
	height: 18px
}
/* detail pagina */

#productinfo {
	padding: 0 0 0 80px;
}
#productinfo img, #productinfo div.img {
	float: right;
	width:auto;
}
.clear {
	clear: both;
	height:1px;
}

#cattree .catbutton {
	float:right;
	margin-top:5px;
	margin-left:20px;

}
#cattree .cat-download {
	float:left;
	margin-top:5px;

}
a.cat-download  {
	background-image: url("../site_graphics/arrow_red_down.gif");
	background-repeat: no-repeat;
}
a.cat-download:hover {
	color: #555;
	background-image: url(../site_graphics/arrow_yellow_down.gif);
}
