#kalender {
	width: 190px;
	padding: 0;
}
#kalenderform {
	line-height: normal;
	margin: 0;
}

#kalenderform fieldset {
	margin: 0 0 0px 0;
	border: none;
	width: 210px;
	padding: 2px 0 2px 0px;
}

form#kalenderform label.datepick {	
	margin: 0px;
	padding: 5px 0 0 0;
	float: left;
	width: 60px;
	line-height: 14px;
}


form#kalenderform label.anzahl {	
	margin: 0 0 5px 0;
	padding: 2px 0 0 25px;
	width: 80px;
	height: 18px;
	float: left;
}

#kalenderform input {
	font: 13px "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #626b6d;
	background: #fbece8;
	border: 1px solid #d0c2bf;
	width: 100px;
	height: 18px;
	margin: 2px 2px 4px 0;
	padding-left: 5px;
}


#kalenderform select {
	font: 13px "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #626b6d;
	background: #fbece8;
	border: 1px solid #d0c2bf;
	width: 100px;
	height: 18px;
	margin: 1px 0 4px 0;
}


#kalenderform img.imgkalender {
	vertical-align: top;
	margin: 4px 0 0 10px;	
	cursor: pointer;
}

#kalenderform fieldset label.room {
	letter-spacing: 0px;
	margin: 0px;
	padding: 5px 0 0 0;
	float: left;
	width: 120px;
	line-height: 14px;
}

#kalenderform select.tiny {
	font: 13px "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #fbece8;
	border: 1px solid #d0c2bf;
	color: #626b6d;
	height: 18px;
	margin: 1px 0 4px 0;
	width: 40px;
	float: left;
	*height: 25px;
}

#kalenderform select.big {
	font: 13px "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #fbece8;
	border: 1px solid #d0c2bf;
	color: #626b6d;
	height: 18px;
	margin: 1px 0 4px 20px;
	width: 137px;
	*height: 25px;
}

#kalenderform p {
	margin-left: 12px;
}

#kalenderform input.radio {
	width: auto;
	margin: 0 8px 0 0;
	padding: 0;
	background: none;
	border: none;
}

#kalenderform label.radio {
	vertical-align: top;
	margin: 0 2px 0 0;
}

#kalenderform fieldset#go{
	margin: 10px 0px 0 0;
	padding:0px;
	width: 233px;
	}

/*#kalenderform fieldset#go input.submit {
	width: 226px;
	height: 25px;
	margin: 0px 0px 0 0px;
	padding: 0 0px 0 0;
	text-indent: -5000px;
	cursor: pointer;
	background-image: url(../images/form-anfrage-senden.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}
#kalenderform fieldset#go input.submit:hover {
background-image: url(../images/form-anfrage-senden-on.png);
	background-repeat: no-repeat;
}*/
#kalenderform fieldset#go a.submit {
 padding: 2px 4px 2px 2px;
}
#kalenderform fieldset#go a.submit:hover {
	background: #a0a2a3; color: #fff;
}

#kalenderform p.free {
	margin-top: 15px;
}
/*DateTimePicker*/
/* the div that holds the date picker calendar */
.dpDiv {
	background: #f29b8a;
	
	/*border: 1px solid #791f19;*/
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	text-align: center;
	background-color: #f29b8a;
	border: 1px solid #f29b8a;
	width: 190px;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	font-weight: bold;
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR td{
	border-bottom: 1px solid #fff !important;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	border-bottom: 1px solid #fff !important!;
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid transparent;
	width: 25px;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background: #fad7d0;
	cursor: pointer;
	width: 25px;
	border: none;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	background: #f19e8e;
		
	
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	background: #f19e8e;
	
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	background: #f29b8a;
	text-align: right;
	border-bottom: 1px solid #fff;
	
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #f29b8a;

	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	color: #fff !important;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	background: #d0c2bf;
	font-weight: bold;
	border: 1px solid #d0c2bf;
	}


/* the forward/backward buttons at the top */
.dpButton {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	background: #f29b8a;
	border: none !important;
	cursor: pointer;
	font-weight: bold;
	
	}


