body {
 background: white;
 color: black;
 font-family: verdana, arial, sans-serif;
}
#logo {
  background: url(../img/oben.jpg) 0 0 no-repeat black;
  height: 64px;
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 54px;  overflow: hidden; 
  letter-spacing: -3px;
  margin: 0;
}
#logo a {
  color: white;
  text-decoration: none;
}
#logo em {
  color: white;
  text-decoration: none;
}
#logo a span {
  color: black;
  background: white;
  padding-right: 0.1em;
  font-weight: bold;
}
.skip, #subnav, #menu {
 display: none;
}
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 0.9em; }
#main a[href^="/"]:after {
 content: " (http://example.org" attr(href) ") ";
}
.fright {
 float: right;
 margin: 0 0 1em 1em;
}
.fleft {
 float: left;
 margin: 0 1em 1em 0;
}