/*****************************************************************************************
** KALENDER-FORMATIERUNG
*****************************************************************************************/

.dpDiv {
	background: #413328;
	padding: 1px;
	/*border: 1px solid #791f19;*/
	}

.dpTable {
	font-size: 11px;
	text-align: center;
	color: #505050;
	background-color: #fff;
	border: 2px solid #fff;
	width: 152px;
	}

/* Monatsanzeige */
.dpButtonTD {
	/*background: 				#960000;*/
	background: #413328;
}
.dpTitleTR td{
	border-bottom: 				2px solid #fff !important;
}
.dpTitleTD {
	background: 				#413328;
}
.dpTitleText {
	font-size: 					12px;
	color: 						#fff !important;
}

/* Tageszeile */
.dpDayTD {
	width:						20px;
	border: 					1px solid transparent;
	background-color: 			#a9a9a9;
	color: 						white;
}

/* TagesblÃ¶cke */
.dpTR {
	color: 						#909090;
}

.dpTD {
	width:						20px;
	border: 					1px solid transparent;
}
.dpTDHover {
	width: 						20px;
	border: 					1px solid #000;
	cursor: 					pointer;
	color:						#000;
}
.dpDayHighlightTD {
	width: 						20px;
	color: 						#960000;
	border:						1px solid #413328;
}



.dpTodayButtonTD {
	background: #413328;
	text-align: right;
}
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #413328;
	border: none;
	cursor: pointer;
	font-weight: bold;
}	
	



.dpDayHighlight {
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
	padding: 0px;
}


