/* calendar style */
#calendarDiv table,#calendarDiv th,#calendarDiv td,#calendarDiv,#calendarDiv a
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
}

div#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #2963bc;
	z-index: 10;
	box-shadow: 0px 0px 8px #333333;
	-webkit-box-shadow: 0px 0px 8px #333333;
	-moz-box-shadow: 0px 0px 8px #3333333;
}

div#calendarDiv table a:link {
	cursor: hand;
	color: #000;
}

table#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 105%;
}

table#calendar,#linksTable {
	width: 180px;
}

div#calendarDiv tbody {
	background: #ffffff
		url(https://www.sb-lindow.com/buchung/frontend/images/sbl-bg-rechts.gif)
		repeat;
}

table#calendar .calendarHeader {
	background: #ffffff
		url(https://www.sb-lindow.com/buchung/frontend/images/sbl-bg-rechts.gif)
		repeat;
	border-bottom: 1px solid #444;
	color: #333333;
}

table#calendar tr.weekDaysTitleRow td {
	background: #ffffff
		url(https://www.sb-lindow.com/buchung/frontend/images/sbl-bg-sprache.jpg)
		repeat;
	color: #2963BC;
}

table#calendar tr.weekDaysRow {
	color: #666;
}

table#calendar td.weekDaysCell {
	color: #000;
	border: 1px solid #ddd;
}

table#calendar td.weekDaysCellOver {
	background: #2B65BF;
	border: 1px solid #2B65BF;
	color: #fff;
}

a#closeCalender {
	position: absolute;
	right: 0px;
	bottom: 100%;
	display: block;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	font-size: 85%;
	letter-spacing: 1px;
	cursor: hand;
	color: #2963BC;
	border-top: 1px solid #2963bc;
	border-left: 1px solid #2963bc;
	border-right: 1px solid #2963bc;
	width: 176px;
	text-align: right;
	display: block;
	right: 0px;
	margin-right: -1px;
	background: #ffffff
		url(https://www.sb-lindow.com/buchung/frontend/images/sbl-bg-sprache.jpg)
		repeat;
}

* html a#closeCalender {
	width: 182px;
}

a#closeCalender:hover {
	color: #000000;
}

div#calendarDiv table#linksTable td {
	background: #2963bc;
}

table#linksTable a {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 5px;
}

table#linksTable a:hover {
	background: #ffffff;
	color: #2963bc;
	cursor: hand;
}

a#prevMonth {
	float: left;
}

a#nextMonth {
	float: right;
}

td#today {
	background: #999;
}

#calendar_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: 193px; /*must have to match width and borders*/
	height: 200px; /*must have to match maximum height*/
}