div#header {
  margin: 0;
  padding: 0;
  color: black;
}

#header h1 {
  border-bottom: 1pt solid #CCC;
  letter-spacing: 0.25em;
  padding: 0.25em 0 0 1em;
  margin: 0 21pt 0 0;
  color: black;
  font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
  font-size: 24pt;
  line-height: 0.66em;
}

#header h2 {
  padding: 0.2em 2em 0em 7.5%;
  margin: 0;
  letter-spacing: 0.07em;
  border-style: solid;
  border-color: #CCC;
  border-width: 0 0 2pt 1em;
  font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 0.9em;
}

h3 {
  border: 1pt solid #999999;
  border-right-style: none;
  border-left-style: none;
  padding-top: 2pt;
  padding-bottom: 2pt;
}

#nav, #clock {
  display: none;
}

p#copyright {
  font-size: 75%;
  border-top: 3pt double #999;
  margin-top: 2em;
  padding: 0.5em 1em 0.25em;
  width: auto;
  clear: both;
  text-align: center;
}

th {
  text-align: left;
}

tr {
  border: 1px solid #999;
}

fieldset {
  border-width: 3px 1px 1px 1px;
  border-style: double solid solid solid;
  border-color: #cccccc;
  margin-top: 5px;
}

legend {
  font-style: italic;
  font-size: 0.8em;
  padding: 2px 5px;
  border: 1px solid #cccccc;
}

a {
	color: gray;
	text-decoration: none;
}
#content a:after {
	content: " (" attr(href) ") ";
}
/* in fusszeile ausschalten */
#copyright a:after {
	content: "";
}

