/* css knipper bug oplossing */
html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body	{
	font				: 0.75em Arial;
}

.toegankelijkheid	{
	display				: none;
}

.clear	{
	clear				: both;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 50px;
	border-bottom		: solid 2px #999;
}

#header h1	{
	margin				: 0;
	font-size			: 1.7em;
}

#header h1 a	{
	color				: #000;
	text-decoration		: none;
}

#header address	{
	position			: absolute;
	right				: 0;
	top					: 0;
	text-align			: right;
	color				: #000;
	font-style			: normal;
	font-size			: 0.8em;
}

#header address strong	{
	font-size			: 1.1em;
}

#header address	a {
	text-decoration		: none;
	color				: #000;
}

#header #zoeken	{
	display				: none;
}


/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main	{
	padding				: 15px 0 0 0;
}

#main h2.typetitel	{
	display				: none;
}

#main fieldset, #main fieldset ul, #main fieldset li	{
	zoom				: 1;
	position			: relative;
}


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	display				: none;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content, #producten	{
	line-height			: 1.45em;
}

#content a	{
	color				: #f00;
}

#content p, #producten p	{
	margin				: 0 0 15px 0;
}

#content h2	{
	margin				: 0 0 13px 0;
	font-size			: 1.2em;
}

#content #flashImg	{
	display				: none;
}

#soorten_fotos	{
	display				: none;
}




/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	position			: relative;
	border-top			: 2px solid #999;
	padding				: 10px 0;
	width				: 100%;
	font-size			: 0.8em;
}

#footer a.distrimex	{
	float				: left;
	color				: #999;
	text-decoration		: none;
}

#footer a.amimpact	{
	float				: right;
	color				: #999;
	text-decoration		: none;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#zijbalk	{
	float				: left;
	width				: 159px;
	padding				: 4px;
}

#zijbalk h3	{
	margin				: 0;
	font-size			: 1.1em;
}

#zijbalk img	{
	margin				: 1px auto 0 auto;
	border				: none;
}

#zijbalk p	{
	margin				: 1px 0 4px 0;
	font-size			: 1em;
}

#zijbalk p a	{
	color				: #000;
	text-decoration		: none;
}

#zijbalk p a.meer	{
	font-weight			: bold;
}


/* --------------------------------	*/
/* overzicht merken				 	*/
/* --------------------------------	*/
#overzicht_merken	{
	margin				: 0 0 15px 0;
}

#overzicht_merken h3	{
	height				: 17px;
	background			: #DDE7F1 url(../img/titel_bg.gif) no-repeat left;
	padding				: 4px 5px 4px 35px;
	margin				: 0;
	color				: #000;
	font-size			: 1em;
}

#overzicht_merken ul	{
	margin				: 0;
	padding				: 0;
	list-style			: none;
}

#overzicht_merken li	{
	padding				: 10px 0 10px 0;
	border-bottom		: solid 1px #999;
	position			: relative;
}

#overzicht_merken li .foto	{
	float				: left;
	width				: 75px;
}

#overzicht_merken li .foto a	{
	border				: solid 1px #adbbc9;
	display				: block;
	width				: 64px;
	height				: 64px;
	text-align			: center;
}

#overzicht_merken li .foto img	{
	border				: none;
}

#overzicht_merken li .omschrijving	{
	float				: left;
}


#overzicht_merken li h4	{
	margin				: 0;
	font-size			: 1em;
}

#overzicht_merken li h4 a	{
	color				: #000;
}

#overzicht_merken li p	{
	margin				: 0;
	font-size			: 0.9em;
}

#overzicht_merken li p a	{
	text-decoration		: none;
	color				: #000;
}


/* --------------------------------	*/
/* producten						*/
/* --------------------------------	*/
#producten	{
	/* producten padding, width, etc wordt gedefineerd bij #content */
}

#producten h2	{
	margin				: 0;
	font-size			: 1.7em;
	line-height			: 1;
	font-weight			: normal;
}

#producten a	{
	color				: #000000;
}

/* navigatie */
#producten #navigatie	{
	padding				: 5px;
	_height				: 1%;
	min-height			: 1%;
	border-bottom		: solid 2px #999;
}

#producten #navigatie ul	{
	margin				: 0;
	padding				: 0;
	list-style			: none;
	float				: right;
}

#producten #navigatie ul li	{
	display				: block;
	float				: left;
	margin				: 0 0 2px 10px;
}

#producten #navigatie ul li h3	{
	display				: inline;
	margin				: 0;
	font-size			: 1em;
}

#producten #navigatie ul li a 	{
	float				: left;
	display				: block;
	_height				: 21px;
	min-height			: 21px;
	border				: solid 1px #999;
	padding				: 2px 7px 0 7px;
	font-weight			: bold;
	text-decoration		: none;
}

#producten #navigatie ul li.actief a 	{
	text-decoration		: underline;
}


/* --------------------------------	*/
/* producten overzicht				*/
/* --------------------------------	*/

#overzicht_producten #info	{
	padding				: 12px 0;
	border-bottom		: solid 1px #999;
}

#overzicht_producten #info .logo	{
	position			: relative;
	text-align			: center;
	width				: 218px;
}

#overzicht_producten #info .logo	{
	float				: left;
}


#overzicht_producten #info .omschrijving	{
	float				: right;
	width				: 530px;
}

#overzicht_producten ul	{
	margin				: 0;
	padding				: 0;
	list-style			: none;
}

#overzicht_producten li	{
	padding				: 10px 0 0 0;
	position			: relative;
}

#overzicht_producten li .foto	{
	border				: solid 1px #999;
	float				: left;
	width				: 111px;
	height				: 111px;
	display				: block;
	text-align			: center;
}

#overzicht_producten li .foto img	{
	border				: none;
}

#overzicht_producten li .info	{
	width				: 520px;
	float				: right;
}

#overzicht_producten.categorieen li .info	{
	width				: 290px;
}

#overzicht_producten li h4	{
	margin				: 0;
	font-size			: 1em;
	color				: #000;
}

#overzicht_producten li h4 a	{
	color				: #000;
	text-decoration		: none;
}

#overzicht_producten li p	{
	margin				: 13px 0 0 0;
}

#overzicht_producten li p a	{
	color				: #000;
	text-decoration		: none;
}

#overzicht_producten li p a.meer_info	{
	color				: #000;
	text-decoration		: underline;
}


/* --------------------------------	*/
/* producten index				*/
/* --------------------------------	*/
#producten_index	{
	padding				: 10px 0;
}

#producten_index #logo	{
	width				: 220px;
	float				: left;
	text-align			: center;
}

#producten_index #logo img	{
	margin				: 0 auto;
}

#producten_index #logo img.afbeelding	{
	border				: solid 1px #adbbc9;
	margin-bottom		: 15px;
}

#producten_index #overzicht_producten	{
	float				: right;
	width				: 415px;
}


/* --------------------------------	*/
/* producten details				*/
/* --------------------------------	*/
#producten_details	{
	padding				: 10px 0;
}

#producten_details .info .foto	{
	border				: solid 1px #adbbc9;
	float				: left;
	width				: 111px;
	height				: 111px;
	text-align			: center;
}

#producten_details .info h4	{
	margin				: 0 0 0 120px;
	font-size			: 1em;
	_height				: 17px;
	min-height			: 17px;
	background			: #D2DDE3;
	padding				: 4px 5px 4px 35px;
	color				: #000;
}

#producten_details .info h4 a	{
	color				: #000;
	text-decoration		: none;
}

#producten_details .info p	{
	margin				: 13px 0 0 156px;
}

#producten_details .afbeelding	{

}


#producten_details .afbeelding img	{
	border				: 0;
}


/* --------------------------------	*/
/* producten specificaties			*/
/* --------------------------------	*/
#specificaties	{
	margin				: 15px 0;
	position			: relative;
}

#specificaties table	{
	border-collapse		: collapse;
}

#specificaties th 	{
	width				: 28px;
	white-space			: nowrap;
}

#specificaties th div 	{
	position			: relative;
	height				: 117px;
	display				: block;
}

#specificaties th span 	{
	position			: absolute;
	left				: 0;
	top					: 0;
	height				: 117px;
	width				: 140px;
	display				: block;
	z-index				: 1337;
}

#specificaties th.model { width: 140px;	}
#specificaties th.eind	{ width: 0;	}
#specificaties th.pdf  	{ display: none;	}

