div.datepicker {
	position:absolute;
	text-align:center;
	border: 1px #e0b96d solid;
	font-family:arial;
	background:#FFF;
	font-size:10px;
	padding:0;
	margin-top:5px;
	width: 170px;
}
div.datepicker-calendar table {
	font-size:10px;
	border:1px solid #FFF;
	margin:0;
	padding:0;
	text-align:center;
	width: 170px;
}
div.datepicker div.datepicker-header {
	font-size:11px;
	font-weight:bold;
	background:#fff3ca;
	border-bottom:1px solid #CCE9FF;
	margin:2px;
	text-align:center;

}
div.datepicker table.header {
	border:0;
	padding:0;
	text-align:center;
	width: 165px;
}
td.prev,
td.prev_year,
td.next,
td.next_year {
	color:#F7B72E;
	cursor:pointer;
	font-weight:bold;
	line-height:16px;
}

td.next, td.next_year {padding-right:5px;}
td.prev, td.prev_year {padding-left:5px;}

td.prev:hover,
td.prev_year:hover,
td.next:hover,
td.next_year:hover {
	color:#FF6600;
}
td.header {
	text-align:center;
	width:68%;
	font-weight:bold;
	line-height:16px;
}
div.datepicker-header {
	height:18px;
}
div.datepicker-calendar table tbody tr {
	border:1px solid #FFF;
	margin:0;
	padding:0;
	padding-right:2px;
}
div.datepicker-calendar table tbody tr td {
	border:1px #EAEAEA solid;
	margin:0;
	padding:0;
	text-align:center;
	height:16px;
	line-height:16px;
	width:21px;
	cursor:pointer;
}
div.datepicker-calendar table tbody tr td:hover,
div.datepicker-calendar table tbody tr td.outbound:hover,
div.datepicker-calendar table tbody tr td.today:hover {
	border:1px #CCE9FF solid;
	background:#fff3ca;
	cursor:pointer;
}
div.datepicker-calendar table tbody tr td.wday {
	border:1px #CCE8FE solid;
	background:#fff3ca;
	cursor:text;
	width:21px;
	height:16px;
	line-height:16px;
	font-weight:bold;
}
div.datepicker-calendar table tbody tr td.outbound {
	background:#F4F3F3;
}
div.datepicker-calendar table tbody tr td.today {
	border:1px #CCE9FF solid;
	background:#fff3ca;
	background-image:url(/images/date_active.gif);
	background-repeat:no-repeat;
	position:top left;
	width:21px;
	height:16px;
	line-height:16px;
}
div.datepicker-calendar table tbody tr td.today:hover {
	border:1px #CCE9FF solid;
	background:#fff3ca;
	background-image:url(http://www.land-vital.org/Bilder/Anfrage/datepicker/date_active.gif);
	background-repeat:no-repeat;
	position:top left;
}
div.datepicker-calendar table tbody tr td.nclick,
div.datepicker-calendar table tbody tr td.nclick_outbound {
	cursor:default;
	color:#aaa;
	width:21px;
	height:16px;
	line-height:16px;
}
div.datepicker-calendar table tbody tr td.nclick_outbound {
	background:#E8E4E4;
	width:21px;
	height:16px;
	line-height:16px;
}
div.datepicker-calendar table tbody tr td.nclick:hover,
div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
	border:1px #EAEAEA solid;
	background:#FFF;
}
div.datepicker-calendar table tbody tr td.nclick_outbound:hover {
	background:#E8E4E4;
}
div.datepicker div.datepicker-footer {
	font-size:10px;
	background:#fff3ca;
	border-top:1px solid #CCE9FF;
	cursor:pointer;
	text-align:center;
	padding:2px;
}

.date {
	float:left;
	border:1px solid #CCE9FF;
	font-size:11px;
	font-family:arial;
	padding:1px;
}
.datepicker-opener-table {
	border:none;
	padding:5px 0 0 0;
	border-spacing:0;
	margin:3px 0 5px 0;
	background:transparent url(http://www.land-vital.org/Bilder/Anfrage/datepicker/datepicker.gif) no-repeat 0 0;
	width:16px;
	height:16px;
	cursor:pointer;
}

.Opera .datepicker-opener-table {
	float:right;
}
.IE7 .datepicker-opener-table {
	position:relative;
	top:0;
	left:3px;
}
.datepicker-opener-table:hover {
	background:transparent url(http://www.land-vital.org/Bilder/Anfrage/datepicker/datepicker_ro.gif) no-repeat 0 0;
}
.datepicker-opener {
	width:16px;
	height:16px;
	margin:0 0 0 5px;
	cursor:pointer;
}
