* {
	margin: 0;
	padding: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, pre,
table, fieldset,
div.block {
	margin-bottom: 1em;
}
html, body {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00163F;
}
	html {
		background: #00336c url('/skin/bg.jpg') repeat-x left top;
	}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
	font-size: inherit;
}
	caption, th {
		text-align: left;
	}
fieldset {
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p {
	text-align: justify;
}
ul, ol, dd {
	padding-left: 1em;
}
	ul.menu {
		padding-left: 0;
		list-style: none;
	}
img {
	border: 0;
}
	img.align-left, img[align=left] {
		float: left;
		margin-right: 1em;
	}
	img.align-right, img[align=right] {
		float: right;
		margin-left: 1em;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	line-height: normal;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	line-height: normal;
	font-size: 133%;
	font-weight: bold;
}
h3, h4, h5, h6 {
	line-height: normal;
	font-size: 116%;
	font-weight: bold;
}
abbr, acronym {
	border: 0 none;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
object {
	outline: none;
}
a {
	text-decoration: none;
	color: #003f8b;
}
a.active,
a:hover, a:active {
	text-decoration: underline;
}
input, textarea, select {
	padding: 2px;
	border: 1px solid #000000;
	line-height: normal;
	font-size: 100%;
	font-family: inherit;
}
input[type=radio], input[type=checkbox] {
	border-width: 0;
}
select {
	padding-top: 1px;
	padding-bottom: 1px;
}
input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	background-color: #f0f0f0;
}
option {
	background-color: #ffffff;
}
/*input.btn, a.btn, a.btn:visited {
	display: inline-block;
	padding: 0 2px;
	border: 1px solid #000000;
	background: #dddddd;
	color: #000000;
}
a.btn, a.btn:visited {
	padding: 1px 4px;
	line-height: normal;
}
input.btn:hover, input.btn:active,
a.btn:hover, a.btn:active {
	background: #c0c0c0;
	text-decoration: none;
	cursor: pointer;
}*/
input.btn, a.btn {
	line-height: 1;
	height: 22px;
	overflow: visible;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	padding: 1px 8px;
	border: 1px solid #9a9999;
	background: #d1d1d1; /* url('/skin/btn-bg.jpg') repeat-x left top;*/
	color: #333;
	font-family: inherit;
	font-size: 12px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	text-shadow: 1px 1px #fff;
	cursor: hand;
	cursor: pointer;
}
	a.btn {
		padding: 0px 8px;
		display: inline-block;
		line-height: 22px;
	}
	input.btn {
		height: 24px;
	}
	a.btn:focus, input.btn:focus,	
	a.btn:hover, input.btn:hover {
		color: #000 !important;
		border-color: #666;
	}
label {
	color: #000000;
}
label.label {
	display: block;
	float: left;
	width: 150px;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	float: none;
	width: auto;
	color: #999999;
}
div.banner {
	text-align: center;
}
div.validation-advice {
	clear: left;
	padding-left: 150px;
	color: #ff0000;
}
.clear {
	clear: both;
}
	.clear-left {
		clear: left;
	}
	.clear-right {
		clear: right;
	}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}

#system_messages { display: none; }

