﻿/* Print StyleSheet voor nieuws */
.collapsed,
#navigationBox,
#loginBox,
#searchForm,
.rightHomeFooter,
#imageBox.subpage,
#navigatie,
.boxContainer .arrowLink
{
  display:none;
}

*
{
  font-family: Arial;
  font-size: small;
}

#logoBox
{
  text-decoration: none;
  color: #000;
  position: absolute;
  left: 100px;
  top: 10px;
}

#logoBox img
{
  position: relative;
  border: none;
  vertical-align: top;
  position: absolute;
  left: -90px;
  top: -10px;
}




#topContent
{
  height: 90px;
}

.homeArticle
{
  width: 100%;
  height: 100px;
}

.homeArticle img
{
  float: left;
  margin-right: 10px;
}

#randomBox
{
  margin-top: 20px;
}

.collectionYearContainer .unselected,
.collectionMonthsContainer .unselected
{
  display: none;
  float: left;
}

.collectionYearContainer .selected,
.collectionMonthsContainer .selected
{
  display: block;
  float: left;
  margin-right: 7px;
  margin-top: 20px;
  font-weight: bold;
}

.collectionMonthsLists
{
  clear: both;
}
