
/* --------------------- page containers ------------------- */

#outer { /* contains all content */
	/* position: relative; */

	width: 100%;
	height: 100%;
	padding: 0;
}

#container { /* div id : contained in 'outer' : holds the total website page */
	position: relative; /* this way, the footer (which is contained in this div) can be positioned absolute by scripting */

	width: 980px;
	padding: 0;
	margin: 0 auto; /* centered */

	text-align: left; /* otherwise all contained text is center aligned due to the 'outer' align=center attribute */
}


/* --------------------- general ------------------- */

html {
	height: 100%; /* [A] : try to enable / disable this property combined with enabling / disabling [B] : IE and FF */
	padding: 0; /* maybe browsers do not have a 0 px default padding */
	margin: 0; /* maybe browsers do not have a 0 px default margin */
}

body {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 11px;
	color: #000000;

background-image: url(http://www.hekenvanloon.nl/graphics/body-bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

form {
	padding: 0;
	margin: 0;
}

.b {
	font-weight: 700;
}

.g {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 90%;
	color: #000000;
}

.FL {
	float: left;
}

.R {
	text-align: right;
}

.sgif {
	width: 1px;
	height: 1px;
}

.lineBlue {
	background-color: #5577A4;
}

a.linkA {
	color: #000000;
}

#chartest {
	position: absolute;
	top: 0px; /* needed !? to read clientWidth */
	visibility: hidden;
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 11px;
}

.red, .mono {
	font-family: monospace;
}

.red {
	color: #FF0000;
}

.form_error_tekst {
	font-style: italic;
	padding: 0px 0px 0px 10px;
}

.zoekterm {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #194987;
	padding: 0px 2px 0px 2px;
}

#logos {
	padding-left: 15px;
}

#logos a {
	background-color: #FFFFFF;
	background-image: url(http://www.hekenvanloon.nl/graphics/bg-logos.gif);
	padding: 6px 0px 0px 2px;
	width: 160px;
	height: 105px;
	display: block;
	float: left;
	margin: 6px;
	text-align: center;
}

#logos a:hover {
	background-color: #3b3c3c;
}

#imgPopDiv {
	position: fixed; /* top and left are set by script : center on page */
	width: 400px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: none;
	z-index: 99;
}

#imgPopDiv table {
	width: 100%;
	height: 100%;
}

#imgPopDiv #imgPopCloseButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

#test-show-vars {
	font-family: "lucida console", monospace;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 525px;
	margin: 10px 0px 10px 0px;
}

/*------ REFERENTIE -----*/

.referentieitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0px 13px 0px;
	float:left;
	width: 100%;
}

.referentie-links {
	float:left;
	width: 150px;
}

