#leftmenu
{
  position: absolute;
  width: 210px;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: left;
  padding-left: 5px;
}

#content
{
  position: absolute;
  top: 0;
  width: 800px;
  height: 100%;
  left: 210px;
  text-align: center;
}

#heimatlogo
{
  position: relative;
  text-align: center;
  top: 50%;
}

#Text
{
  position: relative;
  text-align: center;
  width: 100%;
  color: #000000;
  font-size: larger;
}

#kontakt
{
    font-size: larger;
}


#bottommenu
{
  position: relative;
  text-align: center;
  vertical-align: bottom;
}

#imageTop
{
  position: relative;
  text-align: center;
  top: 10px;
  height: 90px;
}

a.leftmenu
{
  display: block;
  width: auto;
  height: 20px;
  color: #006699;
  background-color: transparent;
  font-size: large;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

a.leftmenu:hover
{
  color: #006699;
  text-decoration: underline;
}

a.bottommenu
{
  color: #006699;
  background-color: transparent;
  font-size: small;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

a.bottommenu:hover
{
   color: #006699;
  text-decoration: underline;
}

input.submit
{
  background-color: transparent;
  color: #006699;
}