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

body	{
	background			: #e6e6e6 url(../img/bg_body.gif) repeat-y center top;
	margin				: 0;
	padding				: 0;
	font				: 0.8em/20px Tahoma, Verdana, Arial, sans-serif;
	text-align			: center; /* #container centreren voor IE5 */
}

.toegankelijkheid	{
	display				: none;
}

.clear	{ height: 0.1px; line-height: 0.1px; clear: both; }

.right_column 	{
	width				: 189px;
	float				: right;
}

a, a:link, a:visited, a:hover	{
	color				: #617BA0;
}

a:hover	{
	text-decoration		: none;
}

/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 994px;
	text-align			: left;
	background			: white;
}

/* --------------------------------	*/
/* zoeken						 	*/
/* --------------------------------	*/
#zoeken	{
	position			: absolute;
	right				: 0;
	bottom				: 0;
	background			: #C6D0DC;
	margin				: 0;
}

#zoeken h3	{
	width				: 189px;
	height				: 28px;
	background			: url(../img/title_search.gif) no-repeat left top;
	text-indent			: -999em;
	overflow			: hidden;	
	margin				: 0;
	padding				: 0;
}

#zoeken form	{
	margin				: 0; 
	padding				: 3px 0 0 5px;
	height				: 24px;
	*padding			: 2px 0 0 5px;
	*height				: 25px;
	position			: relative;
}

#zoeken #txt_keywords	{
	width				: 155px;
	padding				: 2px 10px 0 0;
	height				: 17px;
}

#zoeken #btn_submit	{
	background			: transparent url(../img/btn_search.png);
	border				: 0;
	width				: 30px;
	height				: 29px;
	cursor				: pointer;
	color				: #3f7bb9;
	
	margin				: 0;
	padding				: 0;
	
	position			: absolute;
	left				: 160px;
	top					: -1px;
	z-index				: 100;
}




/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{	
	background			: #c6d0dc;
	position			: relative;
	z-index				: 2500;
	width				: 100%;
}

#header h1	{
	margin				: 0;
	padding				: 0;
	height				: 81px;
	background			: url(../img/logo.gif) no-repeat left;
	width				: 207px;
}

#header h1 a	{
	text-indent			: -9000px;
	overflow			: hidden;
	display				: block;
	height				: 81px;
	width				: 207px;
}



/* --------------------------------	*/
/* topmenu						 	*/
/* --------------------------------	*/
#topmenu, #topmenu li {
	margin				: 0;
	padding				: 0;
	list-style			: none;
}

#topmenu	{
	position			: absolute;
	right				: 189px;
	bottom				: 0;
	_bottom				: -1px;	
	background			: url(../img/bg_topmenu.gif);
	font				: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color				: #fff;
	text-decoration		: none;
	padding				: 0 10px;
	height				: 27px;
	z-index				: 2500;
}

#topmenu li a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover	{
	font				: 0.93em/2.3em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color				: #fff;
	text-decoration		: none;
	padding				: 0 7px;
	height				: 27px;
	display				: block;
	_width				: 10px;
	_overflow			: visible;
	white-space			: nowrap;
	vertical-align		: text-bottom;
}	

#topmenu a:hover	{
	text-decoration		: underline;
}

#topmenu li	{
	float				: left;	
	background			: url(../img/divider_top_menu.gif) no-repeat right;
	height				: 27px;
	position			: relative;
}

#topmenu li.last	{
	background			: none;
}

#topmenu li ul	{
	position			: absolute;
	left				: -999em;
	top					: 27px;
	background			: #a4001d;
	width				: 150px;
	z-index				: 2100;
	padding				: 0;
}

#topmenu li:hover ul, #topmenu li.sfhover ul { /* lists nested under hovered list items */
	left				: auto;
	margin				: 0;
	padding				: 0;
	z-index				: 3000;
}

#topmenu li li	{
	width				: 150px;
	height				: auto;
	display				: block;
}

#topmenu li li a	{
	border-left			: 1px solid #c86577;
	color				: #c86577;
	white-space			: normal !important;
	width				: 128px !important;
	height				: auto !important;
	line-height			: 1.8em !important;
	margin				: 0 5px 1px 7px;
}

#topmenu li li a:hover	{
	background			: #b7334a;
}

#topmenu li li a.actief {	
	background			: #b7334a;
}

#topmenu li li.last a	{
	border-left			: 1px solid #fff;
	border-bottom		: 2px solid #fff;
	margin				: 0 5px 5px 7px;
}


/* --------------------------------	*/
/* teaser						 	*/
/* --------------------------------	*/
#teaser	{
	height				: 133px;
	background			: #215297 url(../img/bg_teaser.gif) repeat-y right top;
}

.homepage #teaser	{
	background			: #215297 url(../img/home_compilatie.jpg) no-repeat 207px top;
}

#teaser .titel	{
	width				: 350px; 
	float				: left; 
	color				: white;
}

#teaser p, #teaser h2	{
	margin				: 0;
}

#teaser h3#news	{
	width				: 189px;
	height				: 28px;
	background			: url(../img/title_news.gif) no-repeat left top;
	text-indent			: -999em;
	overflow			: hidden;	
	border-bottom		: 8px solid #aebac8;
	margin				: 0;
	padding				: 0;
}

