body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6e7a83;
}


p {
	margin-bottom:12px;
}

img.png {
	behavior:url("/public/pngbehavior.htc");
}



h1, h2, h3 {
	font-family:Trebuchet MS;
	color:#00447c;
	font-weight:normal;
	margin-top:20px;
	padding:0;
}

h2 {
	color:#9fcd66;
}

h1 a, h3 a {
	color:#00447c;
	text-decoration:none;
}

h2 a {
	color:#9fcd66;	
	text-decoration:none;

}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

a img {
	border:0px;
}	

#wrapper {
	width:100%;
	height:100%;
	background:url(../imgs/bg_top.gif) repeat-x left top;
}

#container {
	position:relative;
	width:985px;
	margin-left:auto;
	margin-right:auto;
	min-height:400px;
	z-index:1;
}

#top {
	position:relative;
	width:100%;
	height:167px;
	background:url(../imgs/bg_top.png) no-repeat left top;
}

*html #top {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/imgs/bg_top.png', sizingMethod='crop');
}

#logo  {
	position:absolute;
	top:48px;
	left:46px;
	z-index:9;
}

#telefoon  {
	position:absolute;
	top:48px;
	right:59px;
	z-index:8;
}

#menu  {
	position:absolute;
	top:136px;
	left:46px;
	z-index:10;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	display:inline;
	margin:0;
	padding:0 20px 0 16px;
	list-style:none;
	background:url(../imgs/menu_streep.gif) no-repeat right bottom;
}

#menu ul li.laatste {
	background:none;
	padding:0 0 0 16px;
}

#menu a {
	color:#00447c;
	text-decoration:none;
}

#menu a:visited {
	color:#00447c;
}

#menu a:hover,
#menu a.selected {
	text-decoration:underline;
}

#banner_home {
	position:relative;
	width:924px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	position:relative;
	width:924px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#banner_home .border {
	position:absolute;
	top:0;
	left:0;
	z-index:12;
	display:block;
	background:url(../imgs/banner_home.png) no-repeat left top;
	width:100%;
	height:170px;
}

#banner .border {
	position:absolute;
	top:0;
	left:0;
	z-index:12;
	display:block;
	background:url(../imgs/banner.png) no-repeat left top;
	width:100%;
	height:100px;
}


*html #banner_home .border {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/imgs/banner_home.png', sizingMethod='crop'); 
}


*html #banner .border {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/imgs/banner.png', sizingMethod='crop');
}

#banner_home .foto,
#banner .foto {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}


#banner_home .highlight {
	position:absolute;
	top:22px;
	right:33px;
	z-index:13;
	width:240px;
	height:140px;
	color:#7fa1bd;
}

#banner .highlight {
	position:absolute;
	top:26px;
	right:33px;
	z-index:13;
	width:250px;
	color:#7fa1bd;
}


*html #banner_home .highlight {
	top:17px;
}

#banner_home .highlight h1,
#banner .highlight h1 {
	color:#fff;
	font-size:18px;
	margin:0;
}

#banner_home .highlight h1 a,
#banner .highlight h1 a {
	color:#fff;
}




#middle {
	width:924px;
	min-height:189px;
	margin-left:auto;
	margin-right:auto;
	background:url(../imgs/bg_middle.gif) repeat-x left bottom;
}

*html #middle {
	height:214px;
}

#middle #kolomleft {
	position:relative;
	float:left;
	width:430px;
	padding-left:20px;
	margin-top:25px;
}




#middle #kolomleft h1,
#middle #kolomright h1 {
	font-size:18px;
	margin:0;
}

#middle #kolomleft2 {
	position:relative;
	float:left;
	width:465px;
	padding-left:33px;
	padding-bottom:40px;
}

#middle #kolomleft3 {
	position:relative;
	float:left;
	width:352px;
	padding-left:56px;
	padding-bottom:40px;
}




#middle #kolomright2 {
	position:relative;
	float:right;
	width:335px;
	margin-right:33px;
}

#middle #kolomright3 {
	position:relative;
	float:right;
	width:460px;
	margin-right:26px;
	margin-bottom:40px;
	margin-top:20px;
}

*html #middle #kolomright3 {
	margin-right:13px;
}


#middle #kolom {
	width:615px;
	padding-left:57px;
	padding-bottom:7px;
}

#middle .streep {
	width:848px;
	border-top:1px solid #ededed;
	margin-left:33px;
	height:1px;
	line-height:1px;
	font-size:1px;
	margin-bottom:20px;
}

#pagination {
	height:50px;
	text-align:center;
}



#pagination a {	
	text-decoration:none;
	color:#00447c;
	font-weight:bold;
}


#pagination a:hover span.geennr  {
	text-decoration:underline;
}

