body {
	margin-top: 0px;
}

img, div { behavior: url(iepngfix.js) }

#maincontainer {
	width: 986px;
	border: 1px solid #AAA;
	border-top: 0px solid #FFF;
	text-align: left;
	font-family: Arial;
}

#hoofdmenu {
	height: 67px;
	background-image: url(../images/keune_logo2008.gif);
	background-repeat: no-repeat;
}

#schaduwlijn {
	width: 100%;
	height: 11px;
	font-size: 0px;
	background-image: url(../images/header_schaduw.gif);
}


#hoofdmenu hr {
	border-color: #CCC;
	border-width: 0px;
	border-bottom-width: 1px;
	margin: 5px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 133px;
}

#hoofdlinks {
	padding-top: 27px;
	padding-left: 137px;
}

#buttonsrechts  {
	float: right;
}

#buttonsrechts .hoofdmenu {
	font-size: 13px;
	padding-top: 3px;
}

#searchbar {
	float: right;
	background-repeat: no-repeat;
	height: 25px;
	width: 305px;
	background-position: right top;
	background-image: url(../images/searchbgblack.jpg);
	text-align:right;
}


.us #searchbar {
	background-image: url(http://localhost:8080/images/searchbgblack_us.jpg);
}

.searchinput {
	background-color: #FFF;
	height: 13px;
	margin-top: 2px;
	font-size: 9pt;
	border: 1px solid #AAA;
	line-height: 12px;
	width: 174px;
	margin-right: 17px;
}

#searchform {
	display:inline;
}

.dummybutton {
	width:75px;
	margin-right:3px;
	_margin-right:0px;
	_margin-left:3px;
	cursor:pointer;
}

.hoofdmenu {
	font-family: Century Gothic;
	font-size: 14px;
	color: #333;
	float: left;
	padding-right: 10px;
	letter-spacing:-0.1em;
	text-decoration: none;
	font-stretch: condensed;
}

.hoofdmenu:hover {
	color: #888;
	cursor: pointer;
}

.hoofdmenuhover {
	font-family: Century Gothic;
	font-size: 14px;
	float: left;
	padding-right: 10px;
	letter-spacing: 0.1em;
	color: #888;
	cursor: pointer;
	text-decoration: none;
}


#maincrumbs a {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	font-style: italic;
}

#maincrumbs a:hover {
	color: #aaa;
}

#maincrumbs {
	padding-left: 140px;
	padding-top: 0px;
	float: left;
}

#logo {
	float: left;
	width: 140px;
}

/* section for us */

.usContent {
	display: none;
}

.us .usContent {
	display: block;
}





