/* Hotellijst
----------------------------------------------------------------*/
.hotellijst .hotel {
	padding: 7px;
	border: solid 1px #eaeaea;
	margin-bottom: 7px;
}
.hotellijst .foto {
	width: 125px;
	display: block;
	float: right;
}
.hotellijst .foto img {
	width: 125px;
}
.hotellijst .titel {
	color: #d00000;
	font: bold 15px/20px 'Trebuchet Ms', Arial, sans-serif;
	clear: none;
}
.hotellijst .sterren {
	display: inline;
	margin-left: 7px;
}
.hotellijst .prijs {
	font-size: 13px;
}
.hotellijst .prijs b {
	color: #000000;
}
.hotellijst .boeken {
	width: 75px;
	display: block;
	float: right;
}


/* Kamerlijst tabel
----------------------------------------------------------------*/
table.kamerlijst th, table.kamerlijst td {
	border-bottom: solid 1px #eaeaea;
	padding: 2px 7px;
	text-align: right;
	width: 100px;
}
table.kamerlijst th {
	color: #606060;
	font: normal 11px/18px Arial, sans-serif;
}
table.kamerlijst .naam {
	width: auto;
	text-align: left;
}


/* Kamerlijst item
----------------------------------------------------------------*/
div.kamerlijst .kamer {
	padding: 14px 0;
	border-bottom: dotted 1px #e5e5e5;
}
div.kamerlijst .prijs {
	float: right;
	width: 100px;
	text-align: center;
	border: solid 1px #c5c5c5;
	font-size: 14px;
	padding: 7px;
	margin: 0 0 7px 7px;
}
div.kamerlijst .prijs strong {
	color: #000000;
}
div.kamerlijst .prijs small {
	color: #8b8b8b;
	line-height: 21px;
}
div.kamerlijst .prijs s {
	color: #c80000;
}
div.kamerlijst h3 {
	margin: 4px 0 7px 0;
}
div.kamerlijst h3 a {
	text-decoration: none;
	font-size: 15px;
	color: #000000;
}
div.kamerlijst h3 a:hover {
	text-decoration: underline;
}
div.kamerlijst .foto {
	width: 165px;
	padding: 4px;
	border: solid 1px #c5c5c5;
	float: left;
	margin: 0 7px 14px 0;
}
div.kamerlijst .foto img {
	width: 165px;
}
div.kamerlijst .subtekst {
	color: #8b8b8b;
	padding-bottom: 14px;
}
div.kamerlijst .subtekst strong {
	color: #6b6b6b;
}

/* Kalender
----------------------------------------------------------------*/
.kalenders div {
	float: left;
	margin-right: 14px;
	width: 154px;
	height: 161px;
	border: solid 1px #e5e5e5;
}
.kalenders table {
	text-align: center;
	font: normal 11px/18px Arial, sans-serif;
	background-color: #cccccc;
	color: #000000;
}
.kalenders table td {
	background-color: #ffffff;
}
.kalenders table th {
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	border-bottom: solid 1px #e5e5e5;
}
.kalenders table td.vol {
	font-weight: bold;
	background-color: #c5c5c5;
}
.kalenders table td.leeg {
	background: #e5e5e5;
}