@import url('/programma/herbergdeverandering/css/elements.css');
@import url('/programma/herbergdeverandering/css/blocks.css');

.center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }

/* page layout */
.page {
  text-align: left;
  width: 875px;
  margin: 38px auto auto auto;
  background: #000;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3 {
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
/*  height: 120em;
  min-height: 600px;
  */
  padding: 12px 0px 0px 0px;
  }
#container1 {
  width: 226px;
  }
#container2 {
  width: 391px;
  min-height: 267px; 
  height: expression( this.scrollHeight < 268 ? "267px" : "auto" ); /* sets min-height for IE */
  background: url('/programma/herbergdeverandering/images/container2-bg.jpg');
  background-repeat: no-repeat;
 }
#container3 {
  width: 226px;
  }

/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
#identity  {
  text-align: center;

  }
#identity h2 {
  padding: 12px auto 12px auto;
  font-size: 3em;
  text-align: center;
  color: #f58c3;
  }


