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

a {
  color: #940e04;
}

a:hover {
  color: #aa362d;
}

.pagePic {
  margin: 5px;
  border: 1px solid #940e04;
}

h1 {
  color: #940e04;
  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: #fff;
  border: 1px solid #940e04;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

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

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

#header {
  width: 980px;
  height: 185px;
  overflow: hidden;
}

#header_left {
  float: left;
  width: 660px;
  height: 185px;
  overflow: hidden;
}

#header_right {
  float: right;
  width: 320px;
  height: 185px;
  position: relative;
}

#logo {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 320px;
  height: 90px;
  overflow: hidden;
  background: transparent url( '../assets/logo.png' ) no-repeat;
}

#logo img {
  width: 320px;
  height: 90px;
  border: 0px;
}

#btn_cafe {
  position: absolute;
  left: 0px;
  bottom: 44px;
  width: 320px;
  height: 42px;
}

#btn_restaurant {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 320px;
  height: 42px;
}

#btn_cafe img,
#btn_restaurant img {
  border: 0px;
}

#menu {
  width: 980px;
  height: 42px;
  background: url( '../assets/menu_bg_r.jpg' ) repeat-x;
  overflow: hidden;
}

#menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-top: 8px;
}

#menu li {
  display: inline;
}

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

#menu li a.active {
  color: #af261b;
}

#menu li a:hover {
  color: #940e04;
}

#content {
  background: #d5c8bb url( '../assets/content_bg_r.jpg' ) top right no-repeat;
  min-height: 477px;
}

#content_left {
  float: left;
  padding: 20px;
  padding-top: 10px;
  width: 620px;
  line-height: 150%;
}

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

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

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

#content_right {
  float: right;
  width: 300px;
  margin: 10px;
  margin-top: 3px;
}

.blockRight {
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #940e04;
  color: white;
  font-size: 90%;
  margin-bottom: 10px;
}

.blockRight_title {
  padding-bottom: 3px;
  border-bottom: 1px solid white;
  margin-bottom: 5px;
}

.blockRight a {
  color: white;
}

.specialiteitPic {
  float: right;
  width: 70px;
  margin: 5px;
  margin-right: 0px;
}

.sfeerTiny {
  margin: 5px;
  border: 0px;
  width: 83px;
}

#footer {
  background: #940e04;
  width: 980px;
  height: 5px;
  overflow: hidden;
}
