

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


/* ------portal sites can't have a body class, 
therefore we have a specific dir for radio and tv, for corperate sites, 
the background is set here*/

body {
 background-image: url('/components/images/gradient_greenpar.jpg');
 background-repeat: repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: Verdana, Arial, sans-serif;
 }


/* ------------------------------------------------------
   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%;
  }

#container1{
 display:none;
 }

#container2, #container3{
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
/*  height: 120em;
  min-height: 600px;
  */
  }

.homepage #container2 {
 width: 650px;
 margin: 0px 0px 20px 7px;
 padding:0px;
 background-color: #fff;
 border:0px;
 }

#container2 {
 width: 605px;
 margin: 7px 7px 20px 15px;
 border: 1px solid #ebebeb;
 padding: 15px;
 background-color: #f2f2f2;
 }

#container3 {
 width: 325px;
 border: 0px solid green;
 margin: 4px 0px 20px 0px;
 padding:0px 0px 0px 0px;
 }

#container5{
 width:990px;
 min-height: 25px;
 background-color: #4d4d4d;
 }


/*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;
 }

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

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


