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

a {
  color: #632b36;
}

a:hover {
  color: #964a4e;
}

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

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

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #5f3538;
  border: 1px solid black;
  font-size: 90%;
}

#container {
  margin: auto;
  width: 980px;
}

#header {
  width: 980px;
  height: 250px;
  overflow: hidden;
  background: #ffffe1 url('../assets/header_bg.jpg') no-repeat;
  position: relative;
}

#logo {
  position: absolute;
  top: 5px;
  left: 5px;
}

#h_pic1 {
  position: absolute;
  top: 85px;
  left: 260px;
  border: 3px solid white;
}

#h_pic2 {
  position: absolute;
  top: 85px;
  left: 415px;
  border: 3px solid white;
}

#h_pic3 {
  position: absolute;
  top: 85px;
  left: 570px;
  border: 3px solid white;
}

#h_pic1 img,
#h_pic2 img,
#h_pic3 img {
  width: 140px;
}

#h_adres {
  position: absolute;
  left: 5px;
  bottom: 20px;
  color: white;
  font-weight: bold;
}

#paard {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 170px;
  height: 169px;
  background: url( '../assets/paard.png' ) no-repeat;
}

#paard img {
  width: 170px;
  height: 169px;
}

#nav_bar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 275px;
  height: 200px;
  background: url( '../assets/nav_bar.jpg' ) top center no-repeat;
}

#btn_veenhoeve {
  position: absolute;
  top: 10px;
  right: 186px;
  width: 78px;
  height: 74px;
  background: url( '../assets/btn_de_veenhoeve.png' ) no-repeat;
}

#btn_conrise {
  position: absolute;
  top: 10px;
  right: 98px;
  width: 78px;
  height: 74px;
  background: url( '../assets/btn_conrise_horses.png' ) no-repeat;
}

#btn_wisselplaats {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 78px;
  height: 74px;
  background: url( '../assets/btn_stal_de_wisselplaats.png' ) no-repeat;
}

#btn_veenhoeve img,
#btn_conrise img,
#btn_wisselplaats img
 {
  width: 78px;
  height: 74px;
  border: 0px;
}

#menu {
  background: #f7d418;
  width: 980px;
  color: black;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

#menu li a {
  color: black;
  text-decoration: none;  
  padding-left: 20px;
  padding-right: 20px;
}

#menu li .active {
  background: #e6a90e;
  /*text-decoration: underline;*/
}

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

#content_left {
  float: left;
  width: 260px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#content_left a {
  display: block;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  background: #f7d418;
  color: black;
  margin-bottom: 1px;
}

#content_left a.active {
  color: black;
  background: #dba41b;
}

#linker_vak {
  padding: 5px;
  font-size: 80%;
}

#linker_vak a {
  color: black;
  text-decoration: underline;
  display: inline;
  background: none;
  padding: 0px;
  margin: 0px;
}

#content_right {
  float: right;
  padding: 20px;
  width: 680px;
  min-height: 400px;
}

.fotoboekHolder {
  float: left;
  margin: 5px;
}

.fotoboekHolder img {
  width: 160px;
  border: 0px;
}

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

#links_right {
  float: right;
  width: 330px;
}

#static_left {
  float: left;
  width: 330px;
}

#static_right {
  float: right;
  width: 330px;
}

.pagePic {
  width: 330px;
  border: 0px;
}

.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;
}
