/* CSS Document */
/*-----------------------------------------*/
/*--- Resetting most html elements ------*/
/*-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b{
	font-weight: bold;
}

strong span, b span{
	font-weight: bold;
}



/*----------------------------------*/
/*--- Some general settings ------*/
/*------------------------------*/

html, body{
	padding: 0em;
	margin: 0 auto;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 0.87em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #313131;	
	background: #fff url(../images/background_liniaal.gif) top center repeat-x;
}

.clearfloat{
	clear:both;
  height:0;
  font-size: 0px;
  line-height: 0px;
}

body #pageWrapper{
	margin: 0 auto;
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	text-align: left;
	background: transparent;
}



/*-----------------------*/
/*--- Top styles ------*/
/*-------------------*/

body #top{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	height: 150px;
	background: transparent;
	position: relative;
	margin-bottom: 40px;
}

body #top #cellumat{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

body #top #lng_navigation{
	position: absolute;
	top: 45px;
	right: 20px;
	color: #bbbbbb;
	text-align: right;
	width: auto;
	display: block;
	list-style: none;
}

body #top #lng_navigation li{
	float: left;
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

body #top #lng_navigation li.contactlink{
	margin-left: 7px;
	padding-left: 7px;
	padding-top: 1px;
	border-left: 1px solid #ccd8e5;
}

body #top #lng_navigation li.lngClick{
	padding-top: 1px;
}

body #top #lng_navigation li ul{
	visibility: hidden;
}

body #top #lng_navigation li a:link, body #top #lng_navigation li a:visited{
	color: #003e7e;
	text-decoration: none;
}

body #top #lng_navigation li a:hover{
	color: #003e7e;
	text-decoration: underline;
}

body #top #lng_navigation li ul.showMenu{
	visibility: visible;
	margin-top: 5px;
}

body #top #lng_navigation li ul li{
	/*float: right;*/
	display: block;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}

body #top #lng_navigation li ul li a:link, body #top #lng_navigation li ul li a:visited{
	color: #003e7e;
	text-decoration: underline;
}

body #top #lng_navigation li ul li a:hover{
	color: #003e7e;
	text-decoration: underline;
}

body #top #lng_navigation li ul li a.lang_selected:link, body #top #lng_navigation li ul li a.lang_selected:visited{
	color: #003e7e;
	text-decoration: none;
}

body #top #lng_navigation li ul li a.lang_selected:hover{
	color: #003e7e;
	text-decoration: none;
}

body #top #navigation{
	position: absolute;
	bottom: 7px;
	right: 0px;
	list-style: none;
	font-size: 1.2em;
}

body #top #navigation li{
	float: left;
	display: block;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	background: #fff;
}

body #top #navigation li a:link, body #top #navigation li a:visited{
	color: #003e7e;
	background: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	display: block;
}

body #top #navigation li a:hover{
	color: #fff;
	background: #003e7e;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	display: block;
}

body #top #navigation li a.current:link, body #top #navigation li a.current:visited{
	color: #fff;
	background: #003e7e;
	display: block;
}

body #top #navigation li a.current:hover{
	text-decoration: underline;
	display: block;
}

/*---------------------------*/
/*--- Searchbox styles -----*/
/*-------------------------*/

body #top #lng_navigation #searchform_top{
	margin-left: 7px;
	border: 1px #ccd8e5 solid;
	width: 135px;
	height: 18px;
	display: block;
	position: relative;
}

body #top #lng_navigation #searchform_top #searchInput{
	/*padding: 2px 2px 2px 10px;*/
	color: #003e7e;
	width: 105px;
	display: block;
	position: absolute;
	left: 7px;
	top: 2px;
}

body #top #lng_navigation #searchform_top #searchBtn{
	position: absolute;
	right: 1px;
	top: 2px;
}

/*--------------------------*/
/*--- Breadcrumb styles -----*/
/*----------------------*/
body #breadcrumb{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 240px;
	font-size: 0.84em;
}

body #breadcrumb a:link, body #breadcrumb a:visited{
	color: #313131;
}

body #breadcrumb a:hover{
	color: #003e7e;
}



