#nahled {
  min-height: 400px;
  padding-bottom: 20px;
  font-size: 12px;
}
#nahled a.white {
  color: white;
}
#nahled div {
  position: relative;
  display: block;
  text-indent: 20px;
  margin: 10px 0px;
  text-align: justify;
}
#nahled p {
  position: relative;
  display: block;
  margin: 10px 0px;
}
#nahled h1 {
  position: relative;
  display: block;
  font-size: 17px;
  border: none;
  text-align: left;
}
#nahled h2 {
  position: relative;
  display: block;
  font-size: 14px;
}
#nahled h3 {
  position: relative;
  display: block;
  font-size: 12px;
}
#nahled .left {
  text-align: left;
}
#nahled .center {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
#nahled .right {
  text-align: right;
}
#nahled img {
  margin: 10px 15px;
  max-width: 100%;
}
#nahled img.left {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}
#nahled img.right {
  margin-left: 20px;
  margin-right: 0px;
  float: right;
}
#nahled img.center {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#nahled a {
  color: blue;
  text-decoration: none;
}
#nahled td {
  padding: 2px 5px;
}
#nahled table {
  width: 100%;
}