#pagination a span {	
	padding:1px 4px 1px 4px;
	border:1px solid #d5d4d4;
	font-size:11px;
	margin:0px;
}

#pagination a:hover span,
#pagination a span.actief { 
	background-color:#cedcea;
}

#pagination a span.geennr{
	border:0;
	background:none;
}




#producten {
	width:886px;
}

*html #producten {
	width:916px;
	margin-left:-30px;
}

#middle .pr_highlight {
	position:relative;
	margin-bottom:30px;
	margin-left:30px;
	float:left;
	width:413px;
	height:160px;
	background:url(../imgs/productborder.gif) no-repeat left top;
}

.pr_highlight h2 {
	margin-bottom:0px;
}

#middle .pr_highlight .tn_foto {
	position:relative;
	float:left;
	width:188px;
	height:132px;
	border:1px solid #ededed;
	background-color:#FFFFFF;
	margin-top:13px;
	margin-left:10px;
	overflow:hidden;
}


#middle .pr_highlight .tn_foto img {
	position:absolute;
}


#middle .pr_highlight .info {
	position:relative;
	float:left;
	width:180px;
	height:132px;
	margin-top:13px;
	margin-left:10px;
	font-size:11px;
	line-height:16px;
}

ul {
 	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}

li {
	margin:0;
	padding:0 0 0 15px;
	background:url(../imgs/list.gif) no-repeat 0 8px;
}


#middle .pr_highlight .info h2 {
	font-size:16px;
	margin:0 0 15px 0;
	padding:0;
}


#kruimelpad {
	width:825px;
	border-bottom:1px solid #ededed;
	margin-left:33px;
	height:40px;
	line-height:40px;
	font-size:11px;
	padding-left:23px;
	margin-bottom:10px;
	
}



#kolomleft2 .inleiding {
	display:block;
	width:419px;
	height:auto;
	padding:0 23px 23px 23px;
	background:url(../imgs/inleiding.gif) no-repeat left bottom;
}

#middle #kolomright {
	position:relative;
	float:right;
	width:430px;
	margin-right:20px;
	margin-top:25px;
}


#profiel {
	width:924px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	background:url(../imgs/bg_profiel.gif) repeat-x left top;
}

#bottom {
	width:100%;
	height:255px;
	background:url(../imgs/bg_bottom.gif) repeat-x left top;
	margin-top:-255px;
}

#contact {
	width:100%;
	height:173px;
	background:url(../imgs/bg_contact.png) no-repeat left top;
}

#contact h2 {
	color:#00447c;
	font-size:16px;
	margin:0;
}



*html #contact {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/imgs/bg_contact.png', sizingMethod='crop'); 
}

#contact .contactinfo {
	position:relative;
	float:left;
	width:198px;
	margin:25px 0 0 63px;
	font-size:11px;
	border-right:1px solid #ededed;
}

*html #contact .contactinfo {
	margin-left:31px;
}

#contact .openingstijden {
	position:relative;
	float:left;
	width:168px;
	font-size:11px;
	margin:25px 0 0 25px;
}

#contact .merken {
	padding-top:30px;
}

#kolomleft .fotohome,
#kolomright .fotohome {
	position:relative;
	float:left;
	width:144px;
}

#kolomleft .text,
#kolomright .text {
	position:relative;
	float:right;
	width:274px;
	margin-top:8px;
}

#kolomright2 .foto {
	position:relative;
	margin:20px 0 30px 0; 
	height:229px;

}

.foto .border {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	display:block;
	width:335px;
	height:229px;
	background:url(../imgs/border_groot.png) no-repeat left top;
}

*html .foto .border {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/imgs/border_groot.png', sizingMethod='crop'); 
}

.foto .bestand {
	position:absolute;
	z-index:0;
	top:11px;
	left:11px;
	width:313px;
	height:208px;
	display:block;
	overflow:hidden;
}

.foto .bestand img {
	position:absolute;
}

.fotohome .border {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	display:block;
	width:144px;
	height:155px;
	background:url(../imgs/foto_border.png) no-repeat left top;
	cursor:pointer;
}

*html .fotohome .border {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/imgs/foto_border.png', sizingMethod='crop'); 
}

.fotohome .foto {
	position:absolute;
	z-index:0;
	top:11px;
	left:12px;
	width:120px;
	height:133px;
	display:block;
	overflow:hidden;
}

.fotohome .foto img {
	position:absolute;
}

.clear {
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
}	

span.knop_zwart,
span.knop_groen {
	display:block;
	width:196px;
	height:23px;
	line-height:22px;
	text-align:center;
	font-weight:bold;
}

