div.contPageHeader
{
	width: 900px;
	height: 90px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	clip:  rect(0px 0px 0px 0px);
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* logo */
IMG#logoKNHB_Screen
{
	height: 80px;
	width: 250px;
	border: none;
	margin: 10px 0px 0px 20px;
	float: left;
}
IMG#logoKNHB_Print
{
	display: none;
}

/* MainMenu */
div.contMainMenu
{
	width: 430px;
	height: 90px;
	display: block;
	float: left;
	text-align: right;
}
div.contMainMenu span
{
	margin: 15px 35px 0px 0px;
	padding: 0px;
	height: 50px;
	text-align: right;
	display: block;
	right: 0px;
	position: relative;
}
div.contMainMenu ul
{
	float: right;
	padding: 0px;
	margin: 0px;
}
div.contMainMenu ul li
{
	float:left;
	list-style: none;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: block;
	right: 0px;
	position: relative;
}

div.contMainMenu ul li a
{
	color: #ffffff;
	padding-left: 10px;
	background: transparent url(../images/bltArrow_OrangeBig.gif) no-repeat center left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
/* SimpleSearch */
div.contSearch
{
	width: 190px;
	height: 90px;
	float:left;
	padding: 40px 0px 0px 10px;
	background: transparent url(../images/hdrTxt_ZoekenInKNHB.gif) no-repeat 10px 15px;
}
div.contSearch input
{
	margin:0px;
	font-size: 0.9em;
	vertical-align: middle;
}
div.contSearch input.tbxSimpleSearch
{
	width: 133px;
	border: 2px inset;
	height: 17px;
	padding:0px;

}
div.contSearch input.btnSearch
{
	border: 1px solid grey;
	background-color: #ffffff;
	font-weight: bold;
	color: #0e1d7d;
	height: 23px;
	width: 40px;
}
div.contSearch input.btnAppearance
{
	border: 1px solid grey;
	background-color: #ffffff;
	font-weight: bold;
	color: #0e1d7d;
	height: 23px;
	width: 100px;
}

div.contSearch input.btnAppearanceSmall
{
	border: 1px solid grey;
	background-color: #ffffff;
	font-weight: bold;
	color: #0e1d7d;
	height: 23px;
	width: 60px;
}
div.contSearch a
{
	color: #ffffff;
	padding-left: 6px;
	margin-top: 5px;
	background: transparent url(../images/bltArrow_WhiteSmall.gif) no-repeat center left;
	display: block;
	
}
div.contSearch a:hover
{
	color: #0e1d7d;
	background: transparent url(../images/bltArrow_BlueSmall.gif) no-repeat center left;

}