#specificaties td 	{
	border				: solid 1px #999 !important;
	padding				: 1px 4px;
	text-align			: center;
	white-space			: nowrap;
	position			: relative;
	font-size			: 0.9em;
}

#specificaties td.type, #specificaties td.overige_info 	{
	text-align			: left;
}

#specificaties td.pdf 	{
	display				: none;
}

#specs_pdf	{
	display				: none;
}



/* --------------------------------	*/
/* nieuws/projecten overzicht		*/
/* --------------------------------	*/
#overzicht_nieuws ul	{
	margin				: 0;
	padding				: 0;
	list-style			: none;
}

#overzicht_nieuws li	{
	padding				: 10px 0;
	position			: relative;
}

#overzicht_nieuws li .foto	{
	float				: left;
	width				: 111px;
	height				: 111px;
	display				: block;
	border				: solid 1px #adbbc9;
	text-align			: center;
}

#overzicht_nieuws li .foto img	{
	border				: none;
}

#overzicht_nieuws li .info	{
	width				: 520px;
	float				: right;
}

#overzicht_nieuws li h4	{
	margin				: 0;
	font-size			: 1em;
	padding				: 4px 5px 4px 0;
	color				: #000;
}

#overzicht_nieuws li h4 a	{
	color				: #000;
	text-decoration		: none;
}

#overzicht_nieuws li p	{
	margin				: 13px 0 0 0;
}

#overzicht_nieuws li p a	{
	color				: #000;
	text-decoration		: none;
}

#overzicht_nieuws li p a.meer_info	{
	color				: #000;
	text-decoration		: underline;
}

/* --------------------------------	*/
/* image box						*/
/* --------------------------------	*/
#ImageBoxOverlay	{
	background-color	: #0E559A;
}

#ImageBoxCaption	{
	background-color	: #fff;
}

#ImageBoxContainer	{
	width				: 250px;
	height				: 250px;
	background-color	: #fff;
}

#ImageBoxCaptionText	{
	font-weight			: bold;
	padding-bottom		: 5px;
	color				: #000;
}

#ImageBoxCaptionImages	{
	margin				: 0;
	font-size			: 0.9em;
	color				: #0E559A;
}

#ImageBoxNextImage	{
	background-image	: url(../img/imagebox/spacer.gif);
	background-color	: transparent;
}

#ImageBoxPrevImage	{
	background-image	: url(../img/imagebox/spacer.gif);
	background-color	: transparent;
}

#ImageBoxNextImage:hover	{
	background			: url(../img/imagebox/next.gif) no-repeat right;
}

#ImageBoxPrevImage:hover	{
	background			: url(../img/imagebox/prev.gif) no-repeat left;
}


/* --------------------------------	*/
/* googlemaps					 	*/
/* --------------------------------	*/
#googlemaps	{
	border				: solid 1px black;
	height				: 500px;
	width				: 100%;
	background			: #eee;
	text-align			: left;
	font				: 1em Arial;
	color				: #000;
}

#googlemaps a	{
	color				: #ED1C24;
}


/* --------------------------------	*/
/* contact formulier			 	*/
/* --------------------------------	*/
.contactform {
	margin				: 0;
}

.contactform input, .contactform select, .contactform textarea   {
	border				: solid 1px #0E559A;
	font				: 1em Arial;
}

.contactform input.button   {
	cursor				: pointer;
	background			: #0E559A;
	color				: #fff;
	font-weight			: bold;
	margin-top			: 10px;
}

.contactform ul {
	list-style			: none;
	margin				: 0;
	padding 			: 0;
}

.contactform fieldset {
	border				: 0;
	margin				: 0;
	padding				: 0;
}

.contactform legend 	{
	display				: none;
}

.contactform label 	{
	font-weight			: bold;
}

.contactform .veldFout 	{
	border				: 1px solid red;
}

.contactform #frmMelding 	{
	color				: red;
	font-weight			: bold;
	margin				: 10px 0;
}

.contactform li.postcode	{
	float				: left;
	width				: 70px;
}

.contactform li.plaats	{
	float				: left;
	width				: 230px;
}

.contactform li.telefoon	{
	clear				: both;
}

