.vakagenda
{
	display:inline-block;
	margin:auto;
}

.agenda {
width: 115px;
margin: 0px;
float: left;
padding: 2px;
padding-top: 10px;
height: 122px;
text-align: center;
background-image: url(../images/agendapos/geen.png);
background-position: cover;
background-repeat: no-repeat;
color: #FFF;
margin-right: 6px;
margin-bottom: 6px;
margin-top: 6px;
}

@media(min-width:768px) and (max-width:992px)
{
	.agenda
	{
		width:100px;
		height:106px;
	}
}

.meerlink
{
	clear:both;
	padding-top:35px;
}

.vakagenda .agenda:last-child
{
	margin-right:0px !important;
}

.agenda .dagvol {
display: block;
font-weight: bold;
margin-top: 9px;
font-size: 18px;
line-height: 10px;
width: 80px;
height: 20px;
width:100%;
text-align:center;
}

.agenda .dag {
display: block;
font-size: 24px;
line-height: 25px;
height: 25px;
overflow: hidden;
font-weight: bold;
margin-top: -5px;
}

.agenda .maand { 
font-size: 12px;
line-height: 10px;
height: 10px;
overflow: hidden;
display: block;
}

.agenda .open {
display: none;
visibility: hidden;
height: 0px;
overflow: hidden;
width:0px;
}

.agenda .tijden {
display: block;
font-size: 11px;
line-height: 16px;
}

.agrood {
background-image: url(../images/agendapos/rood.png);
background-position: center center;
background-repeat: no-repeat;
}

.aggeel {
background-image: url(../images/agendapos/geel.png);
background-position: center center;
background-repeat: no-repeat;
color: #000000;
}

.aggroen {
background-image: url(../images/agendapos/groen.png);
background-position: center center;
background-repeat: no-repeat;
}
.agoranje {
background-image: url(../images/agendapos/oranje.png);
background-position: center center;
background-repeat: no-repeat;
}
.agblauw {
background-image: url(../images/agendapos/blauw.png);
background-position: center center;
background-repeat: no-repeat;
}