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

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

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

/* page layout */
.page {
  text-align: left;
  width: 990px;
  margin: auto;
  background-color:#fff;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container0 {
  background-image: url('../images/container0-bg.gif');
  background-position: 16px 61px;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 70px;  
  }
#container1 {
 display:none;
 }



#container2, #container3{
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;

  }

#container2 {
 width: 610px;
 margin: 0px 40px 20px 15px;
 padding:0px;
 }


#container3 {
 width: 300px;
 border: 0px solid green;
 margin: 0px 0px 0px 0px;
  }

#container5 {
 width:990px;
 min-height: 25px;
 background-color: #0073cf;
 }


/*generic classes */
.clear, .clearing {
 clear: both;
 height: 1px;
 width: 100%;
 }


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

.copyright{
 margin: 0px 0px 0px 670px;
 padding: 0px 0px 10px 0px;
  color: #fff;
 }

.copyright p a {
 font-size:0.7em;
 color:#fff;
 text-decoration:none;
 }

.eovoorwaarden,
.eocopyright{
 float:left;
 width: 160px;
 text-align:center;
 padding: 5px 0px 5px 0px;
 }



