/* Welcome */

.welcome .title {
  height: 99px;  
  margin-top: -49px;
  background-image: url('../images/layout/title-vert-welkom.jpg');
}

.welcome .content {
  /* IE6 min-height hack */
  min-height: 147px;
  height: auto !important;
  height: 147px;
}

.welcome .welcomeimage {
  padding-bottom: 10px;
  text-align: center;
}

/* News */

.news .title {
  height: 90px;  
  margin-top: -45px;
  background-image: url('../images/layout/title-vert-nieuws.jpg');
}

.news .content {
  /* IE6 min-height hack */
  min-height: 138px;
  height: auto !important;
  height: 138px;
}

.news .item {
  position: relative;
  height: 95px;
}

.news .item img {
  float: left;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
}

.news .itemtitle {
  font-weight: bold;
}

.news .itemdate {
  width: 80px;
  text-align: right;
  font-style: italic;
  font-size: 11px;
}

.news .links {
  position: relative;
  height: 45px;
}
