html, body {  height: 100%;}
/* not for mac ie\*/
html {overflow-y: scroll;}
/* end hack */
body {
  background: #fff;
  text-align: center; /*IE centered content*/  
}
#fullheightcontainer {min-height: 100%;    }
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer {height: 100%;}
/*hack end*/
/*----------all relative elements-----*/
body, #fullheightcontainer, #footer  {
position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu {
  position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight, #contentBorder { 
  float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
  float:right;
}
/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer {
  width: 950px; 
  margin: 0 auto; /*centered content*/
  text-align: left; 
}
/*-------content elements definition-------*/
#fullheightcontainer {/* Background for whole content: gray background left, dotline between content and right */  
  background: #F8F8F8 url(../img/bg_ct2.gif) repeat-y; 
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
  background: #F8F8F8 url(../img/bg_ct2.gif) repeat-y -750px 0;  
}
#content {
        padding-top:  185px;  /*distance to top = height of header*/
  padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
   width: 740px;/* width: 650px; width = content - leftmenu - margin to leftmenu */
}
#contentMain {
  width: 520px;
}
#ct2 #contentMain {
  width: 730px;
}
#contentRight {
  padding: 0 10px 0 30px;
}
#right {
  width: 180px;
}
#header {
  height: 142px;
  left: 0;
  top: 0;
  background: #F8F8F8;
}
#header img {
  position: absolute;
  top: 0;
  right: 0;
}
#logo {
  left: 0;
  top:0;
  z-index: 2;
}
#servicemenu {
  top: 2px;
  right: 150px;
}
#language {
top: 158px;
left: 140px;
}
#language div {
  display: inline;
}
#search {
  top: 156px;
  left: 10px;
}
#printlink {
  top: 150px;
  right: 20px;
}
#rootline {
        width: 570px; /*width  of content-wrap*/
  top: 155px;
  left: 210px;
  height: 20px;
  font-size: 90%; 
}
#footer {
  background: #ccc;
  height: 40px;
  margin: -40px auto 0 auto;
  font-size: 90%; 
  clear: both;
}
#footer p {
  text-align: center;
  margin: 0;
  padding-top: 5px;
}
/* css classes to deactivate floats*/
.clearer {
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: inline-block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */