@charset "utf-8";

/* Tabellen
----------------------------------------------- */
.preise,
.objekt,
.objekt-kauf {
	border: 1px solid #d2eafd;
	border-bottom: none;
	padding: 0;
	text-align: left;
}
.objekt-kauf {
	border: 1px solid #ffe7ac;
	border-bottom: none;
}
.preise {
	margin: 32px 0;
	width:100%;
}
.objekt,
.objekt-kauf {
	margin: 0 0 32px 0;
}
.objekt-kauf {
	margin-bottom: 12px;
}
.preise th {
	background: #5db0fe;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px 4px 5px;
}
.preise td,
.objekt td,
.objekt-kauf td {
	background: #edf7ff;
	border-bottom: 1px solid #d2eafd;
	padding: 4px 5px;
}
.objekt-kauf td {
	background: #fff3d5;
	border-bottom: 1px solid #ffe7ac;
}
.objekt td.tbild,
.objekt-kauf td.bild {
	padding: 0;
}
.objekt td.dt,
.objekt-kauf td.dt {
	width: 190px;
}
.objekt td.dd,
.objekt-kauf td.dd {
	width: 200px;
}
.preise tfoot td {
	background: #f4fafe;
	font-size: 10px;
	padding: 0 5px;
}
.objekt tfoot td {
	background: #f4fafe;
	font-size: 10px;
	padding: 8px 5px;
	text-align: center;
}
.entfernungswert {
	text-align: right;
	width: 50px;
}
.dictionary {
	margin: 15px 0;
	text-align: left;
}
.dictionary th {
	font-weight: normal;
}
.tsk {
	padding: 10px 0 5px 0;
}
.w200 {
	width: 200px;
}

/* Belegungsplan
----------------------------------------------- */
table.reservations {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}
table.reservations th {
	color: #333;
	background: #efefef;
	font-weight: normal;
}
table.reservations td,
table.reservations th {
	padding: 1px;
	border: 1px solid #000;
	text-align: left;
}
td.disabled {
	background: #efefef;
}
td.free {
	background: green;
}
td.reserved {
	background: red;
	color: red;
	text-align: center !important;
}
td.day-of-arrival {
	background: #f60;
	color: #f60;
	text-align: center !important;
}
td.date-of-departure {
	background: #f60;
	color: #f60;
	text-align: center !important;
}
#legende {
	font-size: 11px;
	margin: 5px 0 15px 0;
}
table#legende td {
	margin: 0 2px 2px 0;
	padding: 3px;
}
#legende td.free,
#legende td.reserved,
#legende td.day-of-arrival {
	border: 1px solid #000;
	font-size: 11px;
	height: 15px;
	padding: 1px;
	width: 15px;
}