/***************************************
 *
 * General Look and Feel settings
 *
 **************************************/

/*
 * Page main settings
 */

* {
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #fcfcf4;
}

#container {
  position: relative;
  margin: 3px;
}

/*
 * Header image at top of page
 */

#headerimg {
  position: absolute;
  top: 0px;
  left: 0px;
}

/*
 * Top navigation bar below header image
 */

/* Main settings for top navigation bar */
#navbar {
  width: 843px;
  height: 30px;
  position: absolute;
  top: 63px;
  left: 0px;
  background: url(https://www.archill.net/imgs/navbg.gif) no-repeat;
}

#navbar UL {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navbar LI {
  float: left;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

/* Language change flag and text */
#langflag {
  width: 50px;
}

#langflag IMG {
  border: 0;
  margin: 7px 0 8px 25px;
}

#langtext {
  width: 103px;
}

#langtext A {
  text-decoration: underline;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
  color: #000;
}

#langtext A:hover {
  text-decoration: none;
  color: #00F;
}

/* Current page position */
#navpos {
  width: 669px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#navpos A {
  text-decoration: underline;
  color: #000;
}

#navpos A:hover {
  text-decoration: none;
  color: #00F;
}

/*
 * Wrapper around actual pagecontent and table-of-contents
 */

#mainwrapper {
  position: relative;
  top: 96px;
  left: 0px;
  width: 843px;
  border: 0;
  background: url(https://www.archill.net/imgs/toc_m1.png) repeat-y;
}

/*
 * Table of Contents (left navigation)
 */

/* Small delimeter image at top of TOC */
#toctopimg {
  position: absolute;
  top: 96px;
  left: 0;
  z-index: 2;
}

/* Settings for images at bottom of TOC */
#tocbottom {
  position: relative;
  margin-top: 99px;
}

/* Small delimeter image at bottom of TOC */
#tocbotimg {
  position: absolute;
  top: -6px;
  left: 0;
}

/* Arrow image to goto top of page */
#gototopimg {
  position: absolute;
  top: -50px;
  left: 62px;
  border: 0;
}

/* TOC text */
#toc {
  margin-top: 30px;
  margin-bottom: 80px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  color: #000;
  width: 150px;
}

#toc A {
  text-decoration: none;
  color: #00C;
  display: block;
}

#toc A:hover {
  color: #F00;
}

/* Settings for each TOC level */
.toc0 {
  font-size:   17px;
  line-height: 24px;
  margin-left: 5px;
}

.toc1 {
  font-size:   17px;
  line-height: 24px;
  margin-left: 5px;
}

.toc2 {
  font-size:   16px;
  line-height: 20px;
  margin-left: 8px;
}

.toc3 {
  font-size:   13px;
  line-height: 20px;
  margin-left: 11px;
}

.toc4 {
  font-size:   13px;
  line-height: 20px;
  margin-left: 20px;
}

/*
 * Actual Page content settings
 */

#content {
  float: right;
  width: 690px;
  font-family: Arial, Helvetica, Sans-Serif;
}

#content H1 {
  font-size: 28px;
  font-weight: bold;
  text-align:center;
  color: #C00;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content P {
  font-size: 15px;
  text-align:justify;
  color: #009;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content A {
  color: #009;
  font-weight: bold;
  text-decoration: underline;
}

#content A:hover {
  color: #900;
  font-weight: bold;
  text-decoration: none;
}

#content .warning {
  color: red;
  font-weight: bold;
  text-decoration: blink;
}

#topimg {
  text-align: center;
}

/*
 * Footer Settings
 */

#footer {
  position: relative;
  width: 843px;
  height: 30px;
  background: url(https://www.archill.net/imgs/navbg.gif) no-repeat;
}

#footer UL {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer LI {
  float: left;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

#footer LI A {
  text-decoration: underline;
  color: #000;
}

#footer LI A:hover {
  text-decoration: none;
  color: #00F;
}

/* Local statistic image */
#footerstat {
  width: 153px;
  text-align: center;
}

#footerstat IMG {
  border: 0;
  margin-top: 7px;
}

/* Email text */
#footermail {
  width: 230px;
}

