html {
  height: 101%;
}

body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}

img {
  border: 0px;
}

body, div, td, p, a {
  font-family: Times New Roman, Times, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

div#header.startpage {
  position: relative;
  top: 0px;
  left: 0px;
  width: 900px;
  height: 571px;
  background: url(images/header_startseite.jpg) top left no-repeat;
  overflow: hidden;
}

div#header div#langNav {
  position: absolute;
  top: 527px;
  left: 0px;
  width: 900px;
  height: 27px;
  text-align:middle;
}

div#header div#langNav a img {
  border-bottom: 2px solid #ffffff;
}

div#header div#langNav a:hover img {
  border-bottom: 2px solid #004119;
}

div#pageContainer {
  position: relative;
  top: 0px;
  left: 0px;
  width: 900px;
  height: 571px;
  background: url(images/header_startseite.jpg) top left no-repeat;
  overflow: hidden;
}

div#logo {
  position: absolute;
  top: 25px;
  left: 233px;
  width: 435px;
  height: 110px;
}


div#menu {
  position: absolute;
  top: 160px;
  left: 373px;
  width: 154px;
  height: 235px;
  text-align: center;
}

a.menu {
  font-size: 12px;
  text-decoration: none;
}

a.menu:hover  {
}

td.menuEntry {
  border: 1px solid #23833C;
  border-bottom: 0px;
  background: #DAEBCF;
  text-align: center;
}

td.menuEntryLast {
  border: 1px solid #23833C;
  background: #DAEBCF;
  text-align: center;
}


