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

img {
	border: 0px;
}

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

a {
  color: #262d87;
}

a:hover {
  color: #ffb814;
}

h1 {
  font-size: 120%;
  padding: 2px;
  color: #262d87;
  background: #aebcd6;
  margin: 0px;
  margin-bottom: 10px;
}

#header h1 {
  padding: 0px;
}

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

h3 {
  font-size: 100%;
  margin: 0px;
  margin-bottom: 4px;
}

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 0px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

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

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #262d87;
  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: 10px;
}

.paginaregel img,
.paginaregel_even img {
  float: right;
  margin: 0px 0px 10px 10px;
  border: 1px solid #604731;
}

.paginaregel_even {
  background: #faf6d6;
}

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

.overviewrow_even {
  background: #faf6d6;
}

.overviewrow_image {
  float: left;
  width: 110px;
  height: 75px;
}

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

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

.overviewrow_head {
}

.overviewrow_text {
  font-size: 95%;
}

#container {
  margin: auto;
  width: 960px;
  background: white url('../assets/container_bg.jpg') repeat-y;
  position: relative;
}

#top_nav {
  width: 950px;
  height: 28px;
  background: #262d87;
  color: white;
  font-size: 130%;
  padding-right: 10px;
  padding-top: 7px;
  text-align: right;
}

#header {
  width: 960px;
  height: 135px;
  background: white;
  overflow: hidden;
  position: relative;
}

#logo {
  float: left;
  display: block;
  width: 238px;
  height: 135px;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url( '../assets/zwaagstra_logo.jpg' ) no-repeat;
  text-indent: -9999px;
  outline: none;
}

#slide_show {
  float: right;
  width: 722px;
  height: 135px;
  overflow: hidden;
}

#slide_show img {
	border: 0px;
}

#btn_hoveniers_top {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 137px;
	height: 23px;
	background: url('../assets/btn_hoveniers.jpg') no-repeat;
	z-index: 1000;
}

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

#search_box {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	z-index: 1000;
}

.srch_field {
	border: 1px solid black;
	font-size: 100%;
}
.srch_button {
	background: black;
	color: white;
	border: 1px solid #a0a0a0;
	font-size: 100%;
}

#content {
  width: 960px;
  background: url( '../assets/content_right_bg.jpg' ) bottom right no-repeat;
}

#content_left {
  float: left;
  width: 238px;
  padding-top: 12px;
  padding-bottom: 250px;
}

#main_menu {
  margin: 0px;
  padding: 0px;
}

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

#main_menu li a {
  display: block;
  padding: 3px;
  padding-left: 5px;
  margin-bottom: 1px;
  color: black;
  text-decoration: none;
  background: #f1cfa8;
  font-weight: bold;
}

#main_menu li a.active {
  background: #edbb80;
}

#main_menu li a:hover {
  background: #ffe7cc;
}

#submenu {
  margin: 0px;
  padding: 0px;
  margin-left: 12px;
}

#submenu li a {
  font-weight: normal;
  background: #f6dfc5;
}

#subsubmenu {
  margin: 0px;
  padding: 0px;
  margin-left: 12px;
}

#content_right {
  float: right;
  width: 702px;
  padding: 10px;
  line-height: 150%;
}

#home_products_ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

#home_products_ul li {
  display: block;
  float:left;
  list-style-type: none;
  position: relative;
  width: 132px;
  height: 97px;
  margin: 4px;
}

#home_products_ul li a {
  text-decoration: none;
}

#home_products_ul li img {
  width: 130px;
  border: 0px;
}

#home_products_ul li span {
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 128px;
  padding: 2px;
  text-align: center;
  background: white;
  opacity: 0.85;
  min-height: 25px;
  font-size: 90%;
}

#cats_list {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

#cats_list li {
  display: block;
  float:left;
  list-style-type: none;
  position: relative;
  width: 108px;
  height: 108px;
  margin: 4px;
}

#cats_list li a {
  text-decoration: none;
}

#cats_list li img {
  width: 108px;
  border: 0px;
}

#cats_list li span {
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 104px;
  padding: 2px;
  text-align: center;
  background: white;
  opacity: 0.85;
  min-height: 25px;
  font-size: 90%;
}

#shop_left {
  float: left;
  width: 512px;
}

.selectie_aan_winkelwagen {
  float: right;
}

.selectie_aan_winkelwagen button {
  background: none;
  border: 1px solid #d7e0f1;
  margin-bottom: 0px;
}

.shoprow,
.shoprow_even {
  width: 512px;
  border-bottom: 1px solid #d7e0f1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.shoprow_even {
  background: #f2f4f8;
}

.shoprow_content {
  float: left;
  width: 400px;
  position: relative;
  line-height: 130%;
}

.shoprow_content h2 a {
  text-decoration: none;
}

.shoprow_content select {
  font-size: 100%;
}

.shop_row_checkbox {
  position: absolute;
  top: 28px;
  right: 4px;
}

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

.shoprow_image img {
  width: 100px;
  border: 0px;
}

.productPic {
  margin: 5px;
  border: 0px;
}

#shop_right {
  float: right;
  width: 180px;
}

.right_box {
  width: 180px;
  margin-bottom: 10px;
}

.right_box_top {
  width: 180px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  color: #262d87;
  font-weight: bold;
  background: #ffb814;
}

.right_box_top_blue {
  width: 180px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #262da2;
}

.right_box_content {
  background: white;
  padding: 5px;
  border: 1px solid #d7e0f1;
  border-top: 0px;
}

.right_box_content p {
  margin: 0px;
}

.right_box_content input {
  font-size: 100%;
}

#album_overview {
  margin: 0px;
  padding: 0px;
}

#album_overview li {
  display: block;
  float: left;
  list-style-type: none;
  position: relative;
  width: 220px;
  height: 165px;
  margin: 5px;
}

#album_overview li a {
  text-decoration: none;
}

#album_overview li img {
  border: 0px;
}

#album_overview li span {
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 216px;
  padding: 2px;
  text-align: center;
  background: white;
  opacity: 0.9;
}

#links_left {
  float: left;
  width: 300px;
}

#links_right {
  float: left;
  width: 300px;
}

#adres_left {
  font-style: normal;
	margin: 10px;
	margin-top: 30px;
}

#adres_left a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

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

#bottom {
  margin: auto;
  width: 957px;
  padding-right: 3px;
  padding-top: 3px;
  font-size: 80%;
  text-align: right;
}

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

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

ul {
  line-height: 100%;
}

.ul_sitemap,
.ul_sitemap ul {
	line-height: 150%;
}

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