/* ########################################## */
/*                                            */
/*                KALENDER CSS                */
/*                                            */
/* ########################################## */


*{
 font-family: Trebuchet MS, Calibri, Tahoma;
 font-size: 11px;
 line-height: 1.3;
 color: #6e6f71;
 
 padding: 0px;
 margin: 0px;
 border: 0px;
 border-spacing: 0;
}

body{
 background: #ffffff;
 text-align: center;
}

a{
 color: #ffffff;
 text-decoration: none;
}

a img{
 border: 0px;
 margin-top: 2px;
}

div.devent a{
 display: block;
 color: #00b7cf;
}

div.devent{
 position: absolute;
 bottom: 3px;
 left: 5px;
 z-index: 10;
}

div.event_info{
 position: absolute;
 right: 0px;
 top: 0px;

}

div.event_pic img{
 width: 128px;
}

#calback{
 background: #ffffff;
 width: 100%;
}

#monname{
 float: left;
 color: #dcdcdc;
 font-size: 28px;
 padding-top: 5px;
 text-align: center;
}

#divjahr{
 float: right;
 color: #dcdcdc;
 font-size: 28px;
 padding-top: 5px;
 padding-right: 20px;
 text-align: center;
}

table.caltab{
 clear: both;
 border-collapse: collapse;
}

tr.caltab_row_date{
 background: #ffffff;
 height: 29px;
}

div.caltab_day{
 position: relative;
 width: 130px;
 height: 110px;
 border: 1px solid #6e6f71;
 margin-left: 1px;
 margin-top: 1px;
 text-align: right;
 vertical-align: bottom;
}

div.caltab_dateSa{
 background: #e9e9e9;
}

div.caltab_dateSo{
 background: #e0e0e0;
}

div.dayno{
 position: absolute;
 right: 5px;
 bottom: 0px;
 font-size: 28px;
 font-weight: bold;
 color: #e9e9e9;
}

div.caltab_dateSa div.dayno{
 color: #ffffff;
}

div.caltab_dateSo div.dayno{
 color: #ffffff;
}

div.caltab_weekday{
 text-align: center;
 margin-left: 1px;
 border-bottom: 1px solid #6e6f71;
 border-right: 1px solid #6e6f71;
 border-left: 1px solid #6e6f71;
}