/*--------------------------*/
/*--- Content styles -----*/
/*----------------------*/
body #contentWrapper{
	margin-left: 10px;
	margin-right: 10px;
}

body #contentWrapper h1, h2, h3, h4, h5, h6{
	color: #003e7e;
}

body #contentWrapper h1{
	font-size: 1.8em;
	margin-bottom: 0.9em;
}

body #contentWrapper h2{
	font-size: 1.6em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}

body #contentWrapper h3{
	font-size: 1.4em;
	margin-top: 1.4em;
	margin-bottom: 0.7em;
}

body #contentWrapper h4{
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}

body #contentWrapper p{
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

body #contentWrapper a:link, body #contentWrapper a:visited{
	color: #003e7e;
}

body #contentWrapper a:hover{
	color: #003e7e;
	text-decoration: none;
}

body #contentWrapper ul li{
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

body #contentWrapper ul li a:link, body #contentWrapper ul li a:visited{
	color: #313131;
	text-decoration: none;
}

body #contentWrapper ul li a:hover{
	color: #313131;
	text-decoration: underline;
}

body #contentWrapper .content2Cols .right a:link, body #contentWrapper .content2Cols .right a:visited{
	color: #003e7e;
	text-decoration: underline;
}

body #contentWrapper .content2Cols .right a:hover{
	color: #DA1F2C;
	text-decoration: underline;
}

body #contentWrapper .content2Cols .right a.productCategorie:link, body #contentWrapper .content2Cols .right a.productCategorie:visited{
	color: #313131;
	text-decoration: none;
}

body #contentWrapper .content2Cols .right a.productCategorie:hover{
	color: #fff;
}


body #contentWrapper ul li ul{
	margin-top: 5px;
}

body #contentWrapper ul li ul li{
	margin-bottom: 5px;
	padding-left: 15px;
	border: none;
}

body #contentWrapper .slideshow{
	margin-bottom: 40px;
	position: relative;
}

body #contentWrapper .slideshow ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 940px;
	height: 270px;
}

body #contentWrapper .slideshow ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	width: 940px;
	height: 270px;
	overflow:hidden;
}

body #contentWrapper .slideshow ul li img{
	margin: 0px; 
	padding: 0px;
}

body #contentWrapper .content2Cols .left ul li.active{
	border-bottom: 1px #ccd8e4 solid;
}

body #contentWrapper .content2Cols .left ul li.active ul li.active{
	border-bottom: none;
	border-left: 2px #ccd8e4 solid;
}

body #contentWrapper .content2Cols .left ul li.active a:link, body #contentWrapper .content2Cols .left ul li.active a:visited{
	color: #003e7e;
	text-decoration: none;
}

body #contentWrapper .content2Cols .left ul li.active a:hover{
	color: #313131;
	text-decoration: underline;
}

body #contentWrapper .content2Cols .left ul li.active ul li.active a:link, body #contentWrapper .content2Cols .left ul li.active ul li.active a:visited{
	color: #003e7e;
	text-decoration: none;
}

body #contentWrapper .content2Cols .left ul li.active ul li.active a:hover{
	color: #313131;
	text-decoration: underline;
}

body #contentWrapper .content2Cols .left ul li.active ul li a:link, body #contentWrapper .content2Cols .left ul li.active ul li a:visited{
	color: #313131;
	text-decoration: none;
}

body #contentWrapper .content2Cols .left ul li ul li.active a:hover{
	color: #313131;
	text-decoration: underline;
}

body #contentWrapper .content2Cols .left{
	float: left;
	width: 200px;
}

body #contentWrapper .content2Cols .left .csc-menu .submenu{
	visibility: hidden;
	display: none;
}

body #contentWrapper .content2Cols .left .csc-menu .active .submenu{
	visibility: visible;
	display: block;
}

body #contentWrapper .content2Cols .right{
	float: right;
	width: 700px;
}

body #contentWrapper .content2Cols .right .content2Cols .left{
	float: left;
	width: 560px;
}

body #contentWrapper .content2Cols .right .content2Cols .right{
	float: right;
	width: 100px;
}

