* {
  border-style: none;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body {
  background: #ccc url(body.png) repeat-x top left;
  color: #111;
  font: normal 100.01% "trebuchet ms", "myriad web", "geneva", "helvetica", "arial", sans-serif;
}
.print {
  display: none;
  visibility: hidden;
}
#wrapper {
  background-color: #fff;
  margin: 0 auto;
  width: 44em;
}

h1 {
  border-bottom: 2px solid #006;
  height: 200px;
  width: 100%;
  position: relative;
}
h1 span {
  background: #fff url(title.png) no-repeat top left;
  width: 100%;
  height: 100%;
  position: absolute;
}

#menu {
  background-color: #006;
  float: left;
  width: 180px;
}
#menu #nav {
  border-top: 1em solid #fff;
  border-bottom: 0.8em solid #fff;
  list-style: none;
}
#menu #nav li {
  border-bottom: 0.2em solid #fff;
}
#menu #nav li a:link, #menu #nav li a:visited {
  background-color: #006;
  color: #fff;
  display: block;
  padding: 5px;
}
#menu #nav li a:hover, #menu #nav li a:active, #menu #nav li a:focus {
  background-color: #bbb;
  color: #006;
  display: block;
  padding: 5px;
}

#content {
  padding: 1em;
}
#ie-ist-doof {
  margin: 0 0 0 180px;
}
#content h2 {
  color: #c00;
  font: normal 1.8em "trebuchet ms", "myriad web", "geneva", "helvetica", "arial", sans-serif;
  margin: 0 0 0.6em 0;
}
#content h3 {
  font: bold 1.4em "trebuchet ms", "myriad web", "geneva", "helvetica", "arial", sans-serif;
  margin: 0.9em 0 0.72em 0;
}
#content p {
  line-height: 1.4;
  margin: 1em 0;
}
#content p.highlight {
  color: #c00;
  font-weight: bold;
  text-align: center;
}
#content p.box {
  text-align: center;
  background-color: #eee;
  border: 1px solid #ddd;
  width: 150px;
  float: right;
  padding: 5px 10px;
  margin: 0 0 10px 10px;
  font-size: 0.8em;
}
#content p.box .zitat {
  font-style: italic;
}
#content ul {
  margin: 1em 1em 1em 2em;
}
#content ul li {
  line-height: 1.4;
  margin: 0 0 0.2em 0;
}
#content a:link, #content a:visited {
  border-bottom: 1px solid #006;
  color: #006;
}
#content a:hover, #content a:active, #content a:focus {
  border-bottom: 1px solid #c00;
  color: #c00;
}
#content img.fl {
 float: left;
 margin: 0 1em 1em 0;
}

#footer {
  background: #fff url(footer.png) no-repeat center;
  border-top: 2px solid #006;
  clear: both;
  padding: 1em;
}
#footer p {
  line-height: 1.4;
  text-align: center;
}
#footer a:link, #footer a:visited {
  border-bottom: 1px solid #006;
  color: #006;
}
#footer a:hover, #footer a:active, #footer a:focus {
  border-bottom: 1px solid #c00;
  color: #c00;
}