/* Kalender */
table.calendar-table
{
    margin: 30px 0 25px 0;
    padding: 0;
	width: 269px;
}
    table.calendar-table a
    {
    	text-decoration: underline;
    }
    table.calendar-table td, table.calendar-table th
    {
    	width: 31px;
    	padding: 3px 0;
    	
    	text-align: center;
    }
    table.calendar-table td.columYear
    {
        width: 202px;
    }
    table.calendar-table th
    {
    	color: #c2de5e;
    	
    	border-top: 1px solid #b4ce57;
    	border-bottom: 1px solid #b4ce57;
    }
    table.calendar-table td.columYear a, table.calendar-table td.columYear a:hover,
    table.calendar-table td.columPrevious a, table.calendar-table td.columPrevious a:hover,
    table.calendar-table td.columNext a, table.calendar-table td.columNext a:hover
    {
        text-decoration: none;
    }
    table.calendar-table caption{
    	font-size:200%;
    	color:#333333;
    	text-transform:uppercase;
    }
    
    .linked_today_nolink
    {
        width: 31px;
        height: 18px; /*21px*/
        margin: 0 0 0 6px;
        padding: 3px 0 0 0;
        
    	background: url(../../images/calendar/hintergrund_heute.gif) 0 0 no-repeat;        
    }
    .linked_day, .linked_today
    {
        width: 31px;
        height: 18px; /*21px*/
        margin: 0 0 0 6px;
        padding: 3px 0 0 0;
        
        cursor: pointer;
        font-weight: bold;
        
    	background: url(../../images/calendar/hintergrund_termin.gif) 0 0 no-repeat;        
    }
    .linked_today
    {
        background: url(../../images/calendar/hintergrund_heuteTermin.gif) 0 0 no-repeat;        
    }
/* List view CSS */
.newsCalendar_listHeader{
    margin: 0 0 5px 0;
    padding: 0;
    
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    color: #779701;
}
.newsCalendar_listItemHeader
{
    margin: 15px 0 10px 0;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
}