body #contentWrapper .content2ColsEven .left{
	float: left;
	width: 48%;
}

body #contentWrapper .content2ColsEven .right{
	float: right;
	width: 48%;
}

body #contentWrapper .content2Cols .right .content2Cols .right img{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

body #contentWrapper .content2Cols .right ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

body #contentWrapper .content2Cols .right ul li{
	border: none;
	list-style: square inside;
	margin-left: 30px;
}


/*---------------------------*/
/*--- Product overview -----*/
/*-------------------------*/
body #contentWrapper a.productCategorie{
	float: left;
	width: 220px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #efefef;
}

body #contentWrapper a.thermisch:link, body #contentWrapper a.thermisch:visited{
	background: #feedd1;
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.thermisch:hover{
	background: #f7a800;
	text-decoration: none;
	color: #fff;
}

body #contentWrapper a.brandwerend:link, body #contentWrapper a.brandwerend:visited{
	background: #f6cdd3;
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.brandwerend:hover{
	background: #d30322;
	text-decoration: none;
	color: #fff;
}

body #contentWrapper a.binnenwand:link, body #contentWrapper a.binnenwand:visited{
	background: #cceef5;
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.binnenwand:hover{
	background: #00aacb;
	text-decoration: none;
	color: #fff;
}

body #contentWrapper a.kimblok:link, body #contentWrapper a.kimblok:visited{
	background: #f7f3ec;
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.kimblok:hover{
	background: #d8c3a1;
	text-decoration: none;
	color: #fff;
}

body #contentWrapper a.lateien:link, body #contentWrapper a.lateien:visited{
	background: #f5f3f3;
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.lateien:hover{
	background: #c5c5c5;
	text-decoration: none;
	color: #fff;
}

body #contentWrapper a.toebehoren:link, body #contentWrapper a.toebehoren:visited{
	background: #ccd8e4;
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.toebehoren:hover{
	background: #003b79;
	text-decoration: none;
	color: #fff;
}

body #contentWrapper a.isolerend:link, body #contentWrapper a.isolerend:visited{
	background: #e3d8e8;
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.isolerend:hover{
	background: #743e8a;
	text-decoration: none;
	color: #fff;
}

body #contentWrapper .productCategorie img{
	margin-left: 10px;
	margin-right: 10px;
}

body #contentWrapper .productCategorie span{
	display: block;
}

body #contentWrapper .productCategorie .productCategorieTitle{
	margin-left: 20px;
	margin-top: 12px;
	font-size: 1.3em;
}

body #contentWrapper .productCategorie .productCategorieOverview{
	margin-left: 20px;
	font-size: 0.9em;
	margin-top: 7px;
	margin-bottom: 0;
}


/*--------------------------*/
/*--- Product detail -----*/
/*----------------------*/
body #contentWrapper .productdetail img.product{
	float: left;
	margin-right: 20px;
}

body #contentWrapper .productdetail .productGamma{
	text-align: right;
}

body #contentWrapper .productdetail .productIntro{
	margin-top: 0px;
	margin-bottom: 0px;
}

body #contentWrapper .productdetail .productName{
	font-size: 2.2em;
	margin-top: 0.1em;
	margin-bottom: 0px;
}

body #contentWrapper .productdetail .productDimensions{
	font-size: 4.2em;
	margin-top: 0.5em;
	margin-bottom: 0.4em;
	font-weight: bold;
	line-height: 1.05em;
}

body #contentWrapper .productdetail .productDescription{
}

body #contentWrapper .productdetail table.productdetails{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

body #contentWrapper .productdetail table.productdetails td{
	border: 2px #fff solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	overflow: hidden;
}

body #contentWrapper .productdetail table.productdetails td span{
	font-size: 0.8em;
}

body #contentWrapper .productdetail table.productdetails tr.tableHead td.description{
	min-width: 150px;
	max-width: 680px;
	background: #fff;
}

body #contentWrapper .productdetail table.productdetails tr.tableRowTitle td{
	font-weight: bold;
	padding-top: 17px;
}

body #contentWrapper .productdetail table.productdetails tr.tableRowProperties td{
	background: #fff;
}

