/*em kan nu geinterpreteerd worden als px */
/* voor p ul en ol*/
/*Basis tekst kleur*/
/*Basis bijkleur*/
/*Basis tekst type*/
/*Huisstijlkleur | wordt gebruikt in de titels*/
/*Huisstijlkleur Alter | wordt gebruikt in de titels*/
/* kleur dat gebruikt wordt voor lijntjes enzo*/
/* kleur dat gebruikt wordt voor lijntjes enzo*/
.nieuwsblock {
  border: 0;
  padding: 2px;
}
.nieuwsblockhover {
  border: 2px solid #437740;
  padding: 0;
  cursor: default;
}
/*NieuwsOverzicht*/
#nieuwsOverzicht {
  margin: 0 10px;
  border: 1px solid #dedede;
  background-color: #f7f7f7;
}
#nieuwsOverzichtTop {
  padding: 13px 18px 5px 18px;
}
/*Nieuwspuntje*/
.nieuwsItem {
  padding-bottom: 10px;
}
/*Datum*/
.nieuwsItemDatum,
.blokDatum {
  height: 33px;
  width: 54px;
  margin: 0 10px 0 -24px;
  display: block;
  float: left;
  font-family: Arial;
  color: #fff;
  background: url("/images/basisLayout/sprite_no_repeat.png") -750px -50px no-repeat;
}
.Dag {
  width: 27px;
  height: 30px;
  padding-left: 3px;
  display: block;
  float: left;
  font-size: 22px;
  font-weight: bold;
  background: #565656;
}
.Maand {
  width: 19px;
  height: 17px;
  padding-right: 2px;
  margin-top: 3px;
  display: block;
  float: right;
  font-size: 16px;
  text-align: right;
  background: #adaa35;
}
.Jaar {
  width: 19px;
  height: 13px;
  padding-right: 2px;
  display: block;
  float: right;
  font-size: 8px;
  text-align: center;
  background: #adaa35;
}
.nieuwsItemDatumSlash {
  display: none;
}
.nieuwsItemSpacer {
  height: 2px;
  background: url("/images/basisLayout/sprite_repeatx.png") center -1190px repeat-x;
}
/*Titel*/
.nieuwsItemTitel {
  min-height: 33px;
  display: block;
  margin-left: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #437740;
}
.nieuwsItemTitel a {
  color: #437740;
  text-decoration: none;
}
.nieuwsItemTitel a:hover {
  color: #adaa35;
}
/*Foto*/
.nieuwsItemFoto {
  float: left;
  margin: 5px 5px 10px 0;
}
/*Omschrijving*/
.nieuwsItemOmschrijving {
  margin: 5px 0 5px 0;
}
/*lees meer*/
.nieuwsItemMeer {
  display: inline;
}
/*Alle berichten*/
.nieuwsAlleLink {
  height: 24px;
  margin-right: -24px;
  background: url("/images/basisLayout/sprite_no_repeat.png") 319px -240px no-repeat;
}
.nieuwsAlleLink a {
  height: 18px;
  display: block;
  float: right;
  padding: 2px 10px 0 10px;
  color: #fff;
  text-decoration: none;
  background: #437740 url("/images/basisLayout/sprite_repeatx.png") center -550px repeat-x;
}
.nieuwsAlleLink a:hover {
  background-color: #adaa35;
}
/*Naar Archief*/
.nieuwsArchiefLink {
  height: 24px;
  margin-right: -22px;
  background: url("/images/basisLayout/sprite_no_repeat.png") 683px -240px no-repeat;
}
.nieuwsArchiefLink a {
  height: 18px;
  display: block;
  float: right;
  padding: 2px 10px 0 10px;
  color: #fff;
  text-decoration: none;
  background: #437740 url("/images/basisLayout/sprite_repeatx.png") center -550px repeat-x;
}
.nieuwsArchiefLink a:hover {
  background-color: #adaa35;
}
/*Terug naar Overzicht*/
.nieuwsRecentLink {
  height: 24px;
  margin-right: -22px;
  background: url("/images/basisLayout/sprite_no_repeat.png") 683px -240px no-repeat;
}
.nieuwsRecentLink a {
  height: 18px;
  display: block;
  float: right;
  padding: 2px 10px 0 10px;
  color: #fff;
  text-decoration: none;
  background: #437740 url("/images/basisLayout/sprite_repeatx.png") center -550px repeat-x;
}
.nieuwsRecentLink a:hover {
  background-color: #adaa35;
}
/*NieuwsDetail*/
#nieuwsDetailContainer > h1 {
  margin: 10px;
}
#nieuwsDetail {
  margin: 10px;
}
/*Terug naar Overzicht*/
.nieuwsTerugLink {
  width: 150px;
  height: 24px;
  margin-right: -3px;
  float: right;
  background: url("/images/basisLayout/sprite_no_repeat.png") 147px -240px no-repeat;
}
.nieuwsTerugLink a {
  height: 18px;
  display: block;
  float: right;
  padding: 2px 10px 0 10px;
  color: #fff;
  text-decoration: none;
  background: #437740 url("/images/basisLayout/sprite_repeatx.png") center -550px repeat-x;
}
.nieuwsTerugLink a:hover {
  background-color: #adaa35;
}
