body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #e4e4e4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #000000;
}

a {
  color: #152868;
}

a:hover {
  color: #568dbf;
}

img {
	border: 0px;
}

h1,
h2 {
  font-size: 160%;
  margin: 0px;
  margin-bottom: 10px;
  color: #152868;
}

h2 {
	font-size: 140%;
}

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

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #121a54;
  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 {
}

.paginaregel img,
.paginaregel_even img {
	float: right;
  margin: 0px 0px 10px 10px;
}

.paginaregel_even {
}

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

.overviewrow_head {
	margin: 0px;
}

.overviewrow_head a {
	text-decoration: none;
}

.overviewrow_text {
  font-size: 95%;
}

#container {
	margin: auto;
	width: 970px;
	padding: 0px 12px 5px 12px;
	background: url('../assets/bg_container.png') repeat-y;
}

#global_top {
	position: relative;
	height: 120px;
}

#logo {
	position: absolute;
	left: 10px;
	top: 15px;
	margin: 0px;
	width: 323px;
	height: 88px;
	background: url( '../assets/logo.png' ) no-repeat;
}

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

#top_menu {
	position: absolute;
	top: 0px;
	right: -5px;
	margin: 0px;
	padding: 5px 5px 7px 15px;
	background: #152868;
	width: 530px;
}

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

#top_menu li a {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: 0px 12px 0px 14px;
	background: url('../assets/top_nav_li.jpg') 0px 3px no-repeat;
}

#top_menu li a.first_top_li {
	background: none;
}

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

#traditioneel_vakmanschap {
	position: absolute;
	top: 10px;
	left: 365px;
	margin: 0px;
	width: 92px;
	height: 94px;
	background: url('../assets/traditioneel_vakmanschap.png') no-repeat;
	text-indent: -9999px;
}

#af_erkend {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 39px;
	text-indent: -9999px;
	margin: 0px;
	background: url('../assets/af_erkend.png') no-repeat;
}

.coloured_bar {
	width: 970px;
	height: 4px;
	overflow: hidden;
	background: url('../assets/coloured_bar.jpg') no-repeat;
}

#breadcrumb {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

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

#breadcrumb li a {
	display: inline-block;
	padding: 0px 6px 0px 16px;
	background: url('../assets/breadcrumb_li.jpg') 0px 4px no-repeat;
	font-size: 90%;
	color: black;
	text-decoration: none;
}

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

#breadcrumb li a.first_bc {
	padding-left: 0px;
	background: none;
}

#content {
	margin-bottom: 15px;
}

#content_left {
	float: left;
	width: 250px;
}

#sub_menu {
	margin: 0px 0px 15px 0px;
	padding: 15px;
	width: 220px;
	height: 234px;
	background: url('../assets/left_submenu.jpg') no-repeat;
}

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

#sub_menu li a {
	display: block;
	padding: 4px 0px 4px 0px;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #89afd2;
}

#sub_menu li a:hover,
#sub_menu li a.active {
	font-weight: bold;
}

#left_advies {
	width: 225px;
	height: 114px;
	overflow: hidden;
	background: url('../assets/left_advies_bg.jpg') no-repeat;
	margin-bottom: 15px;
	padding: 30px 5px 0px 20px;
	position: relative;
	font-size: 95%;
}

#left_advies h1 {
	position: absolute;
	left: 19px;
	top: 11px;
	font-size: 130%;
	color: #295d8e;
}

#left_advies h2 {
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	color: #4773a8;
}

#left_advies span {
	display: none;
}

#left_offerte {
	width: 250px;
	height: 144px;
	overflow: hidden;
	background: url('../assets/left_offerte_bg.jpg') no-repeat;
	position: relative;
	font-size: 95%;
}

#left_offerte h1 {
	position: absolute;
	left: 20px;
	top: 13px;
	font-size: 130%;
	color: #295d8e;
}

#left_offerte_content {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 219px;
	height: 100px;
	line-height: 130%;
}

#content_right {
	float: right;
	width: 665px;
	padding: 0px 25px 0px 30px;
	line-height: 150%;
}

.referentiePic {
	width: 210px;
	margin: 5px;
}

#bottom_block {
	background: #132478 url('../assets/bg_bottom_block.jpg') no-repeat;
	padding: 10px 10px 20px 50px;
	color: white;
}

.bottom_col {
	float: left;
	width: 200px;
}

.bottom_col h1 {
	font-size: 140%;
	color: white;
}

.bottom_col ul {
	margin: 0px;
	padding: 0px;
}

.bottom_col li {
	list-style-type: none;
}

.bottom_col li a {
	color: white;
	display: block;
	text-decoration: none;
	font-size: 95%;
	line-height: 130%;
	outline: none;
}

.bottom_col li a:hover {
	text-decoration: underline;
}

#footer {
	background: url('../assets/bg_footer.png') top center no-repeat;
	text-align: center;
	padding: 4px 0px 4px 0px;
	font-size: 80%;
}

#footer a {
	color: black;
	text-decoration: none;
}

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

form {
	margin: 0px;
	line-height: 100%;
}