body #contentWrapper .productdetail table.productdetails td.description{
	min-width: 230px;
	max-width: 680px;
}

body #contentWrapper .productdetail table.productdetails td.closed{
	min-width: 0px;
	max-width: 0px;
	width: 0px;
	overflow: hidden;
  cursor: pointer;
}

body #contentWrapper .productdetail table.productdensiteiten{
	width: 100%;
	max-width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.9em;
}

body #contentWrapper .productdetail table.productdensiteiten td{
	border: 1px solid #cdcdcd;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

body #contentWrapper .productdetail table.productdensiteiten td.description{
	text-align: left;
	padding-left: 10px;
}

body #contentWrapper .productdetail table.productdensiteiten .tableRowTitle td{
	font-weight: bold;
}


/*-- Define colors for product detail view --*/

/*-- Colors for thermisch products--*/
body #contentWrapper .thermisch_product .productGamma, 
body #contentWrapper .thermisch_product .productDimensions{
	color: #f7a800;
}

body #contentWrapper .thermisch_product table.productdetails tr.tableHead td{
	background: #f7a800;
}
body #contentWrapper .thermisch_product table.productdetails td.product_variations{
	background: #fbd37f;
}
body #contentWrapper .thermisch_product table.productdetails td{
	background: #fdeecc;
}

/*-- Colors for brandwand products--*/
body #contentWrapper .brandwand_product .productGamma, 
body #contentWrapper .brandwand_product .productDimensions{
	color: #d30322;
}

body #contentWrapper .brandwand_product table.productdetails tr.tableHead td{
	background: #d30322;
}
body #contentWrapper .brandwand_product table.productdetails td.product_variations{
	background: #e98190;
}
body #contentWrapper .brandwand_product table.productdetails td{
	background: #f6cdd3;
}

/*-- Colors for binnenwand products--*/
body #contentWrapper .binnenwand_product .productGamma, 
body #contentWrapper .binnenwand_product .productDimensions{
	color: #00aacb;
}

body #contentWrapper .binnenwand_product table.productdetails tr.tableHead td{
	background: #00aacb;
}
body #contentWrapper .binnenwand_product table.productdetails td.product_variations{
	background: #7fd4e5;
}
body #contentWrapper .binnenwand_product table.productdetails td{
	background: #cceef5;
}

/*-- Colors for kimblokken products--*/
body #contentWrapper .kimblokken_product .productGamma, 
body #contentWrapper .kimblokken_product .productDimensions{
	color: #d8c3a1;
}

body #contentWrapper .kimblokken_product table.productdetails tr.tableHead td{
	background: #d8c3a1;
}
body #contentWrapper .kimblokken_product table.productdetails td.product_variations{
	background: #ebe1d0;
}
body #contentWrapper .kimblokken_product table.productdetails td{
	background: #f7f3ec;
}

/*-- Colors for lateien products--*/
body #contentWrapper .lateien_product .productGamma, 
body #contentWrapper .lateien_product .productDimensions{
	color: #ccc5c2;
}

body #contentWrapper .lateien_product table.productdetails tr.tableHead td{
	background: #ccc5c2;
}
body #contentWrapper .lateien_product table.productdetails td.product_variations{
	background: #e5e2e0;
}
body #contentWrapper .lateien_product table.productdetails td{
	background: #f5f3f3;
}

/*-- Colors for toebehoren products--*/
body #contentWrapper .toebehoren_product .productGamma, 
body #contentWrapper .toebehoren_product .productDimensions{
	color: #003b79;
}

body #contentWrapper .toebehoren_product table.productdetails tr.tableHead td{
	background: #003b79;
}
body #contentWrapper .toebehoren_product table.productdetails td.product_variations{
	background: #7f9dbc;
}
body #contentWrapper .toebehoren_product table.productdetails td{
	background: #ccd8e4;
}

/*-- Colors for isolation products--*/
body #contentWrapper .isolerend_product .productGamma, 
body #contentWrapper .isolerend_product .productDimensions{
	color: #743e8a;
}

