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

img {
  border: 0px;
}

a {
  color: #02549b;
}

a:hover {
  color: #90adc5;
}

.pagePic {
	float: right;
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.nieuwsPic_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.nieuwsPic_right {
	float: right;
	margin: 0px 0px 10px 10px;
}

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

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

.float_left {
  float: left;
}

.float_right {
  float: right;
}

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

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #02549b;
  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: #02549b;
}
.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-right: 5px;
  margin-left: 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: 600px;
}

.overviewrow_head {
}

.overviewrow_text {
  font-size: 95%;
}

#outer_container {
  margin: auto;
  width: 984px;
  background: url('../assets/outer_container.png') repeat-y;
}

#container {
  margin: auto;
  width: 960px;
  position: relative;
}

#header {
  width: 960px;
  height: 280px;
  position: relative;
}

#header_graphic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 280px;
  overflow: hidden;
}

#header_graphic img {
  width: 960px;
  height: 280px;
  border: 0px;
}

#header_left {
  float: left;
  width: 204px;
  height: 280px;
  position: relative;
  background: url('../assets/header_left.png') no-repeat;
}

#logo {
  position: absolute;
  top: 22px;
  left: 10px;
  width: 183px;
  height: 56px;
}

#logo a {
  display: block;
  width: 183px;
  height: 56px;
  text-indent: -9999px;
  outline: none;
  background: url('../assets/logo_kornelius.png') no-repeat;
}

#header_quick {
  position: absolute;
  top: 140px;
  left: 10px;
}

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

#header_quick li {
  list-style-type: none;
  float: left;
  display: block;
  width: 42px;
  height: 42px;
  margin: 2px;
}

#header_quick li a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

#header_quick li span {
  display: none;
}

#header_right {
  float: right;
  width: 756px;
  height: 280px;
  position: relative;
}

#srch_box {
	position: absolute;
	top: 10px;
	right: 10px;
}

.srch_field {
	width: 150px;
	background-color: #fff;
  border: 1px solid #02549b;
}

.srch_btn {
	width: 120px;
	color: #fff;
  background: #ef4034;
  border: 1px solid black;
}

#content {
  width: 960px;
  background: url( '../assets/content_bg.gif' ) repeat-y;
  position: relative;
}

#content_left {
  float: left;
  padding-top: 15px;
  padding-bottom: 200px;
  width: 204px;
  color: white;
}

#content_left ul {
  margin: 0px;
  padding: 0px;
}

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

#content_left li a {
  display: block;
  color: white;
  padding: 3px;
  padding-left: 15px;
  margin-bottom: 1px;
  text-decoration: none;
  background: url( '../assets/li_blue_white.jpg' ) 3px 7px no-repeat;
}

#content_left li a.active,
#content_left li a:hover {
  background: white url( '../assets/li_white_blue.jpg' ) 3px 7px no-repeat;
  color: black;
}

#submenu li a {
  padding-left: 27px;
  background: url( '../assets/li_blue_white.jpg' ) 15px 7px no-repeat;
}

#submenu li a.active,
#submenu li a:hover {
  background: white url( '../assets/li_white_blue.jpg' ) 15px 7px no-repeat;
  color: black;
}

#content_right {
  float: right;
  width: 726px;
  padding: 15px;
  padding-bottom: 30px;
  line-height: 150%;
}

.home_item_block {
  width: 353px;
  height: 126px;
  overflow: hidden;
  background: url('../assets/home_block.jpg') no-repeat;
  position: relative;
  margin-bottom: 10px;
}

.home_item_image {
  width: 187px;
  height: 113px;
  position: absolute;
  top: 6px;
  left: 6px;
}

.home_item_image img {
  width: 187px;
  height: 113px;
}

.home_item_image_overlay {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 11px;
  left: 11px;
}

.home_item_image_overlay img {
  width: 42px;
  height: 42px;
}

.home_item_url {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 353px;
  height: 126px;
  background: url('../assets/blank.gif');
}

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

.home_item_content {
  width: 150px;
  height: 113px;
  position: absolute;
  top: 6px;
  right: 6px;
  overflow: hidden;
  font-size: 80%;
}

.home_item_content h2 {
	font-size: 110%;
}

#breadcrum {
  width: 726px;
  margin-bottom: 12px;
  font-size: 80%;
  line-height: 110%;
}

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

#breadcrum li {
  float: left;
  display: block;
}

#breadcrum li a {
  display: block;
  padding-left: 18px;
  text-decoration: none;
  color: #0c0c0c;
  background: url('../assets/raquo.gif') 7px 4px no-repeat;
  outline: none;
}

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

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

#shadow_line_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 756px;
  height: 6px;
  background: url( '../assets/shadow_bar.gif' ) repeat-x;
  overflow: hidden;
}

.catPic {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.productPic {
  margin: 5px;
}

.product_tile_liggend {
  position: relative;
  width: 220px;
  /*height: 165px;*/
  margin: 5px;
  float: left;
}

.product_tile_liggend img {
  width: 220px;
  height: 165px;
}

.product_tile_staand {
  position: relative;
  width: 100px;
  /*height: 240px;*/
  margin: 5px;
  float: left;
}

.product_tile_staand img {
  width: 100px;
  height: 240px;
}

.product_tile_vierkant {
  position: relative;
  width: 190px;
  /*height: 190px;*/
  margin: 5px;
  float: left;
}

.product_tile_vierkant img {
  width: 190px;
  height: 190px;
}

.product_tile_title {
  /*position: absolute;
  bottom: 0px;
  left: 0px;*/
  padding: 2px;
  color: black;
  font-size: 90%;
  text-align: center;
  min-height: 40px;
}

.product_tile_liggend .product_tile_title {
  width: 216px;
}

.product_tile_staand .product_tile_title {
  width: 96px;
}

.product_tile_vierkant .product_tile_title {
  width: 186px;
}

.product_tile_url {
  position: absolute;
  top: 0px;
  left: 0px;
}

.product_tile_liggend .product_tile_url {
  width: 220px;
  height: 165px;
}

.product_tile_staand .product_tile_url {
  width: 100px;
  height: 240px;
}

.product_tile_vierkant .product_tile_url {
  width: 190px;
  height: 190px;
}

.product_tile_url a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  outline: none;
  text-align: center;
  text-indent: -9999px;
  background: url('../assets/blank.gif');
}

#left_adres {
  font-style: normal;
  font-size: 80%;
  color: white;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

#left_adres a {
  color: white;
}

#left_adres a:hover {
  color: #90adc5;
}

#de_vakspecialist {
  position: absolute;
  bottom: -5px;
  right: 10px;
  width: 127px;
  height: 27px;
  background: url( '../assets/de_vakspecialist.jpg' ) no-repeat;
  text-indent: -9999px;
}

#special_uitgelicht {
  position: absolute;
  top: 125px;
  right: -20px;
}

#special_uitgelicht img {
  border: 0px;
}

#footer {
  margin: auto;
  width: 960px;
  padding: 3px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: right;
  color: white;
  font-size: 80%;
  background: url('../assets/footer.png') no-repeat;
}

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

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

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