HTML, BODY {
font-family :Arial;
font-size:11px;
}


.agenda{
position:relative;
background:white;
width:200px;
border: 1px solid white;
}


.agenda_datum{
background:#F0E5AE;
margin-top:2px;
width:39px;
color:#610103;
height:39px;
border: 1px solid #610103 ;
}

.agenda_onderwerp{
position:absolute;
top:5px;
font-size:12px;
color:black;
left:42px;
height:20px;
width:270px;

}

.agenda_fullname_groep{
position:absolute;
top:23px;
color:gray;
left:42px;
font-size:11px;
width:270px;


}

.dag{
font-size:12px;
}

.maand{
font-size:11px;
}

.jaar{
font-size:8px;
background:#610103;
color:#F0E5AE;
}
