/*  Sascha Stoeter, www.stoeter.com
 *  2006-03-08
 */

.noScreen {
  display: none;
}


body {
  background-color: white;
  font-family: sans-serif;
}


#main {
  margin: 3em 0 0 0;
  color: black;
  background: white url(sAscha.png) no-repeat scroll left bottom;
}


div.banner {
  left: 0;
  font-weight: bold;
}



/* ---- page menu ---------- */

div.pageMenu {
  margin: 0;
  font-size: 150% /*smaller*/;
  font-weight: bold;
  text-align: center;
  position: fixed;
  bottom: 1.5em;
  width: 10em;
  right: 1.5em;
  z-index: 1;
}

div.pageMenu p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: sans-serif;
  color: white;
  background: rgb(112,163,224);
  border: thin outset rgb(112,163,224);
}

div.pageMenu a {
  display: block;
  margin: 0 0.5em;
}

div.pageMenu a:first-child {
  border-top: none;
}

div.pageMenu a:link, div.pageMenu a:visited {
  text-decoration: none;
  color: white;
  background: inherit;
}

div.pageMenu a:hover {
  text-decoration: underline;
  color: white;
  background: inherit;
}

