/* styles below used by all sections */

body {
  margin: 0;
  font-family: sans-serif;
  font-size: small;
  color: black;
  background-color: #eee;
  background-image: url(menu-bg-classic.png);
  background-repeat: repeat-y;
}

h3 {
  font-weight: normal;
}

h4 {
  /*
    changes here may have side effects on styles
    for the quotation headline in the news section
    thanks go to microsoft's selector support
  */
  border-bottom: 4px solid #999;
  padding-bottom: 3px;
  margin-top: 25px;
  font-weight: normal;
  font-size: small;
  color: #541422;
}

h4.firstchild {
  margin-top: 18px;
}

a         { text-decoration: underline; }
a:link    { color: #000; }
a:visited { color: #000; }
a:hover   { color: #444; }
a:active  { color: #444; }
a:focus   { color: #444; }

#head { 
  position: absolute; top: 0; left: 0;
  width: 100%; height: 75px; z-index: 10;
  border-bottom: solid 1px #000;
  color: #edd;
  background-color: #541422;
  background-image: url(head-classic.png);
  background-repeat: no-repeat;
  background-position: right;
}

#head-name {
  position: absolute; top: 0; left: 11px;
  line-height: 47px;
  font-size: 36px;
}

#head-logo {
  position: absolute; top: 42px; left: 46px;
  font-size: 11px;
}

#locator {
  position: absolute; top: 76px; left: 0;
  width: 100%; height: 23px; z-index: 10;
  border-bottom: 1px solid black;
  background-color: #b9d6b9;
}

#locator-str {
  position: absolute; top: 3px; z-index: 10;
  padding-left: 15px; 
  line-height: 15px;
  font-size: 90%;
}

#menu {
  position: absolute; top: 100px; left: 0; z-index: 10;
  width: 100px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 90%;
}

#menu a {
  padding: 4px 0 4px 15px; margin: 0;
  border: 1px solid black;
  border-left: none; border-top: none;
  line-height: 15px; height: 15px;
  text-decoration: none;
  display: block;
  color: #edd;
  background-color: #541422;
}

#menu a.selected, #menu a.selected:hover {
  border-right: none;
  color: black;
  background-color: #eee;
}

#menu a:hover {
  text-decoration: underline;
  background: #68192a;
}

#menu a:active {
  color: #fff;
}

#w3c_html {
  position: absolute; top: 288px;
}

#w3c_css  {
  position: absolute; top: 308px;
}

#main {
  position: absolute; top: 100px; left: 0;
  width: 100%;
}

#content {
  margin-left: 115px; margin-right: 15px;
  border: 1px solid #eee;
}

.lastchild {
  margin-bottom: 12px;
}

.no-display {
  display: none;
}

img.banner {
  left: 9px;
  width: 80px; height: 15px;
  border: none;
  z-index: 100;
}

/* styles below used by several sections */

.tbl-img td {
  padding-right: 12px;
  padding-bottom: 0;
  vertical-align: top;
}

.tbl-img td.gotsucc {
  padding-bottom: 12px;
}

img.content {
  border: 1px solid black;
}

ul.links, ul.about, ul.actions, div.puzzle ul {
  line-height: 175%;
}

p.continuous {
  max-width: 52em;
  text-align: justify;
}

td p.continuous {
  max-width: 40em;
}