.right_column	ul, .right_column li	{
	margin				: 0;
	padding				: 0;
	list-style			: none;
	color				: #617ba0;
	font				: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.right_column	ul	{
	margin-top			: 8px;
}

.right_column li	{
	padding				: 0 23px;
}

.right_column a	{
	color				: #617ba0;
	font-weight			: bold;
	text-decoration		: none;
}

.right_column a:hover	{
	text-decoration		: underline;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

#teaser h2 { font-size: 30px; padding: 0.2em 0; margin-top: 40px; }

.sIFR-hasFlash #teaser h2 {
	visibility: hidden;
}

#teaser p.slogan { height: 15px;  }

.sIFR-hasFlash #teaser p.slogan {
	visibility: hidden;
}



/* --------------------------------	*/
/* newslist						 	*/
/* --------------------------------	*/
#newslist {
	height				: 78px;
	overflow			: hidden;
}

#newslist, #newslist li, #innovationlist, #innovationlist li	{
	background			: #CCD1D9;
}



/* --------------------------------	*/
/* subteaser					 	*/
/* --------------------------------	*/
#subteaser	{
	background			: url(../img/bg_subteaser.gif) repeat-x; 
	height				: 50px;
}

#subteaser ul	{
	float				: right;
	text-transform		: uppercase;
	color				: #fff;
}

#subteaser ul, #subteaser li	{
	margin				: 0;
	padding				: 0;
	list-style			: none;
}	

#subteaser li	{
	float				: left;
	margin				: 0 0 0 2px;
}

#subteaser li a	{
	display				: block;
	border-top			: 5px solid #fff;
	font				: normal 0.87em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color				: #fff;
	text-decoration		: none;
	padding				: 8px 0 0 8px;
	height				: 37px;
}

#subteaser li a:hover, #subteaser li a.actief	{
	background			: #a4001d;
}

#subteaser li.about a { width: 78px; }
#subteaser li.products a { width: 65px; }
#subteaser li.technical_information a { width: 82px; }
#subteaser li.contact a { width: 58px; }


#subteaser li ul	{
	position			: absolute;
	left				: -999em;
	background			: #a4001d;
	width				: 150px;
	z-index				: 2100;
	padding				: 0;
}

#subteaser li:hover ul, #subteaser li.sfhover ul { /* lists nested under hovered list items */
	left				: auto;
	margin				: 0;
	padding				: 0;
	z-index				: 3000;
}

#subteaser li li	{
	width				: 150px;
	display				: block;
	text-transform		: none;
}

#subteaser li li a	{
	border				: 0;
	border-left			: 1px solid #c86577;
	color				: #fff;
	margin				: 0 5px 1px 7px;
	padding				: 0;
	width				: auto !important;
	height				: auto !important;
	padding				: 8px !important;
	display				: block;
	vertical-align		: text-bottom;
}

#subteaser li li a:hover	{
	background			: #b7334a;
	text-decoration		: underline;
}

#subteaser li li a.actief {	
	background			: #b7334a;
}

#subteaser li li.last a	{
	border-left			: 1px solid #fff;
	border-bottom		: 2px solid #fff;
	margin				: 0 5px 5px 7px;
}


/* --------------------------------	*/
/* content container			 	*/
/* --------------------------------	*/
#content_container	{
	margin				: 3px 0 0 0;
	background			: url(../img/bg_content_container.gif) repeat-y left top;
}

.homepage #content_container	{
	*position			: relative;
	*height				: 1%;
}


/* --------------------------------	*/
/* left menu 					 	*/
/* --------------------------------	*/
#left_menu { 
	width				: 207px;
	float				: left;
}

.homepage #left_menu { 
	width				: 207px;
	float				: left;
	padding-bottom		: 138px;
	border-bottom		: solid 2px #fff;
	background			: url(../img/left_menu_bg.jpg) no-repeat left bottom;
}

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

.homepage #left_menu li a { 	
	width				: 207px;
	text-indent			: -999em;
	overflow			: hidden;
	display				: block;
}

.vervolgpagina #left_menu li	{
	margin-bottom		: 1px;		
}

.vervolgpagina #left_menu li a { 	
	width				: 168px;
	display				: block;	
	padding				: 10px 20px 10px 19px;
	color				: #fff;
	background			: url(../img/menuitem_bg.gif) no-repeat left bottom;
	font				: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-decoration		: none;
}

.vervolgpagina #left_menu li a:hover, .vervolgpagina #left_menu li.actief a	{
	background			: url(../img/menuitem_bg_actief.gif) no-repeat left top;
	color				: #fff;
	text-decoration		: underline;
}



#left_menu li a.cable_products 	{ height: 50px; background: url(../img/menu_cable_products.gif) no-repeat left top; }
#left_menu li a.composites 		{ height: 51px; background: url(../img/menu_composites.gif) no-repeat left top; }
#left_menu li a.construction 	{ height: 52px; background: url(../img/menu_construction.gif) no-repeat left top; }
#left_menu li a.special_products { height: 50px; background: url(../img/menu_special_products.gif) no-repeat left top; }
#left_menu li a.automotive 		{ height: 53px; background: url(../img/menu_automotive.gif) no-repeat left top; }

