#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 1px;
	float: left;
	width: 63px;
	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-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	color: #626b6d;
	background: #f7f0c1;
	border: 1px solid #d2c069;
	width: 100px;
	height: 18px;
	margin: 2px 2px 4px 0;
	padding-left: 5px;
}


#kalenderform select {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	background: #f7f0c1;
	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-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	border: 1px solid #d0c2bf;
	background: #f7f0c1;
	height: 18px;
	margin: 1px 0 6px 4px;
	width: 40px;
	float: left;
}

#kalenderform select.big {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	border: 1px solid #d0c2bf;
	background: #f7f0c1;
	height: 18px;
	margin: 1px 0 4px 20px;
	width: 137px;
}

#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: 13px 0px 0 0;
	padding:0px;
	width: 200px;
	float:left;
	}

#kalenderform fieldset#go a.submit {
 padding: 2px 4px 2px 2px;
}
#kalenderform fieldset#go a.submit:hover {
	text-decoration:none;
}

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


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


/* 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: #ffd123;
		
	
	}


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


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	background: #ffd123;
	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: #ffd123;

	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	color: #55626a !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: #ffd123;
	border: none !important;
	cursor: pointer;
	font-weight: bold;
	
	}

