@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: 960px;
  margin: auto;
  background: url('/programma/uitelkaar/images/pageback.gif');
  background-repeat: repeat-y;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3{
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
  letter-spacing: .08em;
  line-height: 1.5em;
  }
#container1 {
  width: 230px;
  padding: 12px 0px 0px 22px;
  }
#container2 {
  width: 450px;
  padding: 12px 0px 0px 10px;

  }
#container3 {
  width: 230px;
  padding: 12px 0px 0px 13px;
	}

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

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