#left_menu li a:hover, #left_menu li.actief a { background-position: left bottom; }



/* --------------------------------	*/
/* content	 					 	*/
/* --------------------------------	*/
#content	{
	float				: left;
	padding				: 0 45px 30px 45px;
	width				: 508px;
	color				: #4f4f4f;
	background			: url(../img/bg_content.gif) no-repeat left 150px;
	min-height			: 420px;
	_height				: 420px;
}

#content h2	{
	padding				: 20px 0 10px 0;
	color				: #607ca1;
	border-bottom		: 5px solid #dedff3;
	font				: bold 1.8em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#content h3	{
	padding				: 0 0 5px 0;
	margin				: 0;
	color				: #607ca1;
	font				: bold 1.3em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#content .dealer	{
	padding				: 10px;
	border				: 1px solid #dedff3;
	background			: #fff;
	margin				: 0 0 20px 0;
	font-size			: 0.85em;
	line-height			: 1.6em;
}

#content .dealer p	{
	margin				: 0;
}

#content .dealer img	{
	float				: right;
	padding				: 1px;
	background			: #fff;
	border				: 1px solid #dedff3;
}

#content .dealer .clear	{
	clear				: both;
}

#content h3.land	{
	font-weight			: normal;
	font-size			: 1.2em;
	line-height			: 1em;
	margin				: 0;
}

#content h3.naam	{
	line-height			: 1em;
}



/* --------------------------------	*/
/* banners 					 		*/
/* --------------------------------	*/
#banners	{
	background			: #fff;
	text-align			: center;
}

#banners img	{
	border-bottom		: 1px solid #ccd0d9;
}

h3#innovation	{
	width				: 189px;
	height				: 28px;
	background			: url(../img/title_innovation.gif) no-repeat left top;
	text-indent			: -999em;
	overflow			: hidden;	
	border-bottom		: 8px solid #aebac8;
	margin				: 0;
	padding				: 0;
}


.vervolgpagina #rightbanner	{
	margin-top			: 5px;
}


/* --------------------------------	*/
/* top banners				 		*/
/* --------------------------------	*/
#top_banners	{
	position			: absolute;
	right				: 233px;
	z-index				: 2000;
}

#top_banners img	{
	padding-left		: 17px;
}




/* --------------------------------	*/
/* footer 					 		*/
/* --------------------------------	*/
#footer	{
	clear				: both;	
	text-indent			: -999em;
	overflow			: hidden;
	position			: relative;
	height				: 34px;
	background			: url(../img/homepage_footer_slogan.gif);	
	width				: 589px;
}

.vervolgpagina #footer	{
	position			: relative;
	width				: auto;
	background			: #215197 url(../img/footer_slogan.gif) no-repeat top left;
}

#footer	h3 {
	display				: none;
}


/* --------------------------------	*/
/* amimpact					 		*/
/* --------------------------------	*/
#amimpact	{
	text-align			: center;
}

#amimpact a, #amimpact a:visited, #amimpact a:hover	{
	font				: normal 0.9em/2.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color				: #aebac8;	
}

#amimpact a:hover	{
	text-decoration		: none;
}


/* --------------------------------	*/
/* footer 					 		*/
/* --------------------------------	*/
.veld	{ 
	border				: 1px solid #8799ae; 
	font				: 0.95em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.button	{
	font				: 0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border				: 1px solid #8799ae; 
	background			: #215197;
	color				: white;
	cursor				: pointer;
}



/* --------------------------------	*/
/* sitemap						 	*/
/* --------------------------------	*/
#sitemap ul	{
	margin				: 0;
	padding				: 0;
	list-style			: square;
	color				: #a4001d;
}

#sitemap ul li	{
	font-weight			: bold;
}

#sitemap ul li ul li	{
	font-weight			: normal;
}

#sitemap ul.laag0, #sitemap ul li ul	{
	margin-left			: 20px;
}

#sitemap ul.laag1	{
	margin-left			: 40px;
}

#sitemap ul.laag2	{
	margin-left			: 60px;
}

#sitemap ul.laag3	{
	margin-left			: 80px;
}

#sitemap ul.laag4	{
	margin-left			: 100px;
}



/* --------------------------------	*/
/* zoekresulaten				 	*/
/* --------------------------------	*/
.zoekresultaten dt	{
	font-weight			: bold;
}

.zoekresultaten dd {
	margin				: 0 0 10px 0;	
}




/* --------------------------------	*/
/* contact formulier			 	*/
/* --------------------------------	*/
.contactform {
	font				: 1em Tahoma, Verdana, Arial, sans-serif;
	margin				: 0;
}

.contactform input, .contactform select, .contactform textarea   {
	border				: solid 1px #999;
	font				: 1em Tahoma, Verdana, Arial, sans-serif;
}

.contactform input.button   {
	cursor				: pointer;	
	color				: #fff;
	font-weight			: bold;
}

.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;
}



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

#googlemaps a	{
	color				: #58585A;
}