body {
	background: url("../images/bckgr.jpg") repeat-x fixed;
	font-family: Helvetica;
	font-size: 13px;
}

a {
	color: #005F4B;
}

a img {
	border: solid #005F4B 2px;
}

a img:hover {
	border: solid #BDE2DE 2px;
}

div.main {
	width: 800px;
	background: #FFF;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.header {
	position: relative;
	width: 800px;
	height: 292px;
}

div.subnav {
	display: table-cell;
	vertical-align: middle;
	height: 20px;
	width: 800px;
	color: #C5CF1A;
	background: url("../images/subnavbar.jpg") no-repeat;
	font-size: 11px;
	padding: 0 12px;
}

div.navbar {
	width: 776px;
	height: 48px;
	margin: 0 auto;
}

div.content {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #005F4B;
	width: 776px;
	margin: 0 auto;
}

div.footer table {
	width: 776px;
	margin: 10px auto;
}

div.footer td {
	min-width: 14px;
	text-align: center;
}

input.postcode-cijfers {
	background: url(../images/input/4.png) no-repeat;
	border: none;
	width: 47px; /*img width - padding left*/
	height: 21px;
	padding-left: 4px;
	padding-top: 3px;
}

input.postcode-letters {
	background: url(../images/input/2.png) no-repeat;
	border: none;
	width: 27px; /*img width - padding left*/
	height: 21px;
	padding-left: 4px;
	padding-top: 3px;
}

input.search-vestiging-btn {
	cursor: pointer;
	border: none;
	padding: 22px 0 0 0;
	overflow: hidden;
	text-indent: -1000em;
	width: 80px;
	height: 22px;
	background: url(../images/InactiveButtons/search.png) no-repeat;
}

input.search-vestiging-btn:hover {
	background: url(../images/ActiveButtons/search.png) no-repeat;
}

