* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #003c95;
	height: 100%;
}

body {
	font: 75%/1.5em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #3D3D3D;
}

#wrapper {
	margin: 0;
	position: relative;
	background-color: #fff;
}

#update {
	font-size: 9px;
	text-align: right;
	color: #0046ad;
	line-height: 22px;
	height: 22px;
	width: 943px;
	margin: 0 auto;
}

.nomargin {
	margin-right: 0 !important;
}

p, ul {
	margin-bottom: 1.5em;
}

a:link, a:visited {
	color: #cc092f;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

/*  HEADER */

#header {
	width: 943px;
	overflow: hidden;
	height: 173px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/header_bg.png);
	margin: 0 auto;
}

/* --- */

#header #logo {
	background-image: url(../images/logo.png);
	float: left;
	display: inline;
	width: 387px;
	height: 50px;
	text-indent: -9999px;
	margin-left: 13px;
	margin-top: 13px;
}

/* --- */

#header #search {
	float: right;
	width: 192px;
	height: 25px;
	margin-right: 13px;
	margin-top: 13px;
	position: relative;
	display: inline;
}

#header #search p {
	margin-bottom: 0;
}

#header  #search label {
	display: none;
}

#header #search input {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 21px;
	padding: 4px 5px 0;
	margin: 0;
	border-width: 0;
	border-style: none;
	background-image: url(../images/search_input.png);
	background-color: transparent;
	font: 1em/1.5em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #727272;
	outline: 0;
}

#header #search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 25px;
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: none;
	background-image: url(../images/search_button.png);
	background-color: transparent;
	cursor: pointer;
}

#header #search button span {
	display: none;
}

/* --- */

/*#header*/ #navigation {
	height: 35px;
	width: 903px;
	background-image: url(../images/navigation_bg.png);
	float: left;
	margin-top: 75px;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	list-style-type: none;
	margin-bottom: 0;
}

#header #navigation li {
	float: right;
}

#header  #navigation li a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	display: inline;
	float: left;
	height: 27px;
	padding-top: 8px;
}

#header #navigation li a:hover {
	background-color: #0046ad;
}

#header #navigation li.current a {
	background-color: #cc092f;
}

/*  PICTURE */

#picture {
	z-index: 0;
	width: 943px;
	margin-left: auto;
	margin-right: auto;
	height: 173px;
	position: relative;
	margin-top: -173px;
}

#picture img {
	height: 173px;
}

/*  MAIN */

#main {
	width: 943px;
	margin: 0 auto;
	overflow: hidden;
}

/*  PRODUCTEN */

#producten {
	width: 192px;
	float: left;
}

#producten strong {
	height: 25px;
	display: block;
	line-height: 25px;
	color: #0046ad;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

#producten ul {
	border: 1px solid #ccdaef;
	width: 190px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#producten ul li {
	width: 190px;
}

#producten ul li.current a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/producten_current.png) repeat;
}

#producten ul li.current ul li a {
	background: transparent no-repeat;
}

#producten ul li a {
	width: 101px;
	display: block;
	padding: 13px 10px 13px 80px;
	color: #0046ad;
	font-size: 1.1em;
}

#producten ul li ul {
	border-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #ccdaef;
}

#producten ul li ul li {
	padding: 0;
}

#producten ul li ul li a {
	padding: 0 0 0 10px;
	font-size: 10px;
	line-height: 15px;
	width: 178px;
}

#producten ul li ul li a:hover {
	text-decoration: underline;
}

#producten ul li#btn-particulier {
	background: url(../images/icons/particulier.png) no-repeat 10px 15px;
}

#producten ul li#btn-professioneel {
	background: url(../images/icons/professioneel.png) no-repeat 10px 4px;
}

#producten ul li#btn-golfbaan {
	background: url(../images/icons/golfbaan.png) no-repeat 10px 5px;
}

#producten ul li#btn-aanbiedingen {
	background: url(../images/icons/aanbiedingen.png) no-repeat 10px 5px;
}

#producten ul li#btn-inruilmachines {
	background: url(../images/icons/inruilmachines.png) no-repeat 10px 5px;
}

#producten ul li#btn-onderhoud {
	background: url(../images/icons/onderhoud.png) no-repeat 10px 12px;
}

#producten ul li#btn-vraag {
	background: url(../images/icons/vraag.png) no-repeat 10px 12px;
}

/*  CONTENT */

#content {
	width: 490px;
	min-height: 400px;
	float: right;
	margin-top: 25px;
	padding-right: 239px;
	background: no-repeat scroll right 0;

}

#content h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #0046ad;
	margin-bottom: 0.5em;
}

#content h2 {
	color: #cc092f;
	font-size: 1.1em;
	margin-bottom: 1em;
}

#content ul li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
} 

/*  FOOTER */

#footer {
	background: url(../images/footer_bg.png) repeat-x center 0;
	padding-bottom: 1.5em;
	overflow: hidden;
}

#footer #contactinformation {
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer_logo.png) no-repeat 0 54px;
	padding-top: 55px;
	color: #fff;
	overflow: hidden;
	zoom: 1;
	padding-left: 322px;
	width: 621px;
	font-size: 11px;
}

#footer #contactinformation a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#footer #contactinformation a:hover {
	text-decoration: underline;
}

#footer #contactinformation .column {
	line-height: 15px;
	float: left;
	margin-right: 10px;
}

#footer #contactinformation .column.one {
	width: 131px;
}

#footer #contactinformation .column.two {
	width: 200px;
}

#footer #contactinformation .column.three {
	width: 270px;
	margin-right: 0;
}

#footer #allproducts {
	width: 943px;
	margin: 0 auto;
	overflow: hidden;
}

#footer #allproducts h2 {
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #fff;
}

#footer #allproducts ul {
	width: 140px;
	float: left;
	margin-right: 20px;
	list-style-type: none;
	line-height: 15px;
}

#footer #allproducts ul li {
	
}

#footer #allproducts ul li a {
	color: #fff;
	text-decoration: none;
}

#footer #allproducts ul li a:hover {
	text-decoration: underline;
}

#map {
	width:500px;
	height:500px;
}

img.right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
