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

/* BASIS CSS NEDERLAND HELPT */

.center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
   background: url('/programma/nederlandzingt/images/bg-tv.jpg');
 
  background-repeat: no-repeat;
  background-position: center 90px;;

  }

/* page layout */
.page {
  text-align: left;
  width: 990px;
  margin: auto;
  min-height: 948px; 
  height: expression( this.scrollHeight < 949 ? "948px" : "auto" ); /* sets min-height for IE */
  
}
.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: 0px 0px 0px 0px;
  }
#container1 {
  width: 230px;
  }
#container2, #container3 {
  width: 360px;  }

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

  }
#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;
}

