body { margin-top: 0; margin-left: 0; margin-right: 0; }
fieldset { padding: 0; border: 0; margin: 0; }
fieldset div input { border: 0; }

#mainWrapper
{
	margin: 0 auto 0 auto;
	width: 950px;
}

#headerWrapper
{
	height: 200px;
	margin-bottom: 15px;
	margin-top: 24px;

	font-family: Arial, Helvetica, sans-serif;

	background-color: white;
	width: 950px; top: 0px;
	margin-left: auto; margin-right: auto;
	clear: both;
}
#headerBarWrapper
{
	position: absolute;
	height: 24px;
	width: 100%;
	width: expression(document.body.clientWidth);
	left: 0;
	top: 0;
	color: #7c7c7c;
	background-image: url('http://www.digitaalzoeken.nl/images/topbar_bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#headerBarContentWrapper
{
	width: 950px;
	margin-left: auto; margin-right: auto;
	clear: none;
}
#logo
{
	height: 80px;
	float: left;
	width: 320px;
}

#logo h1
{
	margin-top: 20px;
	width: 254px;
	height: 52px;
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 0px;
}
#headerLinks
{
	float: right;
	font-size: 10px;
}

#headerLinks li
{
	float: left;
}
#headerTabs
{
	margin-top: 57px;
	height: 24px;
	float: left;
}

#headerTabs img
{
	margin: 0;
	float: left;
}
.headerLinksContainer
{
	float: right;
	line-height: 20px;
}

.headerLinksContainer a
{
	color: #7c7c7c;
}

.headerLinksContainer ul
{
	padding: 0;
	margin: 0;
}

.headerLinksContainer li
{
	color: #7c7c7c;
	margin-left: 3px;
	list-style-type: none;
}
.spacer
{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.searchContainer
{
	background-color: #c5006a;
	background-image: url('http://www.digitaalzoeken.nl/images/layout/default/background_searchContainer.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 110px;
}
.form a
{
	color: #FFFFFF;
	margin-right: 43px;
}
.form
{
	padding-left: 20px;
	float: left;
	width: 600px;
	padding-top: 30px;
}
.searchField
{
	width: 335px;
	height: 22px;
	background-color: #FFFFFF;
	background-image: url('http://www.digitaalzoeken.nl/images/layout/default/background_searchfield.jpg');
	background-repeat: no-repeat;
	padding: 7px 30px 0 30px;
	float: left;
	color: #496068;
}
.submit
{
	height: 29px;
	width: 75px;
	background-image: url('http://www.digitaalzoeken.nl/images/layout/default/submit.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}
