/* layout for hvac.nl */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: white;
}

div#container {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	text-align: left;
	width : 800px;
	height: 400px;
	padding: 0;
	
	background-repeat: no-repeat;
	background-position: top center;
}

div#linkerkolom,
div#middenkolom,
div#rechterkolom {
	position: absolute;
	top: 204px;
	min-height: 200px;
}

div#middenkolom {
	left: 165px;
	width: 470px;
	color: #04477a;
	z-index: 1;
}

div#linkerkolom {
	width: 137px;
	left: 0;
	border-top: 1px solid #04477a;
	z-index: 3;
	padding: 10px;
	/*background-image: url(../images/kolom_l_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
}

div#rechterkolom {	
	width: 137px;
	left: 643px;
	color: white;
	border-top: 1px solid #a61a23;
	z-index: 2;
	padding: 10px;
	/* background-image: url(../images/kolom_r_bg.jpg); */
	background-repeat: no-repeat;
	background-position: top right;
}

div#lichtkrant {
	position: relative;
	width : 800px;
	top: 2px;
	z-index: 20;
}

div#kruimelpad {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 5px 0;
}

div#navigatie_onder {
	display: none;
	/*position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -400px;
	width: 800px;
	z-index: 12;*/
}

div#navigatie {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	width: 800px;
	height: 204px;
	z-index: 13;
	background: #fff url(../images/navigatie_bg.jpg) left top no-repeat;
	text-align: center;
}

div#navigatie #home {
	display: block;
	height: 119px;
	width: 93px;
	position: relative;
	z-index: 25;
	top: 24px;
	margin: 0 auto;
}

div#navigatie li {
	list-style: none;
}

div#navigatie ul#hot {
	float: right;
	text-align: right;
	width: 215px;
	height: 157px;
	overflow: hidden;
	padding: 0;
	margin: -111px 10px 0 0;	
}

div#navigatie ul#cold {
	float: left;
	text-align: left;
	width: 205px;
	height: 157px;
	overflow: hidden;
	padding: 0;
	margin: -111px 0 0 10px;
}

div#navigatie ul#hot li,
div#navigatie ul#cold li {
	line-height: 15px;
	font-size: 11px;
}

div#navigatie ul#hot li {
	background: transparent url(../images/icon_navhot.gif) right 5px no-repeat;
	padding: 0 10px 0 0;
}

div#navigatie ul#cold li {
	background: transparent url(../images/icon_navcold.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
}

div#navigatie ul#mainnav {
	clear: both;
	display: block;
	height: 12px;
	margin:	0 auto;
	padding: 7px 0;
}

div#navigatie ul#mainnav li {
	display: inline;
}

div#navigatie ul#mainnav li a {
	padding: 0 6px 0 3px;
	border-right: 1px solid #05477a;
	margin: 0;
}

div#navigatie ul#mainnav li a.last {
	border-right: none;
}

div#navigatie ul#mainnav ul,
div#navigatie object {
	display: none;
}
