/*kalender*/
input {
font-weight: normal;
color: #555;
font-size: 11px;	
}

.wday { 
font-size: 10px;
font-style: italic;
color: #000;
padding: 0px;
text-align: center;
width: 25px;
}

td a {
font-size: 12px;
display: block;
}

td.vandaag a{
background-color: #fdf4e9;
text-decoration: none;
text-align: center;
font-size: 11px;
}

td.weekend a {
color: #000;
text-decoration: none;
text-align: center;
font-size: 11px;
}

td.weekend a:hover {
color: #000; 
background-color: #fff; 
}

td.doordeweek a {
color: #fdf4e9;
text-decoration: none;
text-align: center;
font-size: 11px;	
}

td.doordeweek a:hover {
color: #000; 
background-color: #fff; 
}

.pijl_links{
width: 12px;
height: 14px;
cursor:pointer;
border:outset 0px;
background:url(../images/pijl_links.gif);
background-repeat: no-repeat;
text-align: right;
}

.pijl_rechts{
width: 12px;
height: 14px;
cursor:pointer;
border:outset 0px;
background:url(../images/pijl_rechts.gif);
background-repeat: no-repeat;
}

.maand{
font-size: 10px;
height: 14px;
width: 150px;
cursor:pointer;
border:outset 0px;
background:url(../images/achtergrond_maand.gif);
background-repeat: no-repeat;
border: 0px solid green;
}

.kader_home_l {
float: left;
width: 220px;
padding: 5px 0px 5px 20px;
font-size: 11px;
}
.spacer {
float: left;
width: 220px;
height: 15px;
}
