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

#breadcrumbs {
	margin: 8px 0px 8px 0px;
	padding: 0px;
	font-size: 80%;
}

#breadcrumbs li {
	display: inline;
	list-style-type: none;
}

#breadcrumbs li a {
	color: inherit;
	text-decoration: none;
}

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

img {
	border: 0px;
}

.pagePic {
	float: right;
	margin: 0px 0px 10px 10px;
}

.prodGroepPic {
	float: left;
	margin: 5px;
	width: 230px;
	height: 173px;
	padding: 13px;
	background: url('../assets/bg_image.jpg') no-repeat;
}

.referentiePic {
	margin: 10px;
	padding: 13px 13px 13px 13px;
	background: url('../assets/bg_image.jpg') no-repeat;
}

a {
  color: #00bdff;
}

a:hover {
  color: #61c3e5;
}

h1 {
  font-size: 22pt;
  margin: 0px;
  margin-bottom: 10px;
}

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

h2.cufon {
	font-size: 16pt;
	margin: 0px;
}

p {
	margin: 0px;
	margin-bottom: 1em;
}

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 #5f96c0;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #1c318a;
  border: 1px solid black;
  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: 0px;
}

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

.paginaregel_even {
}

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

.overviewrow_even {
  background: #e2ebef;
}

.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: 510px;
}

.overviewrow_head {
}

.overviewrow_head a {
	text-decoration: none;
	color: #102478;
}

.overviewrow_text {
  font-size: 95%;
}

#container {
	margin: auto;
	width: 980px;
	padding: 5px;
	padding-top: 0px;
	background: white;
}

#header {
	width: 980px;
	height: 310px;
	position: relative;
	margin-bottom: 5px;
}

#sfeer_img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#sfeer_img img {
	width: 690px;
	height: 310px;
}

#top_menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#top_menu li {
	display: block;
	list-style-type: none;
}

#top_menu li a {
	display: block;
	width: 270px;
	height: 16px;
	background: url('../assets/bg_top_menu.jpg') no-repeat;
	color: #1c318a;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	padding: 4px;
	padding-left: 30px;
}

#top_menu li a:hover {
	color: white;
	background: url('../assets/bg_top_menu_h.jpg') no-repeat;
}

#top_menu li a.active {
	color: white;
	background: url('../assets/bg_top_menu_a.png') no-repeat;
}

#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 307px;
	height: 80px;
	background: url('../assets/logo.png');
}

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

#one_liner {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	width: 284px;
	height: 64px;
	background: url('../assets/one_liner.png') no-repeat;
	text-indent: -9999px;
}

#main_menu {
	margin: 0px;
	padding: 0px;
	width: 979px;
	height: 35px;
	border-right: 1px solid #2c3d6d;
	background: url( '../assets/bg_main_menu.jpg' ) repeat-x;
	text-align: center;
}

#main_menu li {
	display: inline;
	list-style-type: none;
}

#main_menu li a {
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding-top: 8px;
	height: 27px;
	padding-left: 20px;
	padding-right: 20px;
}

#main_menu li a.active {
	color: #fff;
	background: url( '../assets/bg_main_menu_ac.jpg' ) repeat-x;
}

#main_menu li a:hover {
	color: #c5dfe7;
}

#content {
}

#content_left {
	float: left;
	margin: 10px;
	margin-top: 15px;
	width: 256px;
}

.ref_box_part {
	padding: 13px 13px 27px 13px;
	width: 230px;
	height: 173px;
	margin-bottom: 15px;
	background: url( '../assets/btn_referentie_particulier.jpg' ) no-repeat;
}

.ref_box_zakelijk {
	padding: 13px 13px 27px 13px;
	width: 230px;
	height: 173px;
	background: url( '../assets/btn_referentie_zakelijk.jpg' ) no-repeat;
}

#content_right {
	float: right;
	width: 650px;
	padding: 20px;
	padding-top: 30px;
	line-height: 160%;
}

#content_big {
	padding: 20px;
}

.productgroep_row {
	border-top: 1px solid #2b3d6d;
	padding-top: 10px;
	padding-bottom: 10px;
}

.productgroep_row_left {
	float: left;
	width: 400px;
}
.productgroep_row_right {
	float: right;
	width: 527px;
}

.item_image_left,
.item_image_right {
	width: 230px;
	height: 173px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 13px;
	background: url('../assets/bg_image.jpg') no-repeat;
}

.item_image_left {
	float: left;
}
.item_image_right {
	float: right;
}

#content_big_left {
	float: left;
	width: 388px;
}

#content_big_right {
	float: right;
	width: 532px;
}

#footer {
	margin: auto;
	width: 990px;
	background: #d2d4e9;
	border-bottom: 4px solid #c3c6d5;
	position: relative;
}

#bezoek_showroom {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 304px;
	height: 44px;
	background: url('../assets/bezoek_onze_showroom.png') no-repeat;
}

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

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

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

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