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

/* ------------------------------------------------------
   you can find this css-file in /programma/hoedoejijdatnu/css
------------------------------------------------------  */

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

/* page layout */
.page {
  text-align: left;
  width: 944px;
  margin: auto;
  background: #ffffff;
  
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3 {
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
  padding: 19px 0px 0px 20px;
  }
#container1 {
  width: 220px;
  }
#container2 {
  width : 444px;
  border: 2px solid #eoeoeo;
  }
.homepage #container2 {
  width: 660px;
  border-color: transparent;
  }
  
#container3 {
  width: 200px;
	padding: 19px 0px 0px 0px;
  }
.homepage #container3 {
  display: none;
  }  

/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
span.google {
  background: #ff0;
 }
#identity  {
  background-color: #001537;
  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;
  }
.copyright {
  text-align: right;
  padding: 2px 20px 14px 2px;
  font-size: .6em;
  }
.copyright a, .copyright a:hover {
  color: #824188;
  text-decoration: none;
