@import url('elements.css');
@import url('blocks.css');

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

/* page layout */
.page {
  text-align: left;
  width: 993px;
  margin: auto;

  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3, #container5 {
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
/*  height: 120em;
  min-height: 600px;
  */
  padding: 0px 0px 0px 0px;
  }
#container1 {
  width: 0px;
  display: none;
  }
#container2 {
  width: 728px;
  padding: 0px 0px 0px 0px;
  }

.articlepage #container2 {
 background-color:white;
 }

#container3 {
  width: 265px;
  background: url('/jongeren/xnoizzflevofestival/images/cont3_back.jpg');
  background-repeat: no-repeat;
  padding: 82px 0px 0px 0px;
  margin-bottom: 0px;
  }

#container5 {
 margin-top: -10px;
 width: 993px;
 height: 100px;
 background: url('/jongeren/xnoizzflevofestival/images/eojongeren_logo.gif');
 background-repeat: no-repeat;
 background-position: 830px 0px;
 
}
/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
span.google {
  background: #ff0;
 }
#identity  {
  background-color: #000000;
  text-align: center;
  }
#identity h2 {
  padding: 12px auto 12px auto;
  font-size: 3em;
  text-align: center;
  color: #fefefe;
  }


/** helaas helaas, IE6 snapt dit niet :( */
.page {
  min-height: 800px; 
  height: auto;
}

