body {
  background-color: #708090;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

#wrapper {
  sheight: 100px;
  width: 800px;
  background-color: #FFFFFF;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}
#content {
  background-color: #708090;
  height: 100%;
  width: 800px;
  float: left;
  bottom: 0px;
  margin-bottom: 30px;
}
#header {
  height: 90px;
  width: 800px;
  float: left;
  background-image: url(../img/header.png);
}
.headerschriftzug {
  font-size: 24px;
  margin-top: 15px;
  margin-left: 15px;
}
#navigation {
  height: 40px;
  width: 800px;
  background-color: #5E6B7A;
  float: left;
}
.nav_links {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 8px;
  margin-left: 8px;
}
a.nav_links {
  text-decoration: none;
}
a.nav_links:hover {
  text-decoration: underline;
}

.content {
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
}

.content_lt {
  font-size: 12px;
}

p.publikation {
  font-size: 12px;
  padding-right: 3em;
  padding-left: 7em;
  text-indent: -4.2em;
}


a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.mail_in_adresse {font-weight: normal;}


<!--
h1 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  margin-left: 15px;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 15px;
  margin-left: 15px;
}
-->
h1 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
}
h4 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
}

.content_rt_t {
  /* font-size: 18px; */
  font-size: 1.7em;
  padding-top: 15px;
  padding-left: 15px;
  font-weight: normal;
}
.content_rt {
  /* font-size: 14px; 
  padding-top: 10px; */
  font-size: 1.3em;
  line-height: 1.5em;
  padding-top: 0.8em;
  padding-left: 15px;
  font-weight: normal;
  list-style-type: disc;
}
.content_titel_alg {
  font-size: 14px;
  padding-top: 15px;
  padding-left: 15px;
  font-weight: normal;
}
.content_lt_eingerückt {
}
li.langeliste {
  /* padding-bottom: 15px; */
  margin-bottom: 1em;
}