body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #888888 url('../assets/bg.jpg');
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #000000;
}

img {
	border: 0px;
}

a {
  color: #bb2123;
}

a:hover {
  color: #b81f24;
}

h1 {
  font-size: 130%;
  margin: 0px;
  margin-bottom: 10px;
}

h2 {
	margin: 0px;
	font-size: 120%;
}

.merkPic {
	width: 100px;
	height: 30px;
	border: 0px;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.formfield {
  background-color: #fff;
  border: 1px solid #989898;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #96181d;
  border: 1px solid #373737;
  font-size: 90%;
}

.cleaner {
  clear: both;
}

/* Highslide CSS */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
  border-bottom: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  border-bottom: 1px solid white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  color: white;
  background: #7b0000;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}

/*Pagina items*/
.paginaregel,
.paginaregel_even {
  padding: 10px;
}

.paginaregel img,
.paginaregel_even img {
  float: right;
  width: 150px;
  margin-left: 10px;
}

.paginaregel {
  background: #fff url('../assets/bg_pagina_item.jpg') repeat-x;
  border-bottom: 1px solid #3b3b3d;
}

.paginaregel h2,
.paginaregel_even h2 {
  margin-bottom: 10px;
}

.overviewrow,
.overviewrow_even {
  padding: 5px;
}

.overviewrow_even {
  background: #e1e0e0;
}

.overviewrow_image {
  float: left;
  width: 110px;
  height: 75px;
  background: url( '../assets/no_image.png' ) no-repeat;
}

.overviewrow_image img {
  width: 100px;
  height: 75px;
}

.overviewrow_content {
  float: right;
  width: 490px;
}

.overviewrow_head {
}

.overviewrow_text {
  font-size: 95%;
}

#container {
	margin: auto;
	width: 920px;
	padding-top: 109px;
	position: relative;
}

#logo {
	position: absolute;
	top: 3px;
	left: 15px;
	margin: 0px;
	display: block;
	width: 233px;
	height: 103px;
	background: url('../assets/logo.png') no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#one_liner {
	position: absolute;
	top: 27px;
	right: 160px;
	margin: 0px;
	display: block;
	width: 325px;
	height: 46px;
	background: url('../assets/one_liner.png') no-repeat;
	text-indent: -9999px;
	outline: none;
}

#jubileum_btn {
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 0px;
	display: block;
	width: 118px;
	height: 107px;
	background: url('../assets/btn_jubileum.png') no-repeat;
}

#jubileum_btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#top_tekst_regel {
	position: absolute;
	top: 84px;
	right: 160px;
	color: white;
}

#home_scroll_block {
	position: relative;
	width: 920px;
	height: 450px;
	overflow: hidden;
}

#scrollable {
	position: relative;
	width: 920px;
	height: 450px;
	overflow: hidden;
}

#scrollable_items {
	position: absolute;
	width: 20000em;
}

.home_scroll_block_item {
	float: left;
	width: 920px;
	height: 450px;
}

.home_scroll_block_item img {
	width: 920px;
	height: 450px;
}

#scroll_arrow_left {
	position: absolute;
	top: 212px;
	left: 15px;
	width: 27px;
	height: 27px;
	background: url('../assets/arrow_left.png') no-repeat;
}
#scroll_arrow_right {
	position: absolute;
	top: 212px;
	right: 15px;
	width: 27px;
	height: 27px;
	background: url('../assets/arrow_right.png') no-repeat;
}

#home_blocks {
	padding-top: 10px;
	background: white;
}

.home_block_item,
.home_nblock_item {
	float: left;
	position: relative;
	width: 210px;
	margin: 0px 0px 10px 17px;
}

.home_block_item_title {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 210px;
	text-align: center;
}

.home_block_item_image img {
	width: 200px;
	height: 200px;
	padding: 5px;
	background: url('../assets/bg_home_block.jpg') no-repeat;
}

.home_block_item_url {
	display: block;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 100%;
	background: url('../assets/blank.gif');
}

.home_block_item_url a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

.home_block_item:hover {
	background: #e7e7e7;
}

#content {
	background: white;
	padding: 15px 0px 0px 15px;
}

#content_left {
	float: left;
	padding-bottom: 15px;
	width: 430px;
	line-height: 150%;
}

#content_right {
	float: right;
	width: 460px;
}

#content_right img {
	width: 460px;
	margin-bottom: 15px;
}

#merken_row {
	padding-bottom: 5px;
}

#footer {
	margin:auto;
	width: 904px;
	padding: 15px 8px 15px 8px;
	min-height: 150px;
	background: #373737 url('../assets/beeldmerk.png') bottom left no-repeat;
	color: #d7d7d7;
	position: relative;
	font-size: 110%;
}

#footer ul {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 25px;
}

#footer ol {
	margin: 0px;
	padding: 0px;
}

#footer li {
	list-style-type: none;
}

#footer li a {
	color: #c3c3c3;
	text-decoration: none;
	font-size: 80%;
}

#footer li a:hover {
	text-decoration: underline;
}

#gold_design {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 184px;
	height: 54px;
	background: url('../assets/gold_design_member.png') no-repeat;
}

#gold_design a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#copyright {
	margin: auto;
	width: 920px;
	padding: 3px;
	text-align: right;
	color: white;
	font-size: 90%;
}

#copyright a {
	color: white;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}