/* CALENDAR */
/* bovenste rij met weeknummers */
.navlist .calendarheader {
   display: block;
   float: left;
   color: black;
   background-color: #FFFFFF;
   width:20px;
   /*font-weight: bold;*/
   text-align: center;
   text-decoration: none;
   padding:0px;
   margin:0px;
   border-bottom: 1px solid #a4ccf0;
}

.laag-seizoen {
	font-weight: normal;
	color:#2e2e2e;
}
.hoog-seizoen {
	font-weight:bold;
	color:black;
}
.weeknr
{
   display: block;
   float: left;
   color: black !important;
   background-color: #FFFFFF;
   width:20px;
/* font-weight: bold;*/
	padding: 0px;
  	margin: 0px;
	background-color: white;
   text-align: center;
   text-decoration: none;
   border-right: 1px solid #a4ccf0;
}
.clearer {
	clear:both;
}
.navlist a
{
   display: block;
   float: left;
   /*line-height: 2em;*/
   text-align: center;
   width: 20px;
   padding: 0px;
   margin: 0px;
   text-decoration: none;
}

.history
{
   /*color: silver;*/
   text-decoration: none;
}

.leeg{
	display: block;
   float: left;
   /*line-height: 2em;*/
   text-align: center;
   width: 20px;
   height:17px;
   padding: 0px;
   margin: 0px;
   text-decoration: none;
	background-color: white;
}

.nopadding{
	width: 162px;
	height: 7px;
}

.navlist a:hover
{
   color: white;
   /*background-color: #a4ccf0;*/
   background-color: #c4d98d;
   padding: 0px;
   margin: 0px;
   text-decoration: none;
}

.activepage
{
   display: block;
   float: left;
   color: white;
   background-color: #C0A062;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   width: 20px;
}

/* Huidige datum */
a.activepage
{
   display: block;
   float: left;
   color: white;
   background-color: #004B86;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   width: 20px;
}


a.occupied {
	color: #435480;
   /*line-height: 2em;*/
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
span.undefined-date,a.undefined-date {
   display: block;
   float: left;
   background-color: #c4d98d;
   text-decoration: none;
   text-align: center;
   width: 20px;
}
	
span.beschikbaar,a.beschikbaar {
   display: block;
   float: left;
   background-color: #c4d98d;
   text-decoration: none;
   text-align: center;
   width: 20px;
}

span.niet-beschikbaar, a.niet-beschikbaar {
   display: block;
   float: left;
   background-color: #ff969b;
   text-decoration: none;
   text-align: center;
   width: 20px;
}

span.aanbieding, a.aanbieding {
   display: block;
   float: left;
   background-color: #ffa638;
   text-decoration: none;
   text-align: center;
   width: 20px;
}
span.op-aanvraag, a.op-aanvraag {
   display: block;
   float: left;
   background-color: #BBBBBB;
   text-decoration: none;
   text-align: center;
   width: 20px;
}
#navcontainer
{
	color: inherit;
	padding: 0px;
	margin: 0px;
}