body #contentWrapper .isolerend_product table.productdetails tr.tableHead td{
	background: #743e8a;
}
body #contentWrapper .isolerend_product table.productdetails td.product_variations{
	background: #b99ec4;
}
body #contentWrapper .isolerend_product table.productdetails td{
	background: #e3d8e8;
}


/*--------------------------------*/
/*--- Call to action button -----*/
/*------------------------------*/
body #contentWrapper a.callToActionButton{
	float: left;
	width: 220px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #efefef;
	display: block;
}

body #contentWrapper a.callToActionButton:link, body #contentWrapper a.callToActionButton:visited, body #contentWrapper a.callToActionButton:hover{
	text-decoration: none;
	color: #313131;
}

body #contentWrapper a.callToActionButton:hover{
	background: #cfcfcf;
}

body #contentWrapper .callToActionButton img{
	margin: 5px;
	float: left;
}

body #contentWrapper .callToActionButton span.description{
	margin: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
	width: 145px;
	height: 30px;
}


/*--------------------------*/
/*--- Document  ----------*/
/*----------------------*/
body #contentWrapper .content2Cols .right .doc{
	float: left;
	width: 310px;
	margin-right: 19px;
	margin-bottom: 20px;
	padding-top: 0.4em;
	background: url(../images/documentIcon.jpg) 10px 8px no-repeat;
}

body #contentWrapper .content2Cols .right .doc img{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

body #contentWrapper .content2Cols .right .doc p{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 70px;
}

body #contentWrapper .content2Cols .right .doc .doc_title{
	font-weight: bold;
	margin-left: 70px;
	display: block;
}

body #contentWrapper .content2Cols .right .doc p.doc_desc{
	font-size: 0.9em;
}

body #contentWrapper .content2Cols .right .doc p.doc_version{
	color: #888;
	font-size: 0.9em;
}


/*--------------------------*/
/*--- Blog posts list -----*/
/*------------------------*/
body #contentWrapper .blogpost .info{
	color: #888;
	font-size: 0.9em;
}

body #contentWrapper .news-list-item{}

body #contentWrapper .news-list-item h3{
	margin-bottom: 0;
}

body #contentWrapper .news-list-date{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}


/*-----------------------------*/
/*--- Powermail elements -----*/
/*---------------------------*/
body #contentWrapper .tx-powermail-pi1_fieldset{
}

body #contentWrapper .tx-powermail-pi1_fieldset legend{
	visibility: hidden;
}

body #contentWrapper .tx_powermail_pi1_fieldwrap_html{
	margin-top: 3px;
	margin-bottom: 3px;
}

body #contentWrapper .tx_powermail_pi1_fieldwrap_html label{
	display: block;
	font-size: 0.94em;
	font-weight: bold;
}

body #contentWrapper .powermail_mandatory{
	color: #ff001e;
}

body #contentWrapper .tx-powermail-pi1_mandatory{
	color: #ff001e;
}

body #contentWrapper .tx-powermail-pi1_thx{
	color: #00b1d1;
}

body #contentWrapper .tx_powermail_pi1_fieldwrap_html_checkbox_title{
	visibility: hidden;
	margin: 0px; 
	padding: 0px;
}

body #contentWrapper #powermaildiv_uid17 label{
	display: inline-block;
	font-weight: normal;
}

body #contentWrapper .powermail_text{
	background: #e5ebf2;
	padding: 5px;
	width: 100%;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #003b79;	
}

body #contentWrapper .powermail_captcha{
	background: #e5ebf2;
	padding: 5px;
	width: 50px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #003b79;	
}

body #contentWrapper .tx_powermail_pi1_fieldwrap_html_captcha_description{
	font-size: 0.8em;
	color: #999;	
}

body #contentWrapper .powermail_textarea{
	background: #e5ebf2;
	padding: 5px;
	width: 100%;
	height: 100px;
	min-height: 100px;
	border: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #003b79;	
}

body #contentWrapper .powermail_submit, body #contentWrapper .tx-powermail-pi1_mandatory_submit{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #003b79;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #e5ebf2;
border: none;
}
 
body #contentWrapper .powermail_submit:hover, body #contentWrapper .tx-powermail-pi1_mandatory_submit:hover{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #e5ebf2;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #003b79;
border: none;
}

