/*
 *  Sascha Stoeter, www.stoeter.com
 */

body {
  color: black;
  background-color: white;
}

h1 {
  font-size: 1.5em;
}

th {
  color: black;
  background-color: #cccccc;
  padding-right: 0.5em;
  text-align: left;
  vertical-align: top;
}

td {
  padding-right: 0.5em;
  color: black;
  background-color: #eeeeee;
  vertical-align: top;
}

#main {
  position: absolute;
  top: 0;
  margin-top: 0.75em;
}

#content {
  margin-right: 0.5em;
  margin-left: 11em;
}

#pagepic {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

.footer {
  font-size: 0.75em;
}

.footer address {
  color: green;
  background-color: transparent;
  font-style: italic;
  text-align: left;
}

.footerW3 {
  display: none;
  float: right;
  margin-right: 1em;
}

.thumbnail {
  border: solid 1px black;
}

#sequence {
  color: rgb(160,160,160);
  font-size: 1.25em;
  font-weight: bold;
  float: right;
}

img {
  border: solid 1px black;
}

a img {
  border: solid 1px black;
}


/* ---- language selection ------------------------------------------------- */

.langMenu {
  float: right;
  color: white;
  background-color: rgb(131,173,214);
  text-align: center;
  padding: 0.25em;
}

.langChoiceDE, .langChoiceEN {
  visibility: hidden;  /* override in document for the chosen language */
}

.langDE, .langEN {
  display: inline
}

a.langMenuItem:link, a.langMenuItem:visited {
  color: white;
  background-color: rgb(131,173,214);
}


/* ---- main menu ---------------------------------------------------------- */

#siteMenu {
  width: 10em;
  margin-top: 0.5em;
  margin-left: 0.5em;
  position: fixed;
  left: 0;
}

#siteMenu0 {
  color: white;
  background-color: rgb(131,173,214);
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em;
}

#siteMenuArrows {
  margin: 0.5em 0 0.5em 0.5em;
}

.siteMenuArrow {
  border: 0;
}

a.siteMenuItem:link, a.siteMenuItem:visited {
  color: white;
  background-color: inherit;
  font-weight: bold;
}

.siteMenuItem1, a.siteMenuItem1:link, a.siteMenuItem1:visited {
  color: white;
  background-color: inherit;
  font-size: 0.85em;
  font-weight: bold;
  margin-top: 0.2em;
}

/* item level 1 */
.siteMenu1 {
  margin-top: 1em;
}

/* item level 2 */
.siteMenu2 {
  margin-left: 1em;
}

#siteMenuItemHome,
#siteMenuItem20030913,
#siteMenuItem20030913Preparation,
#siteMenuItem20030913Ceremony,
#siteMenuItem20030913Reception,
#siteMenuItem20030913Hug,
#siteMenuItemProposal,
#siteMenuItemProposalCard,
#siteMenuItemProposalEmail,
#siteMenuItemProposalQuestion,
#siteMenuItemProposalAnswer,
#siteMenuItemGuestInfo,
#siteMenuItemGuestInfoLodging,
#siteMenuItemGuestInfoActivities,
#siteMenuItemContact {
  visibility: hidden;  /* override for choice in document */
}
