body {
  background-image: url(../images/background.jpg); 
  font-family: Arial, sans-serif;
  font-size: 0.85em;
}

h1 {
  text-align: center;	
}


div.main {
  margin-top: 5em;
  margin-left: 12em;
  width: 40em;
}

div.company {
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
  position: absolute;
  top: 1em;
  left: 1em;
  width: auto;
  right: auto;
}

div.mail {
  margin: 0;
  position: absolute;
  top: 4em;
  left: 1em;
  width: 4em;
  right: auto;
}

div.upper {
  position: absolute;
  top: 0em;
  left: 12.5em;
}

div.upper a {margin-right: 2em}

div.menu {
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  position: absolute;
  top: 9em;
  left: 1em;
  width: 12em;
  right: auto;
}

div.leftlinks {
  margin: 0;
  position: absolute;
  bottom: 1em;
  left: 1em;
  width: 8.5em;
  right: auto;
}

div.rightlinks {
  position: absolute;
  top: 2.5em;
  left: 54em;
  right: 0.5em;
}

div.sidebar {
  position: absolute;
  top: 10em;
  right: 1em;
  left: auto;
  width: 14em;
  height: auto;
  margin-top: 2em;
  margin-left: 4em;
  margin-bottom: 2em;
  padding: 10px;
  border: inset 1px black;
}

div.footer {
  font-size: 0.8em;
  text-align: right;
  background-color: lightgray;
}

/* position:absolute above together with next line */
/* are necessary as work-around for a bug in IE */
body>div.mail {position: fixed}
body>div.links {position: fixed}
body>div.company {position: fixed}
body>div.menu {position: fixed}

div.menu p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
/*  background: green;
  border: thin outset green;
  color: white;*/
}

div.menu a { display: block; margin: 0 0.5em }
/*div.menu a { border-bottom: 2px groove #00FF00 }*/

div.menu a:link { text-decoration: none; color: blue }
div.menu a:visited { text-decoration: none; color: blue }
div.menu a:hover { background: blue; color: white }

p.center {text-align: center}

pre
{
  font-family: New-Courier;
  font-size: 0.8em;
  line-height: 1em;
}
