#widgetCalendar {
	padding-left: -13px;
	position: absolute;
	height: 145px;
	overflow: hidden;
	width: 445px;
	background: url(../../images/kalender/background.jpg);
}

html>body #widgetCalendar {
	padding-top: -75px;
	margin-left: -13px;
	position: absolute;
	height: 145px;
	overflow: hidden;
	width: 445px;
	background: url(../../images/kalender/background.jpg);
}

div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 4px;
	left: 5px;
	display: none;
}

div.datepicker a {
	color: #000000;
	text-decoration: none;
	cursor: default;
	outline: none;
}

div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 11px;
}
div.datepicker th {
	text-align: center;
	color: black;
	font-weight: bold;
}

div.datepicker tbody a {
	display: block;
}

.datepickerDays a {
	color:#000000;
	width: 18px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}

.datepickerDays a:visited {
	color:#000000;
	width: 18px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

tbody.datepickerDays td.datepickerSelected a{
	background: #218f30;
	color: white;
}

tbody.datepickerDays td.datepickerSelected a:visited{
	background: #218f30;
	color: white;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: black;
}

div.datepicker a:hover,
div.datepicker a:hover {
	
	font-weight:bold;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #efefef;
}
div.datepicker tbody th {
	text-align: center;
	color: black;
	line-height: 22px;
}
.datepickerSpace div {
	width: 7px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}

td.datepickerDisabled a:visited,
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #a5a5a5;
}
td.datepickerDisabled a:hover {
	color: #a5a5a5;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #a5a5a5;
}
td.datepickerDisabled a:hover {
	color: #a5a5a5;
}
td.datepickerSpecial a {
	background: black;
}
td.datepickerSpecial.datepickerSelected a {
	background: #218f30;
}