/* Copyright text */
#footercopy {
  width: 230px;
  text-align: center;
}

/* Last update text */
#footerupdate {
  width: 227px;
  text-align: right;
}

/***************************************
 *
 * Below some page specific settings
 *
 **************************************/

/*
 * Settings for photo gallery pages
 */

/* Gallery photos container */
#content #imgcontainer {
  margin-left: 85px;
  width: 520px;
}

#content #imgcontainer IMG {
  margin: 0;
}

#content #imglarge {
  height: 510px;
  position: relative;
  top: 0;
  text-align: center;
}

#content #imglarge H2 {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
}

#content #imglarge IMG {
  margin: 0;
  text-align: center;
}

#content #imglarge P {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
}

#content #imgselect {
  text-align: center;
}

#content #imgselect IMG {
  margin: 0;
  border: 0;
}

#content #imgreturn {
  text-align: center;
  color: #009;
  margin-top: 15px;
}

/* Image settings */
#content .i-brdr {
  float: left;
  border: 2px solid #000;
  margin: 8px;
}

#content .i-brdr H3 {
  width: 490px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #bad4e0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 27px;
  color: #408cda;
}

#content .i-brdr DL {
  width: 150px;
  margin: 0;
}

#content .i-brdr DT {
  height: 150px;
  border-bottom: 2px solid #000;
  background: #bad4e0 no-repeat center center;
}

#content .i-brdr DT IMG {
  border: 0;
  width: 150px;
  height: 150px;
}

#content .i-brdr DD {
  font-family: Arial, Helvetica, Sans-Serif;
  height: 40px;
  margin: 0;
  padding: 2px;
  font-size: 13px;
  text-align: center;
  color: #000;
}

#content .imgpglist {
  clear: both;
  margin: 10px 80px;
}

#content .imgpglist UL {
  list-style-type: none;
  font-size: 15px;
  color: #009;
}

#content .imgpglist A {
  font-weight: normal;
}


/*
 * Settings for link pages
 */

#content .linkcatlist UL {
  margin-left: 40px;
}

#content .linkcatlist A {
  font-weight: normal;
}

#content .linkcatlist A:hover {
  font-weight: normal;
}

#content .linkcat H2 {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #006600;
  text-align:left;
  background-color: #FFCC00;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}

#content .linkcat P {
  margin-left: 40px;
}

#content .linkcat UL {
  list-style-type: none;
  margin-left: 40px;
}

#content .linkcat LI {
  margin-top: 15px;
}

#content .linkcat LI H3 {
  font-style: italic;
  font-size: 16px;
  color: #ff0000;
}

#content .linkcat LI P {
  margin: 0;
  padding: 0;
  color: #000;
}

#content .linkcat A {
  font-weight: normal;
}

#content .linkcat A:hover {
  font-weight: normal;
}

/*
 * Settings for map pages
 */

#content .tooltip {
  background-color: #ffffff;
  font-weight: normal;
  border: 2px #006699 solid;
  font-size: 10px;
  font-family: Arial;
  padding: 3px;
  white-space: nowrap;
}

#content .tooltip IMG {
  float: left;
}

#content #ttip {
  background-color: #ffffff;
  font-weight: normal;
  border: 2px #006699 solid;
  font-size: 10px;
  font-family: Arial;
  padding: 3px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#content #poilist {
  margin-top: 10px;
}

#content #poilist H3 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 16px;
  color: red;
  background-color: #dddddd;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: black;
}

#content #poilist LI {
  margin-left: 10px;
  font-size: 14px;
}

#content #poilist LI A {
  text-decoration: none;
  font-weight: normal;
}

#content #poilist LI A:hover {
  text-decoration: none;
  font-weight: normal;
}

/*
 * Settings for travelogue pages
 */

#travelogue H2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #C00;
  margin: 20px;
}

@media print{
  html, body {
    background-color: #fff;
  }
  #headerimg, #navbar, #toc, #footer, #tocbottom, #toctopimg
  {
    display: none;
  }
  #mainwrapper
  {
    background: none;
    margin-left: -150px;
    margin-top: -95px;
  }
}