div#container, div.container {
	width: 980px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
}
	header {
		height: 110px;
		z-index: 1;
		position: relative;
		background: #fff;
		border-bottom: 1px solid #000;
	}
		header a#logo {
			display: block;
			height: 89px;
			width: 283px;
			background: transparent url('/skin/logo.png') no-repeat center left;
			text-indent: -20000px;
			outline: none;
			overflow: hidden;
			position: absolute;
			left: 30px;
			top: 10px;
		}
		header #languages {
			position: absolute;
			top: 30px;
			right: 30px;
		}
		header .brandlogo {
			position: absolute;
			top: 9px;
			right: 112px;
			z-index: 1;			
		}
		header #mainmenu {
			position: absolute;
			right: 30px;
			bottom: 10px;
			z-index: 2;
		}
			header #mainmenu ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}
				header #mainmenu ul li {
					float: left;
					margin-left: 5px;
				}
					header #mainmenu ul li a {
						color: #000;
						text-decoration: none;
					}
					header #mainmenu ul li a.active {
						font-weight: bold;
					}

	footer {
		background: url('/skin/footer-bg.jpg') repeat-x left top;
		position: relative;
		min-height: 300px;
		padding: 30px;
		color: #607091;
	}
		footer .col {
			width: 200px;
			float: left;
			position: relative;
		}
		footer h1 {
			color: #969DAA;
			font-size: 16px;
		}
		footer h2 {
			color: #969DAA;
			font-size: 13px;
		}
		footer a {
			color: #607091;
		}
			footer .vcard a {
				color: #FF5400;
			}
		footer .top-spacing {
			margin-top: 10px;
		}
		
	div#content {
		position: relative;
		background: #fff;
		padding: 30px 30px 30px 30px;
		overflow: hidden;
	}
		div#content #content-left {
			float: left;
			position: relative;
			width: 200px;
			margin-right: 20px;
			border-right: 1px solid #ccc;
			padding-right: 10px;
		}
		div#content #content-mid {
			float: left;
			position: relative;
			width: 689px;
		}
			div#content #content-mid.fulltext {
				float: none;
				width: auto;
			}
		div#content h1 {
			color: #FF5400;
			font-size: 16px;
			margin-bottom: 10px;
		}
		div#content a {
			color: #FF5400;
		}
		div#content ul.submenu {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			div#content ul.submenu li {
				margin-bottom: 1px;
			}
				div#content ul.submenu li a {
					background: #e25c00 url('/skin/arrow_white.png') no-repeat 5px 8px;
					color: #e9bf96;
					padding: 2px 10px 2px 20px;
					display: block;
					text-decoration: none;
				}
				div#content ul.submenu li a:hover {
					color: #fff;
				}
				div#content ul.submenu li a.active {
					color: #fff;	
					font-weight: bold;
				}
				div#content ul.submenu li a.latestnews {
					background-color: #b34b03;
				}
		
	div#content #brandboxgroup {
		position: relative;
		margin: -30px;
		margin-bottom: 30px;
	}
		div#content #brandboxgroup.multiple {
			margin: -30px;
		}
		div#content .block-brandbox {
			position: relative;
			height: 327px;
			width: 980px;	
			margin: 0;
			/*margin-left: -30px;*/
		}
			div#content .block-brandbox .overlay {
				position: absolute;
				z-index: 2;
				background: url('/skin/overlay.png');
				background: rgba(255, 255, 255, 0.5);
				bottom: 0;
				left: 0;
				width: 920px;
				padding: 0 30px;
				line-height: 30px;
				font-size: 16px;
				font-weight: bold;
				color: #212353;
				display: block;
				height: 0;
				overflow: hidden;
			}
			div#content .block-brandbox .nav {
				/*position: absolute;
				top: 80px;
				z-index: 2;
				display: block;
				width: 60px;
				height: 50px;
				text-align: center;
				line-height: 50px;
				overflow: hidden;
				outline: none;
				text-indent: -20000px;
				background: url('/skin/bbnav.png') no-repeat 10px center;*/
				display: none;
			}	
				div#content .block-brandbox .nav.next {
					right: 0;
					background-position: -41px center;
				}
				div#content .block-brandbox .nav.prev {
					left: 0;
				}
				
			div#content .block-brandbox ul.gallery {
				list-style: none;
				padding: 0;
				margin: 0;
				height: 327px;
				width: 980px;
				overflow: hidden;
				z-index: 1;
				position: relative;
			}
				div#content .block-brandbox ul.gallery li {
					position: relative;
					height: 327px;
					width: 980px;
					overflow: hidden;
				}
					div#content .block-brandbox ul.gallery li figure {
						position: relative;
						height: 327px;
						width: 980px;
						display: block;
					}
						div#content .block-brandbox ul.gallery li figure figcaption {
							display: none;
						}
						div#content .block-brandbox ul.gallery li figure img {
							height: 327px;
							width: 980px;
						}		
	div#content .block-brands {
		overflow: hidden;
	}
		div#content .block-brands a {
			display: block;
			width: 286px;
			height: 80px;
			float: left;
			margin: 0 10px;
			position: relative;
			background: url('/skin/targa.png') no-repeat center center;
			overflow: hidden;
			text-indent: -20000px;
		}
			div#content .block-brands a.targa { background-image: url('/skin/targa.png'); width: 130px;}
			div#content .block-brands a.jeanneau { background-image: url('/skin/jeanneau.png'); }
			div#content .block-brands a.sillinger { background-image: url('/skin/sillinger.png'); width: 130px;}
			div#content .block-brands a.prestige {background-image: url('/skin/prestige.png'); }
			
	div#content .block-frontpage {
		position: relative;
		background: #00336c url('/skin/bg.jpg') repeat-x left center;
		overflow: hidden;
		margin: -30px;
		margin-top: 30px;
		padding: 10px 20px;
		color: #9CACBF;		
		font-size: 11px;
		line-height: 15px;
	}
		div#content .block-frontpage a {
			color: #9CACBF;
		}
		div#content .block-frontpage .block-box {
			float: left;
			width: 293px;
			overflow: hidden;
			position: relative;
			margin: 10px;
		}
		div#content .block-frontpage .block-box h1 {
			background: #E25C00;
			color: #fff;
			font-size: 12px;
			line-height: 25px;
			height: 25px;
			overflow: hidden;
			padding: 0 10px;
		}
			div#content .block-frontpage .block-box h1 a {
				color: #fff;
				text-decoration: none;
			}
		div#content .block-frontpage .block-box ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			div#content .block-frontpage .block-box ul li {
				margin-bottom: 5px;
			}
				div#content .block-frontpage .block-box ul li a {
					background: url('/skin/arrow.png') no-repeat left 4px;
					padding-left: 10px;
					display: block;
				}
				div#content .block-frontpage .block-box ul li a .published {
					display: block;
					font-weight: bold;
				}
		div#content .block-frontpage .block-box .media {
			max-width: 140px;
			float: left;
			margin-right: 10px;
			margin-top: 4px;
		}
			div#content .block-frontpage .block-box .media object {
				width: 140px;
				height: 130px;
			}
			div#content .block-frontpage .block-box .media img {
				max-width: 140px;
			}
			div#content .block-frontpage .block-box a.morebtn {
				display: block;
				background: #547196 url('/skin/arrow.png') no-repeat 200px center;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-o-border-radius: 20px;
				border-radius: 20px;				
				line-height: 25px;
				padding: 0 10px;
				width: 200px;
				font-weight: bold;
			}
			div#content .block-frontpage .block-movies object {
				width: 100%;
				height: 218px;
			}
	div#content .newsarticle article {
		float: left;
		position: relative;
		width: 689px;
	}
	div#content .block-contentoverzicht {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
		div#content .block-contentoverzicht .media {
			width: 200px;
			float: left;
			position: relative;
			overflow: hidden;
			margin-right: 20px;
			min-height: 10px;
		}
			div#content .block-contentoverzicht .media img {
				max-width: 200px;
			}
		div#content .block-contentoverzicht .content {
			width: 469px;
			float: left;
			position: relative;		
		}
		div#content .block-contentoverzicht a.more {
			background: #E25C00 url('/skin/arrow_white.png') no-repeat 5px 8px;
			color: #E9BF96;
			padding: 2px 10px 2px 20px;
			text-decoration: none;
			position: absolute;
			right: 0;
			bottom: 10px;
		}
		div#content .block-contentoverzicht h2 {
			margin-bottom: 10px;
		}

	div#content form {
	}
		div#content .validation-failed {
			border-color: red !important;
		}
		div#content form div {
			overflow: hidden;
			margin-bottom: 10px;
		}
		div#content form input.txt {
			width: 200px;
			border: 1px solid #777;
		}
		div#content form textarea {
			width: 400px;
			height: 100px;
			border: 1px solid #777;
		}
		div#content form select {
			width: 206px;
			border: 1px solid #777;
		}
		div#content form .btn {
			margin-left: 150px;
		}
		
	div#content .block-newsarticle ul.media {
		list-style: none;
		padding: 0;
		margin-left: 20px;
		margin-bottom: 20px;
		float: right;
		max-width: 300px;
	}
		div#content .block-newsarticle ul.media img {
			max-width: 300px;
		}
	div#content .block-newsarticle .entry-meta {
		display: none;
	}
	
	
	.actiecode_banner {
		position: absolute;
		width: 389px;
		height: 68px;
		z-index: 999;
		top: 234px;
		right: 20px;
	}
