body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  background-color: #c5cacd;
}
em {
  font-weight: bold;
  font-style: italic;
  text-transform: none;
}
.leftim {
  border: 1px solid #00187e;
  margin-right: 1em;
  float: left;
  margin-bottom: 1em;
}
.rightim {
  border: 1px solid #00187e;
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}
.inset {
  margin-right: 10px;
  margin-left: 10px;
}
#main {
  border: 1px solid #00187e;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  min-width: 760px;
  height: auto ! important;
  width: 100%;
  background-color: #cccccc;
  color: #000066;
}
#header {
  padding: 0px;
  width: 100%;
  right: 0;
  margin-bottom: 0px;
  background-color: #00187e;
}
#header img {
  border-style: none;
  margin: 0px;
  padding: 0px;
}
#nav {
  background-color: #00187e;
  width: 100%;
  height: 2em;
  text-align: left;
  line-height: 2em;
  margin-top: 0px;
}
#nav a, a:visited {
  border-left: 1em solid #c5cacd;
  font-weight: bold;
  color: #c5cacd;
  height: 2em;
  text-decoration: none;
  margin-right: 20px;
}
#nav a:hover, a:active {
  background-color: #c5cacd;
  height: 2em;
  color: #00187e;
}
#content {
  text-align: justify;
  margin-top: 2em;
  margin-bottom: 2em;
}
#content h1 {
  font-size: 1.5em;
  font-weight: bold;
}
#content h2 {
  font-weight: bolder;
  font-size: 1.1em;
}
#content a, a:visited {
  border-style: none;
  color: #000066;
  text-decoration: underline;
}
#content a:hover, a:active {
  border-style: none;
  color: #660066;
}
#imprint {
  margin-top: 40px;
  font-size: 0.8em;
}

