html, body {
  background-color: #ffffff;
  background-image: url(images/hintergrund_horizontal.png);
  background-repeat:repeat-x;
  float:left;}

p {
  font-family: Tahoma;
  font-size: 14px;
  color: #999999;
}

.TextBlau {
  font-size: 16px;
  color: #00427e;
}

a.link:link    { font-weight: bold; font-size: 16px; font-family: Tahoma; color: #00427e; text-decoration: underline; } 
a.link:visited { font-weight: bold; font-size: 16px; font-family: Tahoma; color: #00427e;text-decoration: underline;  }
a.link:hover   { font-weight: bold; font-size: 16px; font-family: Tahoma; color: #00427e; text-decoration: underline;  }
a.link:active  { font-weight: bold; font-size: 16px; font-family: Tahoma; color: #00427e; text-decoration: underline;  }


#BannerTop {
  height: 263px;
  width: 1031px;
  left: 50%;
  margin-left: -515px;
  position: absolute;
  top: 0px;
}
#TextPopup {
  height: 40px;
  width: 1031px;
  left: 50%;
  margin-left: -515px;
  position: absolute;
  top: 270px;
  text-align: center;
}