button {
	display:block;
	width:225px;
	height:23px;
	line-height:22px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	background:url(../imgs/knop_groen.gif) no-repeat;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

button:hover {
	background:url(../imgs/knop_groen.gif) 0px -23px;
}


span.knop_zwart {
	width:196px;
}

.highlight p {
	margin-bottom:7px;
}

span.knop_zwart2 {
	width:139px;
	height:20px;
	line-height:20px;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	right:40px;
}


span.knop_zwart3{
	display:block;
	width:202px;
	height:23px;
	line-height:22px;
	text-align:center;
	font-weight:bold;
}


span.knop_groen {
	width:225px;
}


span.knop_groen2 {
	display:block;
	width:293px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top:30px;
}

span.knop_groen a,
span.knop_groen a:visited {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#ffffff;
	background:url(../imgs/knop_groen.gif) no-repeat;

}

span.knop_groen a:hover {
	background:url(../imgs/knop_groen.gif) no-repeat 0 -23px;
}	

span.knop_zwart2 a,
span.knop_zwart2 a:visited,
span.knop_zwart2 a:hover {
	display:block;
	width:139px;
	height:20px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background:url(../imgs/knop_zwart2.gif) no-repeat;

}

span.knop_zwart3 a,
span.knop_zwart3 a:visited,
span.knop_zwart3 a:hover {
	display:block;
	width:202px;
	height:23px;
	text-decoration:none;
	color:#ffffff;
	background:url(../imgs/knop_zwart3.gif) no-repeat;

}
	
	


span.knop_groen2 a,
span.knop_groen2 a:visited {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#ffffff;
	background:url(../imgs/knop_groen2.gif) no-repeat;

}

span.knop_groen2 a:hover {
	background:url(../imgs/knop_groen2.gif) no-repeat 0 -30px;
}	

span.knop_zwart a,
span.knop_zwart a:hover,
span.knop_zwart a:visited{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#ffffff;
	background:url(../imgs/knop_zwart.gif) no-repeat left top;
}


a,
a:visited {
	color:#a0ce67;
}

a:hover {
	text-decoration:none;
}


#footer {
	position:relative;
	width:924px;
	height:211px;
	margin-left:auto;
	margin-right:auto;
	background:url(../imgs/bg_footer.gif) no-repeat right bottom;
	font-size:10px;
}

#footer .left {
	position:relative;
	float:left;	
	margin:0;
	padding:17px 0 0 18px;
}


#footer .right {
	position:relative;
	float:right;
	margin:0;
	padding:17px 28px 0 0;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	list-style:none;
	display:inline;
	padding:0 17px 0 13px;
	background:url(../imgs/stip.gif) no-repeat right bottom;
}

#footer ul li.laatste {
	padding-right:0;
	background:none;
}

#footer ul li a {
	color:#fff;
	text-decoration:none;
}

#footer ul li a:visited {
	color:#fff;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#footer .mindworkz {
	display:block;
	position:absolute;
	top:69px;
	right:28px;
}

#footer .mindworkz a {
	color:#99afc5;
	text-decoration:none;
}

#footer .mindworkz a:hover {
	text-decoration:underline;
}

#kruimelpad a {
	color:#00447c;
}

#specificaties {
	font-size:11px;
}

#specificaties th {
	text-align:left;
	width:122px;
	padding-left:30px;
	background:url(../imgs/list2.gif) no-repeat 12px 10px;
	height:23px;
	line-height:23px;
}

#specificaties td {
	width:190px;
	height:23px;
	line-height:23px;
}

#specificaties .bg {
	background-color:#f5f8fa;
}	

.knop_groot h2 {
	color:#00447c;
}

.knop_groot {
	position:relative;
	width:264px;
	height:128px;
	margin-top:20px;
}

.knop_groot .knop_groot_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	background:url(../imgs/knop_groot.png) no-repeat left top;
	z-index:0;
}

*html  .knop_groot .knop_groot_bg {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/imgs/knop_groot.png', sizingMethod='crop');
}

.knop_groot .txt {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding-left:30px;
}



#middle #kolomright3 .foto_groot {
	position:relative;
	height:283px;
	width:441px;
	border:1px solid #f0f0f0;
	overflow:hidden;
}

#middle #kolomright3 .foto_groot img {
	position:absolute;
}

#middle #kolomright3 #id_thumbnails a {
	display:block;
	position:relative;
	float:left;
	height:105px;
	width:105px;
	border:1px solid #f0f0f0;
	overflow:hidden;
	margin-right:5px;
	margin-top:5px;
}

#middle #kolomright3 #id_thumbnails a.selected {
	border:1px solid #c2c2c2;
}

form td {
	padding-bottom:10px;
	padding-right:20px;
}

input,
textarea {
	width:250px;
	
}

input.postcode {
	width:40px;
}
input.postcode2 {
	width:20px;
}


textarea {
	height:100px;
}