/*--------------------------------------------------*/
/*--- Powermail contactform specific elements -----*/
/*------------------------------------------------*/
body #contentWrapper #powermaildiv_uid1, body #contentWrapper #powermaildiv_uid4, 
body #contentWrapper #powermaildiv_uid18, body #contentWrapper #powermaildiv_uid20,
body #contentWrapper #powermaildiv_uid27, body #contentWrapper #powermaildiv_uid29{
	width: 340px;
	float: left;
}

body #contentWrapper #powermaildiv_uid3, body #contentWrapper #powermaildiv_uid5, 
body #contentWrapper #powermaildiv_uid19, body #contentWrapper #powermaildiv_uid21,
body #contentWrapper #powermaildiv_uid28, body #contentWrapper #powermaildiv_uid30{
	width: 340px;
	float: right;
}

body #contentWrapper #powermaildiv_uid17,
body #contentWrapper #powermaildiv_uid26,
body #contentWrapper #powermaildiv_uid35{
	font-size: 0.9em;
	color: #999;	
}

body #contentWrapper #powermaildiv_uid17 label,
body #contentWrapper #powermaildiv_uid26 label,
body #contentWrapper #powermaildiv_uid35 label{
	display: inline-block;
	font-weight: normal;
}

/*----------------------------------*/
/*--- Routeformulier elements -----*/
/*--------------------------------*/

body #contentWrapper #routeform label{
	display: block;
	font-size: 0.94em;
	font-weight: bold;
}

body #contentWrapper #routeform #street, body #contentWrapper #routeform #zipp, body #contentWrapper #routeform #city,
body #contentWrapper #routeform #city_fr, body #contentWrapper #routeform #zipp_fr{
	background: #e5ebf2;
	padding: 5px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #003b79;	
}

body #contentWrapper #routeform #street{width:300px;}
body #contentWrapper #routeform #zipp{width:40px;}
body #contentWrapper #routeform #city{width:215px;}
body #contentWrapper #routeform #zipp_fr{width:60px;}
body #contentWrapper #routeform #city_fr{width:195px;}

body #contentWrapper #routeButton{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #003b79;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #e5ebf2;
border: none;
}
 
body #contentWrapper #routeButton:hover{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #e5ebf2;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #003b79;
border: none;
}


/*-------------------------*/
/*--- Footer styles -----*/
/*---------------------*/

body #footer{
	color: #888888;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	height: 55px;
	background: #fff url(../images/footerBg.gif) 0px 25px no-repeat;
}

body #footer .left{
	float: left;
}

body #footer .right{
	float: right;
}

body #footer a:link, body #footer a:visited{
	color: #888888;
	text-decoration: underline;
}

body #footer a:hover{
	color: #313131;
	text-decoration: none;
}

/*-------------------------*/
/*--- Indexed search -----*/
/*---------------------*/

.tx-indexedsearch-rules, .tx-indexedsearch-whatis, .tx-indexedsearch-searchbox {
	display: none;
}

.tx-indexedsearch-redMarkup {
	color: #DA1F2C;
	font-weight: normal;
}

.tx-indexedsearch-title-row td {
	background-color: #e7eff4;
}

td.tx-indexedsearch-result-number {
	display: none;	
}

td.tx-indexedsearch-percent {
	text-align: right;
	color: #777;
}

.tx-indexedsearch-info-row {
	display: none;
}

.tx-indexedsearch-title a {
	font-size: 1.1em;
}

.tx-indexedsearch-title a:link, .tx-indexedsearch-title a:visited{
	text-decoration: none;
}
.tx-indexedsearch-title a:hover{
	text-decoration: underline;
}

.tx-indexedsearch-percent{
	padding-right: 10px;
}

body #contentWrapper .content2Cols .right .tx-indexedsearch-browselist-currentPage strong a{
	font-weight: bold;
}

body #contentWrapper .content2Cols .right .tx-indexedsearch-browsebox ul.browsebox {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

body #contentWrapper .content2Cols .right .tx-indexedsearch-browsebox ul.browsebox li {
	margin:0px;
	padding: 0px 5px 0px 0px;
	display: inline;
}


