/* Based on selfhtml.org template from Jeena Paradies
 */
body {
  background: white;
  color: black;
  font-family: georgia, "Times New Roman", Times serif; 
}

h4 {
  font-size: 1.0em;
}

.skip, #menu {
  display: none;
}

#screen-only {
  display: none;
}

#subnav {
  /* top, right, bottom, left */
  font-size: 0.9em;
  border-bottom: thin solid black;
  padding: 0 0 0.5em 0;
}

#subnav dt {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 1em;
}

#subnav dd {
  text-align: center;
  font-size: 0.9em;
  padding: 0 0 0 2%;
  margin: 0.2em 0;
}

h2.subnav { 
  text-align: center;
  font-style:italic;
  font-size: 1.4em;
}

#main a:link:after, #main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.9em; }
#main a[href^="/"]:after {
  content: " (http://www.staudeonline.de" attr(href) ") ";
}
.fright {
  float: right;
  margin: 0 0 1em 1em;
}
.fleft {
  float: left;
  margin: 0 1em 1em 0;
}

table, tr, td {
  font-family: georgia, "Times New Roman", Times serif; 
}
