body {
  background-color: #eee;
  font-family: Arial, "Trebuchet MS";
  font-size: 12px;
  line-height: 1.5em;
  margin: 10px 0;
}


/******************************************** ********** ********** **********/
/**********      Main Layout       ********** ********** ********** **********/
/******************************************** ********** ********** **********/


#paginawrapper {
  width: 960px;
  margin: 0px auto;
  box-shadow: 0px 0px 5px #bbb;
  background-color: white;
}

#paginaheader {
  height: 120px;
  width: 960px;
  background-image: url('img/header.png');
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
}

#paginaheader .homelinkheader {
  display: block;
  width: 450px;
  height: 100px;
}

.headerzoek {
  position: absolute;
  right: 8px;
  top: 10px;
}

.headerzoek .search-form input.input-text {
  width: 100px;
}

#countryflags {
  position: absolute;
  right: 10px;
  bottom: 50px;
}

#countryflags a {
  padding-left: 5px;
}

#countryflags img {
  box-shadow: #888 1px 1px 2px;
}

#countryflags img:hover {
  box-shadow: none;
}

#fontsizeswitch {
  position: absolute;
  right: 10px;
  bottom: 25px;
}

#fontsizeswitch .flleft {
  float: left;
}

#fontsizeswitch a {
  text-decoration: none;
  display: block;
  float: left;
  border: 1px solid #bdbdbd;
  color: black;
  text-align: center;
  width: 15px;
  margin-left: 5px;
}

#top-menu {
  position: absolute;
  right: 10px;
  bottom: 0;
}

#top-menu ul {
  margin: 0;
}

#top-menu li {
  list-style: none;
  float: left;
  margin: 0 3px;
}

#top-menu li a {
  color: black;
  text-decoration: none;
}

#top-menu li a:hover {
  text-decoration: underline;
}

#top-menu li.last {
  margin-right: 0;
}

#block-system-main-menu {
  margin-bottom:  30px;
}

#block-system-main-menu ul {
  font-weight: bold;
  margin: 0;
  margin-left: 0;
}

#block-system-main-menu ul li.leaf {
  list-style-type: disc;
  list-style-image: none;
  list-style: none;
}

#block-system-main-menu ul li.expanded {
  list-style: none;
}

#block-system-main-menu li a.active {
  font-style: italic;
}


#contentwrapper {
  min-height: 500px;
  clear: left;
}

#leftregion {
  padding-left: 10px;
  padding-right: 10px;
  width: 160px;
  float: left;
}

#highliteregion {
  margin-bottom: 20px;
}

#highliteregion .views-row {
  padding: 10px;
  border: 2px solid #5c5c8f;
  margin-bottom: 10px;
}

#highliteregion h2 {
  font-size: 16px;
  color: #aa404d;
}

#contentregion {
  width: 550px;
  float: left;
  padding: 0 10px;
}

#rightregion {
  width: 190px;
  float: right;
  padding-right: 10px;
}

#rightregion .block, #leftregion .view-left-column {
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: #888 0px 0px 5px;
  background-color: #efefef;
  margin-bottom: 20px;
}

#leftregion .view-left-column {
  margin-top: 20px;
  box-shadow:  #4c6fa9 0px 0px 5px;
}


#footer {
  clear: both;
  height: 42px;
}

