body {
  margin: 0 auto;
  background: #ffcc01;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size : 75%;
}

.fotoboekItem {
  float: left;
  width: 180px;
  height: 200px;
  text-align: center;
  margin: 3px;
}

.fotoboekItem img {
  height: 100px;
  padding: 1px;
  border: 1px solid #efe1a2;
}

a {
  color: #c70b0a;
}

a:hover {
  color: #b0a474;
}

#b_block2 a:hover {
  color: #fff4c6;
}

h3 {
  font-size: 120%;
}

.pagePic {
  width: 200px;
}

img {
  padding: 1px;
  border: 1px solid #efe1a2;
  margin: 5px;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: right;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 3px 0px 3px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formfield {
  background-color: #fff; 
  border: 1px solid #90B8DC;
}

.formbutton {
  color: #fff;
  background: #485568;
  border-left: 1px solid white;
  font-size: 90%;
}

#outerbox {
  margin: auto;
  width: 975px;
  background: url('../assets/outer.jpg') right repeat-y;
}

#container {
  margin: auto;
  width: 960px;
  background: white;
}

#header {
  width: 960px;
  height: 100px;
  background: url('../assets/header.jpg') no-repeat;
}

#menu {
  width: 960px;
  background: url('../assets/menu.jpg') repeat-x;
  text-align: center;
}

#menu a {
  font-size: 12pt;
  color: black;
  padding-left: 10px;
  padding-right: 15px;
  margin-left: 5px;
  text-decoration: none;
  line-height: 30px;
}

#menu a:hover {
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  color: black;
  zoom: 1;
}

#left_col {
  float: left;
  width: 200px;
  background-color: #fffbe8;
  padding-top: 50px;
}

#left_col a {
  display: block;
  background: #fffbe8;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  _height: 16px;
  text-decoration: none;
  font-weight: bold;
}

#left_col a:hover {
  background: #ffdb4f;
}

#left_col .sub_active {
  background: #ffeca1;
}

#right_col {
  float: left;
  width: 740px;
  padding: 10px;
  background: white;
}

#bottom_block {
  clear: both;
}

#b_block1 {
  float: left;
  width: 310px;
  padding: 5px;
  background: #fff4c6;
  _height: 100px;
  min-height: 100px;
}

#b_block2 {
  float: left;
  width: 309px;
  padding: 5px;
  background: #b0a474;
  border-left: 1px solid white;
  _height: 100px;
  min-height: 100px;
}

#b_block3 {
  float: left;
  width: 309px;
  padding: 5px;
  background: #b0a474;
  border-left: 1px solid white;
  _height: 100px;
  min-height: 100px;
  font-size: 90%;
}

#footer {
  clear: both;
  width: 960px;
  font-size: 90%;
  text-align: center;
}

#col_links {
  float: left;
  width: 370px;
}

#col_rechts {
  float: left;
  width: 365px;
  margin-left: 5px;
}

.cleaner {
  clear: both;
}