/* progressbar */
table.progress {
	width: 100%;
}
table.progress td {
	width: 20%;
	padding: 2px;
	text-align: center;
}
div.progress_num {
	font-weight: bold;
	text-align: center;
}

/* auflistungsgruppen-head (doppelzimmer, siehe auch...) */
div.roomtype-group {
	background-color: #bbb;
	color: #fff;
	margin-bottom: 10px;
	padding: 3px;
}
div.roomtype-group a {
	color: #fff;
	text-decoration: underline;
}
div.roomtype-group h2 {
	padding: 0px;
	margin: 0px;
}

/* inhalt: bild, text, links */
div.roomtype {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: solid 5px #dddddd;
}
table.roomtype td {
	vertical-align: top;
	padding: 3px;
	padding-bottom: 0px;
}
table.roomtype td.roomtype-image {
	padding-left: 0px;
	width: 180px;
}
table.roomtype td.roomtype-links {
	width: 150px;
}
table.roomtype td.roomtype-links div {
	padding-bottom: 3px;
}
table.roomtype td.roomtype-image img {
	margin-bottom: 3px;
}

/* preis-tabelle */
table.roomtype-prices {
	border-left: solid 1px #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.roomtype-prices td.head {
	border: solid 1px #aaa;
	background-color: #eee;
	border-left: none;
	text-align: left;
	padding: 3px;
	font-weight: bold;
	width: 100%;
}
table.roomtype-prices td {
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	background-color: white;
	text-align: center;
	vertical-align: top;
	width: 180px;
	padding: 3px;
}
table.roomtype-prices div.price {
	font-weight: bold;
	padding: 8px;
}
table.roomtype-prices div.price-allocs {
	font-size: 9px;
	color: #999;
}
table.roomtype-prices div.season-name {
	font-weight: bold;
	margin-top: 3px;
}
table.roomtype-prices div.season-date {
	margin-bottom: 5px;
}
table.roomtype-detail td {
	vertical-align: top;
}
table.roomtype-detail td.roomtype-image {
	width: 180px;
}
table.roomtype-detail td.roomtype-links {
	width: 150px;
}
table.roomtype-detail td.roomtype-text {
	padding: 3px;
}
div.roomtype-price-hint {
	font-size: 8pt;
	color: #888;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* calender */
.calender {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	z-index: 100;
}
.calender a {
	font-size: 10px;
}
.calender td {
	text-align: center;
}
.calender table.calendar-month td.cal {
	border-bottom: solid 1px #ddd;
}
.calender table.calendar-month td.calmonth {
	padding: 4px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.calender table.calendar-month td.caltoday {
	padding: 4px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background-color: #eee;
}


/* pauschalen */
table.package-detail-roomtypes {
	width: 100%;
}
table.package-detail-roomtypes td {
	vertical-align: top;
	padding-bottom: 2px;
}
table.package-detail-roomtypes div.roomtype-teaser-name {
	font-weight: bold;
}
table.package-detail-roomtypes div.roomtype-teaser-price {
	padding-top: 5px;
	font-weight: bold;
}
table.package-detail-roomtypes div.roomtype-teaser-text {
	padding-top: 5px;
}
table.package-detail-roomtypes td {
	border-bottom: solid 1px #cdcdcd;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.package-detail-roomtypes td.roomtype-image {
	width: 105px;
	text-align: right;
}

/* hint bei buchungsstrecken-checkboxen */
table.checkbox {
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 5px;
}