.referentie-img {
	float:left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-rechts {
	float:left;
	padding: 0px 0px 0px 10px;
	width: 235px;
}

.referentie-rechts p {
	margin: 0;
	padding: 0;
}

.referentie-opdracht {
	float: left;
	width: 150px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.referentie-img-omschrijving {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-werkzaamheden {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 10px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.prevnextline {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.prevnextline a:link, a:active, a:visited {
	color: #11325b;
	text-decoration: none;
}

.prevnextline a:hover {
	color: #11325b;
	text-decoration: underline;
}

.prevnextline a.current {
	color: #939393;
}

.horizontal-rule {
	width: 100%;
	height: 1px;
	background-color:#194987;
	float:left;
}

/*------ PRODUCTEN -----*/

.productencontainer {
	width:553px;
	height:411px;
}

a#cvtoestellen {
	display: block;
	background-image: url(http://www.hekenvanloon.nl/graphics/cv-toestellen.jpg);
	width:269px; 
	height:127px; 
	float:left; 
	margin: 0px 0px 15px 0px;
	text-indent: -5555px;
}

a#radiatoren {
	display: block;
	background-image: url(http://www.hekenvanloon.nl/graphics/radiatoren.jpg);
	width:269px; 
	height:127px; 
	float:left; 
	margin: 0px 0px 15px 15px;
	text-indent: -5555px;
}

a#sanitair {
	display: block;
	background-image: url(http://www.hekenvanloon.nl/graphics/sanitair.jpg);
	width:269px;
	height:127px;
	float:left;
	margin: 0px 0px 15px 0px;
	text-indent: -5555px;
}

a#kranen-toebehoren {
	display: block;
	background-image: url(http://www.hekenvanloon.nl/graphics/kranen.jpg);
	width:269px;
	height:127px;
	float:left;
	margin: 0px 0px 15px 15px;
	text-indent: -5555px;
}

a#installatie-materiaal {
	display: block;
	background-image: url(http://www.hekenvanloon.nl/graphics/installatie-materiaal.jpg);
	width:269px;
	height:127px;
	float:left;
	text-indent: -5555px;
}

a#onze-leveranciers {
	display: block;
	background-image: url(http://www.hekenvanloon.nl/graphics/leveranciers.jpg);
	width:269px;
	height:127px;
	float:left;
	margin-left:15px;
	text-indent: -5555px;
}

/*------ PRODUCTEN KRANT -----*/

.productitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0px 13px 0px;
	float:left;
	width: 100%;
}

#content-text .productitem a:link, #content-text .productitem a:active, #content-text .productitem a:visited {
	color: #a72821;
	text-decoration: none;
}

#content-text .productitem a:hover {
	text-decoration: underline;
}

.product-links {
	float:left;
	width: 150px;
}

.product-img {
	float:left;
	width: 130px;
	margin: 0px 0px 0px 0px;
}

.product-rechts {
	float:left;
	padding: 0px 0px 0px 10px;
	width: 395px;
}

.product-rechts p {
	margin: 0;
	padding: 0;
}

.product-opdracht {
	float: left;
	width: 150px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.product-img-omschrijving {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.product-werkzaamheden {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 10px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}


/*------ HANDLEIDINGEN KRANT -----*/

.handleidingitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 6px 0px 6px 0px;
	float:left;
	width: 100%;
}

#content-text .handleidingitem a:link, #content-text .handleidingitem a:active, #content-text .handleidingitem a:visited {
	font-size: 11px;
	color: #a72821;
	text-decoration: none;
	font-weight: normal;
}

#content-text .handleidingitem a img {
	margin: 0px 0px -6px 0px;
}

#content-text .handleidingitem a:hover {
	text-decoration: underline;
}

.handleiding-img {
	float: left;
	text-align: center;
	width: 60px;
	margin: 0px 0px 0px 0px;
}

.handleiding-rechts {
	float: left;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 500px;
}

.handleiding-rechts .titel {
	float: left;
	padding: 6px 0px 0px 0px;
	width: 365px;
}

.meerHandleidingen {
	display: block;
	border: 1px solid #c8c8c8;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
/* ---------------------- header ---------------------------- */
/* contained in 'container' */

#header {
	position: relative; /* this way the main nav bar (which is contained in header) can be positioned at the bottom */

	width: 980px;
	height: 195px;
	padding: 0;
	margin: 0;

background-image: url(http://www.hekenvanloon.nl/header.jpg/);
	background-repeat: no-repeat;
}

#header a#go-home {
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 1;
}

#header a#go-home img {
	width: 240px;
	height: 120px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header a#go-test {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#header a#go-test img {
	width: 10px;
	height: 10px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

/* ---------------------- nav main ---------------------------- */
/* contained in 'header' */

#main_nav {
	position: absolute;
	bottom: 0px;
	left: 0px;

	width: 980px;
	height: 30px;
	padding: 0;
	margin: 0;

background-image: url(http://www.hekenvanloon.nl/graphics/main_nav_bg.gif);
	background-repeat: repeat-x;
}

#main_nav ul {
	position: absolute;
	top: 0px;
	right: 0px;

	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	height: 30px;
}

#main_nav ul li {
	position: relative;

padding: 7px 10px 9px 10px;
	/* [A] : vertical tuning of the link text : gaat gelijk op (.!?.) met [B] */

	margin: 0px 0px 0px 0px;
	float: left; /* verwijdert rechter spatie !? */
	display: inline; /* = horizontal ! */

