		.inputDateBG{
			background: url(http://www.heide-park.de/fileadmin/layout/forms/inputDateBG.jpg) no-repeat left top!important;
		}.inputDateBG, .inputDateBG input{ cursor: pointer; }
		
		#datepicker-date{
			width: 170px;
			position: absolute;
			border: 1px solid #BCCFDA; border-right: none;
			margin: 0px 0px 0px -5px; padding: 0;
			font-family: Tahoma; font-size: 11px; color:#6B91A7;
		}
			.datepicker-header{
				height: 20px; background:#F5F9FA; border-right: 1px solid #BCCFDA;
			}
				.datepicker-header table{ margin: 0 auto; font-weight: bold; height: 20px;}
					.datepicker-header table td{ font-size: 9px; height: 20px; cursor: pointer; }
					.datepicker-header table .prev_year{ padding: 0px 5px 0px 0px; }
					.datepicker-header table .prev{  }
					.datepicker-header table .header{ width: 170px; font-size: 10px; padding: 0px 4px 0px 4px;  cursor: default; }
					.datepicker-header table .next{  }
					.datepicker-header table .next_year{ padding: 0px 0px 0px 5px; }
			
			.datepicker-calendar{
			}
				.datepicker-calendar table{
					text-align: center;
				}
					.datepicker-calendar tr td{
						width: 24px; height: 22px; font-weight: bold;
						border-right: 1px solid #BCCFDA; border-top: 1px solid #BCCFDA;
						margin: 0; padding: 0; cursor: pointer; background: #fff;
					}
					
					.datepicker-calendar tr td.wday{
						font-weight: bold; background:#F5F9FA; 
					}
					
					.datepicker-calendar tr td.nclick_outbound{
						background: #eaeeef; cursor: default; font-weight: normal;
					}
					
					.datepicker-calendar tr td.outbound{ color: #eee;}
			
			.datepicker-footer{
				height: 20px; text-align: center; border-top: 1px solid #BCCFDA; border-right: 1px solid #BCCFDA;
				background:#F5F9FA; line-height: 18px; cursor: pointer;
			}
