html, body {  
  height:100%;
}

body {
  text-align:center; /* horizontal centering for IE Win quirks */
}

a,
a:visited,
a:hover {
  color: #fff;
  text-decoration: none;
}

strong { font-weight: bold; }

#distance { 
  width:1px;
  height:50%;
  margin-bottom:-300px;
  float:left;
}

#wrapper {
  background: url(/fileadmin/images/template/bgContent.gif) repeat-x #505050;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
  clear: left;
}

#header {
  width: 100%;
  height: 124px;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

#header img {
  margin: 25px 0 0 180px;
}

#menu {
  width: 183px;
  height: 327px;
  overflow: hidden;
  float: left;
/*  background: url(/fileadmin/images/template/bgMenu.gif) no-repeat #6a6a6a;  */
}

#image {
  float: left;
  width: 587px;
  height: 327px;
}

#content {
  width: 210px;
  height: 307px;
  overflow: hidden;
  float: right;
  padding: 0px 12px 0 0;
}

#content a {
  text-decoration: underline;
}

#content a:hover {
  color: #898989;
  text-decoration: underline;
}

#content p {
  padding-bottom: 0.7em;
}

#content h1 {
  font-size: 18px;
  line-height: 1.1em;
  padding-bottom: 1em;
  padding-top: 1em;
}

#content .textWithImage .textWithImageText {
  height: 400px;
}

#impress {
  width: 183px;
  height: 75px;
  margin-top: 48px;
  float: left;
}

#thumbnails {
  width: 587px;
  height: 75px;
  margin-top: 48px;
  float: left;
  overflow: hidden;
}

#thumbnails img {
  margin-right: 3px;
}

#thumbMenu {
  width: 50px;
  height: 75px;
  margin: 48px 0 0 13px;
  float: left;
}

#partnerLogos {
  width: 150px;
  height: 75px;
  margin: 48px 12px 0 0;
  float: right;
}