background-image: url(http://www.hekenvanloon.nl/graphics/main_navitem_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	/* tuning : dat de menu bar helemaal onderaan de header staat */
	/* IE6 : zie uitzondering !! */
	line-height: 14px;
}

#main_nav ul li a {
	color: #FFFFFF;
	
padding: 7px 10px 9px 10px;
	/* [B] : tuning van mouseover-vlak : gaat gelijk op (.!?.) met [A] */
	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
}

#main_nav ul li ul {
	top: 32px; /* [C] */
	left: 0px;

	height: auto; /* !! */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none; /* becomes block by mouseover */
	z-index: 2; /* the submenu needs to be OVER the teasers */
}

#main_nav ul li ul.Contact {
	left: auto;
	right: 0px;
}

#main_nav ul li ul li {
	background-image: none;
	display: block; /* vertical */
	padding: 0px 0px 0px 0px;

	/* anders komt er een horizontaal lijntje tussen de LIs in IE6 */
	/* hetzelfde aantal pixels optellen bij [C] zodat het submenu precies onder de menu bar komt */
margin: -2px 0px -2px 0px;

	float: none;
	width: 190px;

	border: 1px solid #FFFFFF;
}

#main_nav ul li ul li a {
	color: #FFFFFF;
	background-color: #11325B;
	display: block;

padding: 6px 10px 6px 10px;

	margin: 0px 0px 0px 0px;
	width: 170px;
}

#main_nav ul li ul li a:hover {
	background-color: #6386B2;
}

/* --------------------- column left ------------------- */
/* contained in 'container' */

#left {
	width: 186px;
	margin: 0;
	padding: 2px 2px 2px 2px;

	background-color: #FFFFFF;
	float: left;
}

#left #left-afsluiter {
	width: 186px;
	height: 150px;
background-image: url(http://www.hekenvanloon.nl/graphics/gradient-left-menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#left #left-afsluiter #imgWaterDropAni {
	height: 240px;
	width: 180px;
}

#left ul {
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
}

#left ul li {
	padding: 0;
	margin: 0;
}

#left ul li a {
	color: #11325B;
	width: 174px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 12px;
	background-color: #CCCCCC;
}

#left ul li a:hover,
#left ul li a.currentB,
#left ul li a.currentC {
	color: #FFFFFF;
	background-color: #11325B;
	font-style: italic;
}

#left ul li ul li a:hover,
#left ul li ul li a.currentC {
	color: #FFFFFF;
	background-color: #6386B2;
	font-style: italic;
}

#left ul ul {
	padding: 0;
background-image: none;
}

#left ul li ul li a {
	width: 161px;
	padding: 5px 0px 5px 25px;
}


/* --------------------- column content ------------------- */
/* contained in 'container' */

#content {
	position: relative;
	width: 738px;
	margin: 0;
	padding: 3px 0px 3px 3px;

	background-color: #FFFFFF;
	float: left; /* floated under the static header, due to the code position in the HTML */
}

#content h1 {
	position: absolute;
	top: 210px;
	right: 0px;
	color: #11325B;
	font-size: 18px;
	padding: 20px 25px 0px 0px;
	margin: 0;
}

#content-text {
	font-size: 9pt;
	width: 718px;
	margin: 0;
	padding: 35px 10px 30px 10px;

background-image: url(http://www.hekenvanloon.nl/graphics/geelhoekje.gif);
background-repeat: no-repeat;
background-position: 681px 7px;
}

#content-text a:link, #content-text a:active, #content-text a:visited {
	color: #005e8e;
	text-decoration: none;	
	font-weight: bold;
}

#content-text a:hover {
	color: #193863;
	text-decoration: underline;	
}

#contentVlineBlue {
	position: absolute;
	top: 216px;
	right: 0px;
	width: 1px;
	height: 0px; /* set by auto-footer-script */
}

