body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #4a2d17 url('../assets/bg.jpg') top center no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #e8bc7d;
}

img {
  border: 1px solid #e1ba7f;
}

.pagePic {
  float: right;
  margin-lefT: 10px;
  margin-bottom: 10px;
}

.projectPic {
  margin: 5px;
  width: 110px;
}

a {
  color: #e8bc7d;
}

a:hover {
  color: #e8bc7d;
}

h1 {
  font-size: 120%;
  margin: 0px;
  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: #d2c3b8;
  border: 1px solid #2f190b;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #e8bc7d;
}

.formbutton {
  color: #fff;
  background: #2f190b;
  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;
  width: 150px;
  margin-right: 5px;
  margin-left: 10px;

}

.paginaregel {
  color: #e8bc7d;
  background: #70543b;
}

/*Fotoboeken*/
.fotoboekHolder {
  float: left;
  width: 300px;
  height: 75px;
  padding: 5px;
}

.fotoboekPic_o {
  float: left;
  margin-right: 5px;
  width: 100px;
  height: 75px;
}

.fotoboekPic {
  margin: 5px;
  width: 110px;
}

#outer_container {
  margin: 20px auto;
  margin-bottom: 0px;
  width: 845px;
  background: url( '../assets/outer_container.png' ) repeat-y;
  position: relative;
}

#container {
  margin: auto;
  width: 631px;
  background: #5c422f url( '../assets/container_bg.jpg' ) top no-repeat;
  padding: 40px;
  padding-left: 150px;
  padding-top: 100px;
  line-height: 160%;
  min-height: 240px;
}

#menu {
  width: 151px;
  height: 250px;
  background: url( '../assets/menu.png' ) no-repeat;
  position: absolute;
  top: 50px;
  left: -20px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
}

#menu li {
  list-style-type: none;
  width: 151px;
  height: 34px;
}

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

li#home a.active,
li#home a:hover {
  background: url( '../assets/menu.png' ) -0px -299px  no-repeat;
}

li#werkwijze a.active,
li#werkwijze a:hover {
  background: url( '../assets/menu.png' ) -0px -333px  no-repeat;
}

li#projecten a.active,
li#projecten a:hover {
  background: url( '../assets/menu.png' ) -0px -367px  no-repeat;
}

li#fotoboeken a.active,
li#fotoboeken a:hover {
  background: url( '../assets/menu.png' ) -0px -401px  no-repeat;
}

li#contact a.active,
li#contact a:hover {
  background: url( '../assets/menu.png' ) -0px -435px  no-repeat;
}

#logo {
  width: 420px;
  height: 147px;
  background: url( '../assets/logo.png' ) no-repeat;
  position: absolute;
  top: -23px;
  right: -20px;
}

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

#bottom {
  margin: auto;
  width: 825px;
  background: url( '../assets/bottom.png' ) no-repeat;
  padding-top: 20px;
  padding-right: 20px;
  text-align: right;
  font-size: 90%;
  color: #9d7b53;
}

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

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

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

.overviewrow {
  color: #e1ba7f;
  background: #70543b;
}

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

.overviewrow_head {
  font-weight: bold;
}

.overviewrow_text {
  font-size: 95%;
}

form {
  line-height: 100%;
}
