body {
  color: black; background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 760px;
  padding: 0;
  /* background-color: #99ccff; */
  /* border: 2px ridge silver; */
}

div#Header {
  text-align: right;
  /* border: 2px ridge silver; */
  height: 95px;
  font-weight: bold;
  font-size: 100%;
}

div#Header > img {
  vertical-align: top;
  float: left;
}

span#myName {
  text-size: 50%;
}

ul#Nav {
  clear: both;
  font-size: 0.83em;
  float: left; width: 200px;
  margin: 0 0 1em; padding: 0;
}

ul#Nav li {
  list-style: none;
  margin: 0; padding: 0.5em;
  border-top: groove 2px silver;
}

div#Haupt {
  margin: 0 0 1em 220px;
  padding: 0 1em;
  font-size: .83em;
  text-align: left;
}

div#Haupt > h1 {
  font-size: 100%;
  font-weight: bold;
}

div#Haupt > h2 {
  font-size: 100%;
  font-weight: bold;
  font-style: oblique;
}

div#Footer {
  clear: both;
  text-align: right;
  /* background-color: #99ccff; */
}

a img {
	border: none;
}

.obfuscate { unicode-bidi: bidi-override; direction: rtl; }

