body{margin: 0; padding: 0;}

a{margin-left:2px;}

a.nav2:link, a.nav2:visited {vertical-align:text-top;font-family:Verdana, sans-serif;text-decoration: none;font-size: 10px;line-height:10px; color: #000000;font-weight: bold;}
a.nav2:hover {font-family:Verdana, sans-serif;text-decoration: none;font-size: 10px;line-height:10px; color: #000000;font-weight: bold;}
a.nav2:active {font-family:Verdana, sans-serif;text-decoration: none;font-size: 10px;line-height:10px;color: #000000;font-weight: bold;}

ul.esa1{margin: 10px;padding: 5px;}
ol.esa1{margin: 10px;padding: 15px;}
li.esa1{}

.seiteninhalt{color: #576873;text-decoration: none; font-weight: normal;font-size: 11px;line-height:13px; font-family: Verdana;background-repeat:no-repeat;}

.navigation{color: #576873;text-decoration: none; font-weight: normal;font-size: 10px;line-height:12px; font-family: Verdana;background-repeat:no-repeat;}

.ueberschrift{color: #9F9F9F;text-decoration: none; font-weight: bold;font-size: 18px;line-height:22px; font-family: Verdana;background-repeat:no-repeat;}

.titel{color: #576873;text-decoration: none; font-weight: bold;font-size: 11px;line-height:13px; font-family: Verdana;background-repeat:no-repeat;}

.bilder{color: #000000;text-decoration: none; font-weight: normal;font-size: 10px;line-height:12px; font-family: DIN-Regular, Verdana;background-repeat:no-repeat;}

.umenue{color: #5b77cc;text-decoration: none; font-weight: normal;font-size: 10px;line-height:11px; font-family: Verdana;background-repeat:no-repeat;}

.test{color: #576873;text-decoration: none; font-weight: normal;font-size: 7px;line-height:7px; font-family: Verdana;background-repeat:no-repeat;}


/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active{
  position: relative;
  text-decoration: underline;
  font-style: italic;
  color: #3A454D;
  }

a.tooltip:hover {
  color: #3A454D;
  background: transparent;
  }

a.tooltip span {
  display: none;
  text-decoration: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 30px;
  left: 15px;
  width: 170px;
  z-index: 100;
  color: #000000;
  border:1px solid #000000;
  background: #ffffb5;
  font: 12px Verdana, sans-serif;
  text-align: left;
  }

a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}