
#calender{
clear:both;
width:100%;

}
#calender_bg{
margin-left:0px;
float:left;
width:900px;
height:448px;
margin-left:10px;
background-repeat:no-repeat;
background-image:url(../img/kalenteri.jpg);
}
#calender{
width:567px;
height:226px;
float:left;
padding-left:168px;


margin-top:36px;

}
#calender_header{
color:#FFFFFF;
width:100%;
height:40px;
background-color:#0067bd;
}
#calender_header .w{
float:left;
margin:10px 0px 0px 30px;
font-size:16px;
line-height:16px;
}
#calender_header .w img{
border:none;


}
#calender_legend {
clear:both;
padding-top:1px;
width:100%;
border-top:1px solid #57b7d4;
}
#calender_legend span{
float:left;
padding-left:2px;
padding-right:10px;
color:#666666;
font-size:10px;
}
#calender_legend span div{
margin-right:2px;
}
#calender_header .m,#calender_header .y{
float:right;
margin:14px 20px 0px 0px;
font-size:12px;
}
#calender_header .m{
float:right;
margin:14px 10px 0px 0px;
font-size:12px;
}
#weekdisplay{
width:100%;
height:169px;
clear:both;

}
#weekdisplay .weekday{
width:80px;
float:left;
height:100%;
overflow:hidden;
border-right:1px solid #57b7d4;
color:#666666;
font-size:10px;
line-height:10px;

}
#weekdisplay .weekday span{
margin:2px 2px 7px 2px;
float:left;
clear:left;
}
#weekdisplay .weekday a{
text-decoration:none;
}
#weekdisplay .weekday h2{
text-align:center;
font-size:12px;
color:#0a6dc0;
border-bottom:1px solid #57b7d4;

padding:4px 0px 4px 0px;
}
#weekdisplay .sunnuntai{

border-right:none;
}
#weekdisplay .today h2{

color:#666666;
}
#weekdisplay .today {

background-image:url(../img/calbg.gif);

}


