/* Home/index page specific content styling */
/* override default 2-col layout */
.nji-content {
  margin: 0;
  padding: 0;
}
.nji-column {
  display: none;
}

.nji-banner .img {
  float: left;
  width: 479px; /* match banner image */
  margin-right: 20px;
}

.nji-banner .text {
  padding-top: 10%;
  color: #000;
  font-size: 160%;
  font-weight: bold;
}

.nji-banner .text .one{
  color: #c6cc38;
}

.nji-banner .link {
  margin-top: 10px;
}

.nji-banner .link a{
   background:#b5be01 url(/content/community/gfx/button.gif) no-repeat 0 0;
  padding: 4px 5px 5px 5px;
  color: #fff;
  font: normal 75%;
  font-size: 75%;
  font-weight: normal;
  text-decoration: none;
}
.nji-banner .link a:hover {
  text-decoration: underline;
}
.nji-boxes {
  clear: left;
  padding-top: 3px;
  color: #fff;
}

.nji-boxes a {
  color: #fff;
}

.nji-boxes .box {
  float: left;
  width: 253px; /* 289 -14-20-2*/
  margin-right: 2px;
  padding: 0 14px 0 20px;
}

.nji-boxes .boxes-links {
  clear: left;
  height: 34px;
  text-align: right;
}
.nji-boxes .boxes-links .link {
  padding-bottom: 4px;
  padding-top: 4px;
}
.nji-boxes .boxes-links .link img {
  vertical-align: middle;
}
.nji-boxes .boxes-links .link span {
  vertical-align: middle;
  padding-right: 10px;
}
.nji-boxes .boxes-links a {
  text-decoration: none;
  font-weight: bold;
}
 
.boxes-content .enquete {
 background:#B5BE01 url(/content/community/gfx/roundedcorner_left_top.gif) no-repeat;
  border-top-left-radius: 5px;
}
.boxes-links .enquete {
  background:#c6cc38 url(/content/community/gfx/roundedcorner_left_bottom.gif) no-repeat 0 1px;
  border-bottom-left-radius: 5px;
}
.boxes-content .nieuws {
  background-color: #006766;
}
.boxes-links .nieuws {
  background-color: #388889;
}
.boxes-content .onderzoek{

  background:#29a8df url(/content/community/gfx/roundedcorner_right_top.gif) no-repeat right 0;
  margin-right: 0px;
  border-top-right-radius: 5px;
}
.boxes-links .onderzoek{
   background:#58bbe5 url(/content/community/gfx/roundedcorner_right_bottom.gif) no-repeat right 1px;
  border-bottom-right-radius: 5px;
}

ul.nieuws li {
  font-size: 110%;
  margin-bottom: 15px;
}

ul.nieuws li a {
  text-decoration: none;
}
ul.nieuws li a:hover {
  text-decoration: underline;
}

.nji-footer {
  margin-top: 45px;
}

.hfix {
  height: 156px;
}
.hfix-container {
  overflow: hidden;
}

