.jsonly{
    display: none;
}
.dynd .jsonly{
    display: block;
}
.clear{
	clear: both;
}
.datecontainer{
    width: 55px;
    overflow: hidden;
    float: left;
}
    .datecontainer .top{
        height: 13px;
        padding-top: 3px;
        background: url("../img/bg_datebox_top.png") no-repeat;
        color: #fff;
        font-size: 8px;
        font-weight: bold; 
        text-align: center;
        text-transform: uppercase;
    }
    .datecontainer .middle{
        padding-top: 4px;
        height: 33px;
        background: url("../img/bg_datebox_bottom.png") no-repeat;
        color: #000;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
    }
    .datecontainer P{
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }
	.datecontainer .bis{
		font-weight: normal;
		font-size: 10px;
	}
	

.contentcontainer{
    float: left;
    width: 348px;
    padding-left: 13px;
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1em;
}
    .contentcontainer H3,
    .contentcontainer H3 A{
        font-size: 18px;
        color: #962217;
        text-decoration: none;
        margin-bottom: 10px;
		line-height: 1em; 
    }
    .contentcontainer P{
        padding: 0;
    }
	
	
	

/** Calendar **/
#calendar{
    width: 280px;
    /*height: 264px;*/
    background: #f9f9f9;
    z-index: 1;
	position: relative;
	left: 25px;
}


    .calendar_headline{
    	padding-bottom: 0.5em;
		margin-bottom: 0;
		background-color: #fff;
    }
    #calendar_head{
        background: url("../img/bg_calendar_head.png") repeat-x;
        height: 32px; 
        overflow: hidden;
        position: relative;
        z-index: 1;
    }   
    #calendar_head #calendar_current_month{
        width: 216px;
        position: absolute;
        top: 5px;
        left: 32px;
        color: #fff;
        font-size: 15px;
        text-align: center;
    }
    #calendar_head .prev{
        background: url("../img/calendar_prev.png");
        left: 0;
    }   
    #calendar_head .next{
        background: url("../img/calendar_next.png");
        right: 0;
    }
    #calendar_head .prev,
    #calendar_head .next{
        position: absolute;
        top: 0;
        width: 32px;
        height: 0;
        line-height: 32px;
        padding-top: 32px;
        overflow: hidden;
    }
    #calendar TABLE{
        margin: 10px;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 1px;
    }
    #calendar TD,
    #calendar TH{
        width: 36px;
        height: 36px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;     
        color: #000;
    }
    #calendar TD{
        background-color: #fff;
    }
    #calendar TABLE A{
        color: #962217;
        text-decoration: none;
        font-weight: bold;
    }
    #calendar .othermonth{
        color: #c8c8c8;
    }
    
#event-tooltip{
    width: 300px;  
    overflow: hidden;
    z-index: 100;
}

    #event-tooltip LI:first-child{
        margin-top: 0;
        padding-top: 0;
        border: none;
    }
    #event-tooltip LI {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #EAEAEA;
    }
	
    .shadowtop{
        height: 4px;
        background: url("../img/tooltip_top.png") no-repeat;
    }
    .shadowcontent{
        background: url("../img/bg_tooltip.png") repeat-y;
        padding: 10px;
    }
       .shadowcontent .contentcontainer{
           width: 210px;
           text-align: left;
       }
       .shadowcontent OL,
       .shadowcontent UL,
       .shadowcontent LI{
            list-style-type: none;
        }
    .shadowbottom{
        height: 5px;
        background: url("../img/tooltip_bottom.png") no-repeat;
    }
	
#events .uebersicht_link_container{
	margin-left: 25px;
	padding-top: 15px;
}	
	
.uebersicht_link_container A{
    color: #a72a22;
    text-decoration: underline;
    font-weight: bold;
}
	
/* IE bugfix */
#calendar{
    padding-bottom: 10px;
}
#calendar TABLE{
    margin-bottom: 0;
}