@charset "utf-8";
/* Web Palmenhof */
html, body
{
  height:100%;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#distance
{
  float:left;
  width: 1px;
  height: 50%;
  margin-bottom: -375px;
  float: left;
}

a:link, a:visited
{
  color: #000;
  text-decoration: none;
  font-weight : bold;
  font-variant: normal;
}
a:active, a:hover
{
  color: #03F;
  text-decoration: underline;
  font-weight : bold;
}

#content 
{
  position: absolute;
  left:90px;
  top:260px;
  width:859px;
  height:320px;
  z-index:3;
}

#top 
{
  position: absolute;
  left:0px;
  top:0px;
  width:1000px;
  height:225px;
  z-index:2;
}

#center
{
  margin: 0 auto;
  position: relative;
  padding: 0;
  clear: left;
  height: 550px;
  width: 960px;
  text-align: left;
}

