/* Common header */

#content H1 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 30px;
  color: darkred;
  background-color: burlywood;
  letter-spacing: 2px;
}

/* header text */
#content .header {
  padding-bottom: 20px;
  font-size: 14px;
  color: black;
}

#content .header A {
  color: #000;
}

#content .header A:hover {
  color: #33F;
}

/* read travelogue */
#content .read {
  font-size: 14px;
  clear: both;
}

#content .read A {
  color: black;
}

#content .read A:hover {
  color: #33F;
}

/* route table */
#content TABLE.routetbl {
  margin-top: 20px;
  width: 400px;
  float: left;
  margin-bottom: 20px;
}

#content .routetbl TH {
  font-size: 14px;
  color: darkred;
  text-align: center;
  background-color: burlywood;
  padding: 2px;
}

#content .routetbl TD {
  font-size: 12px;
  color: black;
  text-align: center;
  padding: 2px;
}

#content .routetbl TD.l {
  text-align: left;
}

#content .routetbl TD A {
  text-decoration: none;
  font-weight: normal;
  color: darkblue;
}

#content .routetbl A:hover {
  font-weight: normal;
  color: red;
}

/* images alternate left/right */
#content .idxleft, #content .idxright {
  float: left;
  width: 50%;
  font-size: 14px;
  color: black;
}

#content .idxleft {
  text-align: right;
  clear: both;
}

#content .idxright {
  text-align: left;
}

#content .idxleft IMG, #content .idxright IMG {
  border: 2px solid darkred;
  margin: 0 5px 20px 5px;
}

/* travelogue pages */
#content P {
  color: black;
}

#content IMG {
  border: 0;
}

#content .pagenav {
  clear: both;
  height: 45px;
  width: 300px; /* seems needed for FF, else vertical scrollbar due to */
                /* page navigation bar too wide. Inherit problem? */
}

/* This one definition is needed for IE for it to understand */
/* the #content .pagenav A:hover IMG definition below (why?) */
/* We just need a A:hover with something that doesn't harm */
/* and then, all of a sudden, IE will understand A:hover IMG */

#content .pagenav A:hover {
  text-indent: 0;
}

#content .pagenav {
  position: relative;
}

#content .pagenav IMG {
  border: 0;
  background-color: darkgoldenrod;
}

#content .pagenav A:hover IMG {
  background-color: darkgreen;
}

#content .pagenav .prevpage {
  width: 28px;
  float: left;
}

#content .pagenav .nextpage {
  width: 28px;
  float: left;
}

#content .pagenav .directpage {
  float: left;
}

#content .pagenav .directpage SPAN IMG {
  background-color: darkgreen;
}

#content .chapter {
  clear: both;
  font-size: 14px;
  text-align: justify;
  padding-top: 10px;
  position: relative;
  color: black;
}

#content .chapter H2 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  color: black;
  background-color: burlywood;
  text-align: left;
  padding: 4px 4px 4px 4px;
}

#content .chapter H2 B {
  font-weight: bold;
  font-size: 120%;
  color: darkred;
}

#content .chapter .para {
  background-color: burlywood;
  padding: 2px 4px 2px 20px;
  clear: both;
}

#content .chapter .textblock {
  padding-bottom: 2px;
  padding-left: 3px;
  clear: both;
}

#content .chapter .textblock A {
  color: #000;
}

#content .chapter .textblock A:hover {
  color: #33F;
}

#content .chapter .textblock H3 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: -3px;
  font-weight: bold;
  padding: 1px 4px 1px 20px;
  background-color: burlywood;
}

#content .chapter .textblock H3 B {
  font-weight: bold;
  background-color: burlywood;
  color: darkred;
  font-size: 120%;
}

#content .chapter .textblock DIV::first-letter {
  font-weight: bold;
  font-size: 150%;
  color: darkred;
}

#content .chapter .textblock DIV.para::first-letter {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

#content .chapter .textblock .insimg_l {
  float: left;
  margin: 4px 8px 4px 0;
}

#content .chapter .textblock .insimg_r {
  float: right;
  margin: 4px 0 4px 8px;
}

#content .chapter UL {
  margin: 5px 35px;
}

#content .chapter LI {
  margin-top: 3px;
}

#content .infoblock {
  float: right;
  background-color: #dd0;
  border: 2px solid black;
  margin: 14px 0 4px 4px;
}

#content .infoblock H4 {
  text-align: center;
  font-size: 16px;
  color: #BBB;
  background: #000;
}

#content .infoblock P {
  color: black;
  padding: 0;
  margin: 3px;
}

#content #mainimg_ctr {
  position: fixed;
  top: 20px;
  left: 14px;
  width: 820px;
  padding-top:10px;
  padding-bottom:10px;
  text-align: center;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  display: none;
  z-index: 99;
}

#content #mainimg_bg {
  position: fixed;
  top: 20px;
  left: 14px;
  width: 820px;
  height: 560px;
  background-color: black;
  border-radius: 15px;
  opacity: 0.8;
  z-index: -1;
}

#content .imghdr {
  z-index: 2;
  color: #fcfcf4;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: -3px;
}

#content #mainimg_cls {
  position: fixed;
  top: 27px;
  left: 804px;
}


#content #mainimg_img {
  border: 2px solid #fcfcf4;
}

#content #mainimg_txt {
  z-index: 2;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  padding-top: 3px;
  color: #fcfcf4;
  width: 745px;
  margin-left: 39px;
}

#content #mainimg_tns {
  width: 100%;
  margin-top: 6px;
  position: relative;
  display: inherit;
}

#content #mainimg_prv {
  position: absolute;
  width: 50px;
  height: 94px;
  top: 0px;
  left: 0px;
  padding-top: 24px;
  display: inherit;
}

#content #mainimg_nxt {
  position: absolute;
  width: 50px;
  height: 94px;
  top: 0px;
  right: 0px;
  padding-top: 24px;
  display: inherit;
}

#content #mainimg_tbn {
  display: inline-block;
  overflow: auto;
  white-space: nowrap;
  width: 682px;
}

#content #mainimg_tbc {
  display: inline-block;
}

#content #mainimg_tbn IMG.nosel {
  border: 2px solid #fcfcf4;
  margin-left: 4px;
}

#content #mainimg_tbn IMG.sel {
  border: 2px solid burlywood;
  margin-left: 4px;
}

#content #mainimg_tbn IMG#tn0 {
  margin: 0;
}

#content .images {
  width: 686px;
  clear: both;
  position: relative;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-bottom: 4px;
}

#content .images H3 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: darkred;
  text-align: center;
  text-decoration: underline;
}

#content .thumbnails {
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  padding-left: 8px;
  margin-top: 6px;
  width: 672px;
}

#content .thumbnail {
  display: inline;
  margin-right: 2px;
}

#content .image {
  width: 100%;
  text-align: center;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 0px;
}

#content .image IMG {
  margin: 0px auto;
}

#content .image .caption {
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  padding-top: 3px;
}

#content H3.endtext {
  text-align: center;
  color: darkred;
  margin-top: 20px;
}

/*
 * Andere kleuren voor de kaarten poilist
 */

#content #poilist H3 {
  background: burlywood;
  color: darkred;
  margin-left: -3px;
  width: 205px;
  padding-left: 13px;
}

#content #poilist LI A {
  font-size: 13px;
  color: black;
}

#content #poilist LI A:hover {
  color: red;
}
