#datepick-div
{
	padding: 1px;
}
.dateInput
{
	clear: both;
	display: block;
}
.tx-tdhrs-pi2
{
	background:#FFFFFF url(	'../img/page/teaser.png') no-repeat scroll 0 0;
	border: 0.3em solid #F67F7F;
	display: block;
	width: 31.6em;
	margin:0;
	padding:0;
}
.IBE
{
	margin: 0;
	padding: 0.9em;
	border: 0em solid #F13333;
	position: relative;
	width: 30em;
}
.IBE span
{
	font-size:1.2em;
	padding:0;
	color:#686868;
	display:block;
}
.IBE input
{
	font-size:1.2em;
	line-height:1.4166em;
}
.input_width1
{
	width:9.6em!important;
}
.input_width2
{
	width:4em;
}
.button
{
	margin-top:1em;
	margin-right:0.5em;
	float:right;
	
}
.tx-tdhrs-pi2 h2
{
	line-height:1.3em;
	clear:both;
	color: #F13333;
	font-size:1.6em;
}
.IBE label 
{ 
	display: block; 
	float: left;
	line-height: 1.6em;
	
}
.IBE label.lbl_location
{
	width: 12.7em;
	background-image: url('../img/datepicker/bt_hilfe.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.IBE .txt_location
{
	width: 12.7em;
}

#datepick-div, .datepick-inline {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	width: 185px;
}
#datepick-div {
	display: none;
	border: 1px solid #145ca3;
	z-index: 100; /*must have*/
}
.datepick-monthHeader
{
	width: 100%;
	height: 1.7em;
	background-color: #145CA3;
}

.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 0.2em 0.5em;
	vertical-align: middle;
	padding-bottom: 0.5em;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt {
	width: 185px;
}
.datepick-control, .datepick-links, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #fff;
	padding: 0.3em 0;
	color: #ee0000;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next, .datepick-prev {
	text-align: center;
}
.datepick-next, .datepick-prev {
	width: 2em;
}
.datepick-rtl .datepick-close, .datepick-rtl {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #145CA3;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.datepick {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row {
	background: #779FCF;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
	line-height: 1.6em;
}
.datepick-days-row {
	background: #fff;
	color: #779fcf;
}
.datepick-week-col {
	background: #fff;
	color: #779fcf;
}
.datepick-days-cell {
	color: #145ca3;
	border-bottom: 0.1em solid #779FCF;
	border-right: 0.1em solid #779FCF;
	line-height: 1.6em;
}
.datepick-days-cell a {
	display: block;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #fff;
}
.datepick-title-row .datepick-week-end-cell {
	background: #779FCF;
}
.datepick-week-over {
	background: #fff;
}
.datepick-unselectable {
	color: #bdbcbc;
	background: #fff;
}
.datepick-today {
	background: #779fcf;
}
.datepick-current-day {
	background: #ee6a6a;
	color: #fff;
}
.datepick-days-cell-over {
	background: #ffe0e0;
	color: #000;
	border-bottom: 0.1em solid #779FCF;
	border-right: 0.1em solid #779FCF;
}
.datepick-days-cell-over a {
	text-decoration: underline;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.datepick-inline .datepick-links a {
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #ee0000;
}
.datepick-title-row a {
	color: #eee;
}

.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ffe0e0;
	color: #779fcf;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 157px;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