/*-----------------------------------*/
/*--- Architect corner - forms -----*/
/*---------------------------------*/

#feLogin_form{
	width: 210px;
}

.tx-felogin-pi1 fieldset{
	margin-top: 20px;
	margin-bottom: 20px;
}

.tx-felogin-pi1 fieldset legend{
	visibility: hidden;
	display: none;
}

.tx-felogin-pi1 fieldset label{
	display: block;
	font-size: 0.94em;
	font-weight: bold;
}

.tx-felogin-pi1 fieldset #user,
.tx-felogin-pi1 fieldset #pass, 
.tx-felogin-pi1 fieldset #forgot_pass{
	background: #e5ebf2;
	padding: 5px;
	width: 180px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #003b79;	
}

.tx-felogin-pi1 fieldset #feLogin_submit{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #003b79;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #e5ebf2;
border: none;
}
 
.tx-felogin-pi1 fieldset #feLogin_submit:hover{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #e5ebf2;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #003b79;
border: none;
}

.tx-srfeuserregister-pi1{}

#tx-srfeuserregister-pi1-fe_users_form dt{
	width: 400px;
}

#tx-srfeuserregister-pi1-fe_users_form dt{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: none;
	width: 400px;
}

#tx-srfeuserregister-pi1-fe_users_form dd{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: none;
	width: 400px;
}

body #contentWrapper .tx-srfeuserregister-pi1 label{
	display: block;
	font-size: 0.94em;
	font-weight: bold;
}

body #contentWrapper .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-text,
body #contentWrapper .tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-password, 
body #contentWrapper .tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-password_again,
body #contentWrapper .tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-captcha-response, 
#tx-srfeuserregister-pi1-pass{
	background: #e5ebf2;
	padding: 5px;
	width: 100%;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #003b79;	
	display: block;
}


.tx-srfeuserregister-pi1-captcha-response{
	width: 415px;
	margin-top: 10px;
}

.tx-srfeuserregister-pi1-captcha-response label{
	width: 155px;
}

.tx-srfreecap-pi2-cant-read{
	font-size: 0.8em;
	display: block;
}

.tx-srfeuserregister-pi1-error{
	color: #da202d;
}

.captchaHolder{
	float:right;
	width: 210px;
}


body #contentWrapper .tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-captcha-response{
	width: 140px;
}

body #contentWrapper .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #003b79;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #e5ebf2;
border: none;
}
 
body #contentWrapper .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit:hover{
margin: 0px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
background-color: #e5ebf2;
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 14px;
color: #003b79;
border: none;
}

/*---------------------------*/
/*--- LangPopup styles -----*/
/*-------------------------*/

#langPopup{
	width: 400px;
	background-color: #efefef;
	padding: 20px;
	text-align: left;
	
	display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
	border: 1px solid #989898;  
  z-index:2;  
}

#langPopup .left{
	float: left;
	width: 180px;
	padding-right: 20px;
	border-right: dotted #0066CC 1px;
	text-align: left;
}

#langPopup .right{
	float: right;
	width: 180px;
	text-align: left;
}

#langPopup p{
	padding-top: 5px;
	padding-bottom: 5px;
}

#langPopup h3{
	font-size: 1.4em;
	padding-bottom: 15px;
}

#langPopup a{
	display: block;
	padding: 10px 0px 10px 23px;
	font-size: 0.8em;
	text-align: left;
}

#langPopup a:link, #langPopup a:visited{
	text-decoration: none;
	color: #003e7e;
}

#langPopup a:hover{
	text-decoration: underline;
	color: #da202d;
}

#langPopup .description_FR{
	margin-bottom: 20px;
}

#langPopup #lng_be_nl, #langPopup #lng_be_fr{
	background: url(../images/be.gif) 0px 13px no-repeat;
}

#langPopup #lng_fr_fr{
	background: url(../images/fr.gif) 0px 13px no-repeat;
}

#backgroundPopup{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:100%;  
    width:100%;  
    top:0;  
    left:0;  
    background:#ffffff;  
    /*border:1px solid #cecece;*/
    z-index:1;  
} 