#crumbtail {
	position: absolute;
	top: 216px;
	left: 0px;
	color: #888888;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#crumbtail a:link, a:active, a:visited {
	color: #888888;
	text-decoration: none;
}

#crumbtail a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


/* --------------------- nieuws ------------------- */

#homenews {
	margin: 0px 20px 0px 40px;
	padding: 0px 0px 0px 0px;
	float: left;	
	font-size: 9pt;
}


.news-border {
	border-top:	#5577a4 1px solid;
	margin: 0px 10px 0px 10px;
}

h2 {
	font-size: 15px;
	color: #11325b;
	height: 35px;
	display: block;
	background-image: url(http://www.hekenvanloon.nl/graphics/grijshoekje.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 15px;
}

a:link.nieuwsarchief, a:active.nieuwsarchief, a:visited.nieuwsarchief {
 	font-size: 15px;
	color: #11325b;
	text-decoration: none;	
	font-weight: bold;
}

a:hover.nieuwsarchief {
	text-decoration: underline;	
}


.datum {
	font-size: 11px; 
	font-style: italic; 
	color: #888888;
}

.item-inhoud {
	margin: 0px 0px 0px 0px;
}

.home-leesmeer {
	text-align:right;
	margin-right:30px;
}

#homenews a:link, #homenews a:active, #homenews a:visited {
	color: #005e8e;
	text-decoration: none;	
	font-weight: bold;
}

#homenews a:hover {
	color: #193863;
	text-decoration: underline;	
}

/* --------------------- nieuws archief ------------------- */

.scheiding {
	width: 550px;
	margin: 10px 20px 10px 0px;
}

.item-inhoud img {
	float: left;
	margin-right: 10px;
} 

.summary {
	float: right;
	display: block;
	width: 560px;
}

.leesmeer {
	width: 550px;
	display: block;
	text-align: right;
	margin-top: 30px;
}


/* --------------------- column right ------------------- */
/* contained in 'container' */

#right {
	width: 236px; 
	padding: 3px 3px 3px 0px;
	margin: 0;

	background-color: #FFFFFF;
	float: left;
}

#contactgegevens {
	width: 226px;
	height: 180px;
	padding: 20px 10px 10px 0px;
	margin: 0;
	
background-image: url(http://www.hekenvanloon.nl/graphics/contactgegevens.gif);
background-repeat: repeat-x;
	text-align: right;
}

.item {
	height: 50px; /* tuning ! */
	background-color: #CCCCCC; /* this color shines through by hover opacity */
}

.item a:hover {
	opacity: 0.60;
}

.item-pic {
	width: 41px; /* tuning ! */
	height: 43px;
	padding: 7px 0px 0px 0px;
	text-align: right;
	display: block;
	background-color: #FFFFFF;
}

.home .item-pic {
	width: 50px; /* tuning ! */
}

.item-pic img {
	border: 0px solid #FFFFFF;
}

.item-txt {
	width: 185px; 
	height: 33px;
	padding: 17px 0px 0px 10px;
	font-size: 10px;
	font-weight: 700;
	color: #11325B;
	display: block;
	background-color: #FFFFFF;
}

.home .item-txt {
	width: 176px; 
}

.it2 { /* text contains <br> */
	height: 37px;
	padding-top: 13px;
}

.sepItem {
	width: 226px;
}

.sepItem div {
	width: 227px;
	height: 1px;
	margin: 0px 4px 0px 4px;
}

#item-offerte-pic      img { width: 36px; height: 33px; }
#item-contact-pic      img { width: 36px; height: 33px; }
#item-bespaar-pic      img { width: 36px; height: 33px; }
#item-telefoon-pic     img { width: 36px; height: 33px; }
#item-anders-pic       img { width: 36px; height: 33px; }
#item-leveranciers-pic img { width: 36px; height: 33px; }

/* --------------------- footer ------------------- */
/* contained in 'container' */

#footer {
	position: absolute; /* respecting the relative position of its 'container' */
	/* top value determined by script at window onload or window resize */
	left: 0px; /* with respect to the relative positioned 'container' */

	width: 960px; /* the total of the widths of both columns */
	height: 30px;
	padding: 5px 10px 5px 10px;

