/* ALGEMEEN */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	text-align: left;
}
body, td, p, a, li, div, h1, h2, h3, h4, h5, h6  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/* LINKS  */
a, a:hover {
	color: #0000FF;
	text-decoration: underline;
}
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.5em;
}

hr {
	color: #000;
	background-color: #000;
	border: 0px;
	height: 1px;
	width: 100%;
	display: none;
}
h1 { /* Pagina kop */
	margin-bottom: -8px;
	font-size:200%;
	font-weight:normal;
	color: #000;
}
h2 {
	font-weight: bold;
	display: inline;
	font-size:16px;
}
h3 {
	font-weight: bold;
	font-style: italic;
	display: inline;
	margin-top: 6px;
	padding-top: 6px;
}
h4 {
	font-weight: normal;
	text-decoration: underline;
	display: inline;
	margin-top: 6px;
	padding-top: 6px;
}
h6 { /* Ondertitel foto */
	font-size: 12px;
	font-weight: normal;
	margin: -10px 0px 13px 0px;
	display: block;
}
p.beschikbaarkop {
	font-size: 14px;
}

/* DIV's */
div#container {
	width: 100%;
	margin: 0;
	background: rgb(255,255,255);
	border: 0px solid #000;
	text-align: left;
}
div#top , div#menubar, div#righttab, div.language {
	display: none;
}

div#titlebar {
	width: 90%;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: -10px;
	padding: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #345;
}


div#start_lang1, div#start_lang2 {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 370px;
	padding-top: 16px;
}


div#content {
	clear: left;
	width: 90%;
	margin: 20px 0 20px 20px;
	padding:0px;
	text-align: justify;
}
div#content img {
	margin-bottom: 10px;
}

/* DIV LEGENDA */
div.legendavrij, div.legendabezet {
	display: block;
	width: 25px;
	height: 25px;
	background-color:#ffffff;
	border: 1px solid black;
}
div.legendabezet {
	background-color:#c1c1c1;
}

div#bottom {
	clear: both;
	width: 90%;
	margin-left: 20px;
	border-top: 1px solid #000;
	padding: 0 0 4px 0;
	color: #000;
	font-size: 10px;
	text-align: right;
}

/* TABELLEN */
/* ACCOMMODATIE TABEL */
table.accommo {
	border: #000000 0px solid;
	border-collapse: collapse;
	margin-top: 13px;
	width: 560px;
	cursor: pointer;
}
table.accommo td {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
table.accommo td.preview {
	width: 180px;
}
table.accommo td.city {
	width: 100px;
}

/* PRIJZEN TABEL */
table.price {
	border: #000000 1px solid;
	border-collapse: collapse;
	border-color: black;
	padding: 5px;
	margin-top: 12px;
}
table.price tr.header {
	background: #FFF;
	color: #000;
}
table.price tr.header > td {
	font-size: 16px;
}
table.price tr.light {
	background: #FFF;
}
table.price tr.dark {
	background: #FFF;
}
table.price tr{
	behavior: url(../../../hover.htc)
}
table.price tr:hover, table.price tr.hover {
	background: #FFF;
	color: #000;
}

table.price td {
	border: #000000 1px solid;
	padding: 2px 32px 2px 5px;
}
/* Le Noci */
table.pricelenoci td {
	padding: 2px 2px 2px 5px;
}


/* Beschikbaarheid */
.month thead {
	background-color: #FFF;
	color: #000;
}
.month tbody .next,
.month tbody .previous,
.month tbody .occupied {
	visibility: hidden;
}