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

/* ------------------------------------------------------
   you can find this css-file in /portals/programs/css
------------------------------------------------------  */

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

/* page layout */
.page {
  text-align: left;
  width: 978px;
  background-image: url('/programma/degrotebijbelquiz/images/page_back.jpg');
  background-repeat: repeat-y;
  margin: auto;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3, #container4 {
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
  padding: 12px 0px 0px 0px;
  }

.homepage #container2 {
 width: 345px;
 padding-left: 56px;
}

.homepage #container3 {
 width: 520px;
 margin-left: 20px;
}
#container1 {
  width: 0px;
  display: none;
  }
#container2 {
  width: 520px;
  padding-left: 56px;
  }
#container3 {
  width: 345px;
  margin-left: 25px;
  }

#container5 {
  height: 28px;
  background-image: url('/programma/degrotebijbelquiz/images/page_footer.png');
  background-repeat: no-repeat;
}


/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
span.google {
  background: #ff0;
 }
#identity  {


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

.lucene_search .paging a.current {
  font-size: bigger;
  font-weight: bold;
}

.nl_eo_topbar {
 display: none;
}