background-image: url(http://www.hekenvanloon.nl/graphics/footer.jpg);
	background-repeat: repeat-x;
	visibility: hidden;
}

.footer-txt {
	float: left;
	color: #FFFFFF;
}

.footer-txt.R {
	float: right;
}

.footer-txt a {
	text-decoration: none;
}

.footer-txt a:hover {
	text-decoration: underline;
}

.footer-txt a:link,
.footer-txt a:visited,
.footer-txt a:active {
	color: #FFFFFF;
}

/* --------------------- zoek input luikje ------------------- */

#searchtext {
	width: 120px;
	height: 15px;
	border: 1px solid #11325B;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.item-zoek, .item-zoek2 {
	height: 50px; /* tuning ! */
	margin: 30px 0px 0px 0px;
}

.item-zoek table {
	margin: 0px 0px 0px 20px;
}

.item-zoek2 table {
	margin-left: 11px;
}

.zoek-txt {
	font-size: 10px;
	font-weight: 700;
	color: #11325B;
	padding: 0px 0px 6px 0px;
}

/* --------------------- form offerte ------------------- */

#form-offerte {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-offerte div {
	height: 23.5pt;
}

#form-offerte div#sendButton {
	margin: 40px 0px 40px 100px;
}

#form-offerte label {
	display: block; /* label is van nature een inline element */
	width: 140px;
	height: 12.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-offerte label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-offerte label.first {
	margin-left: 10px;
}

#form-offerte label.red {
	font-family: verdana,arial,geneva,sans-serif;
	color: #FF0000;
}

#form-offerte input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-offerte input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	float: left;
}

#form-offerte textarea {
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
	float: left;
}

#form-offerte input.com {
	width: 200px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-offerte textarea {
	width: 350px;
	height: 106px;
	padding: 2px;
}

#form-offerte div.ta {
	height: 122px;
}

#form-offerte div.W100 label {
	width: 100%;
}

#form-offerte div.W100 {
	width: 100%;
}

/* --------------------- form contact ------------------- */

#form-contact {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-contact div {
	height: 23.5pt;
}

#form-contact div#sendButton {
	margin: 40px 0px 40px 100px;
}

#form-contact label {
	display: block; /* label is van nature een inline element */
	width: 130px;
	height: 12.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-contact label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-contact label.first {
	margin-left: 10px;
}

#form-contact label.red {
	font-family: verdana,arial,geneva,sans-serif;
	color: #FF0000;
}

#form-contact input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-contact input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	float: left;
}

#form-contact textarea {
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
	float: left;
}

#form-contact input.com {
	width: 200px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-contact textarea {
	width: 340px;
	height: 146px;
	padding: 2px;
}

#form-contact div.ta {
	height: 162px;
}

#form-contact div.W100 label {
	width: 100%;
}

#form-contact div.W100 {
	width: 100%;
}

/* ------------------------------------------------------------ */

.zoekterm-box {
	font-size: 9px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 470px;
	margin: 10px 0px 0px 0px;
}

.zoekterm-klein {
	font-size: 9px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #CCCC44;
}

ul#search-result li {
	margin: 0px 0px 20px 0px;
}

/* ------------------------------------------------------------ */

table#algemenevoorwaarden tr td#titel {
	font-size: 16px;
	font-weight: bold;
}

table#algemenevoorwaarden tr td#klein {
	font-size: 9px;
	font-style: italic;
}

table#algemenevoorwaarden tr td {
	font-family: verdana, arial;
	font-size: 11px;
}

table#algemenevoorwaarden #inhoudVW ol li div span {
	font-size: 110%;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol {
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li div {
	color: #184C92;
	}

table#algemenevoorwaarden #inhoudVW ol li {
	font-size: 11px;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li ol li {
	color: #184C92;
	}

table#algemenevoorwaarden tr td p#av_footer {
	color: #184C92;
}

