/*  Sascha Stoeter, www.stoeter.com
 *  2006-02-01
 */

.noScreen {
  display: none;
}

body {
  background: rgb(0,68,127);
  font-family: "Comic Sans MS", sans-serif;
  font-size: large;
  color: rgb(255,192,0);
  margin: 8.5em 3em 0 3em;
/*  padding-bottom: 2.5em;*/  /* ensure all content visible above footer */
}

a {
  color: rgb(192,192,192);
}


/* ---- main content ------------------------------------------------------- */

.note {
  color: black;
  background-color: rgb(192,192,192);
}

.note a {
  color: rgb(0,68,127);
  background: inherit;
}


/* ---- header and footer  -------------------------------------------------- */

#headerDecoration {
  position: fixed;
  top: 0;
  right: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
/*  background: url("6699cc_80.png") repeat;*/
  background: rgb(102,153,204);
  padding: 0.5em 0.5em 0.5em 3em;
  width: 100%;
  color: white;
  border-bottom: 2px solid black;
}

#pageTitle {
  font-size: 2.5em;
  font-weight: bold;
}

#pageTitle a:link, #pageTitle a:visited {
  text-decoration: none;
  color: white;
  background-color: inherit;
}

#menu a:link, #menu a:visited {
  color: white;
  background: inherit;
  font-weight: bold;
  text-decoration: none;
  margin-right: 3em;
}

