#asv_kalenda_calendrier .year {
	border-style: outset;
	border-width: 1px;
	background-color: #FAEBD7;
	text-align: center;
}
#asv_kalenda_calendrier .month {
	border-style: none;
	background-color: #EFEBEF;
	text-align: center;
}
#asv_kalenda_calendrier .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#asv_kalenda_calendrier .monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #EFEBEF;
	color: #667171;
	border-style: solid;
	border-width:0px
}
#asv_kalenda_calendrier .dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
#asv_kalenda_calendrier .weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
#asv_kalenda_calendrier .weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
#asv_kalenda_calendrier .week {
	border-style: none;
	background-color: #EFEBEF;
	text-align: center;
}
#asv_kalenda_calendrier .monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
#asv_kalenda_calendrier .yearnavigation {
	font-size: 12px;
}
#asv_kalenda_calendrier .datepicker {
	background-color: #FAEBD7;
}
#asv_kalenda_calendrier .datepickerform {
	margin: 0px;
}
#asv_kalenda_calendrier .monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
#asv_kalenda_calendrier .monthpicker {
	font-size: 11px;
	background-color: #EFEBEF;
}
#asv_kalenda_calendrier .yearpicker {
	font-size: 11px;
	background-color: #EFEBEF;
}
#asv_kalenda_calendrier .pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EFEBEF;
}
#asv_kalenda_calendrier .nomonthday {
    text-align: center;
    vertical-align: top;
    font-size: 10px;
    height:90px;
    width:90px;
    color: #aaaaaa;
}
#asv_kalenda_calendrier .monthday {
    text-align: center;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
    background-color: #DFDBEF;
    color: #000000;
    height:90px;
    width:90px;
}
#asv_kalenda_calendrier .today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #000000;
	height:90px;
	width:90px;
}
#asv_kalenda_calendrier .selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:90px;
	width:90px;
}
#asv_kalenda_calendrier .sunday {
	background-color: #DFDBEF;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
#asv_kalenda_calendrier .sunday a {
	/*color: #667171;*/
}
#asv_kalenda_calendrier .saturday {
	background-color: #DFDBEF;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
#asv_kalenda_calendrier .saturday a {
	/*color: #667171;*/
}
#asv_kalenda_calendrier .event {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
#asv_kalenda_calendrier .event a {
    font-size: 1em;
	color: #000000;
}
#asv_kalenda_calendrier .selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: solid;*/
	color: #000000;
	background-color: #CDC9C9;
	height:90px;
	width:90px;
}
#asv_kalenda_calendrier .selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
#asv_kalenda_calendrier .todayevent {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	/*border-width: 1px;
	border-style: solid;*/
	color: #000000;
	background-color: #EEE9E9;
	height:90px;
	width:90px;
}
#asv_kalenda_calendrier .todayevent a {
	background-color: #ffffff;
	color: #000000;
}
#asv_kalenda_calendrier .eventcontent {
	/*border-style: solid;
	border-width: 1px;
    background-color: #EFEBEF; */
	width: 100%;
}

