html, body {  
  height: 100%;
}
/* not for mac ie\*/
html {
overflow-y: scroll;
}

/* end hack */

body {
  /*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
  background: #ff;
  color: #333;
  text-align: center; /*IE centered content*/  
}

#fullheightcontainer, #wrapper {
       min-height: 100%;    
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer, * html #wrapper {
  height: 100%;
}
/*hack end*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper, #footer  {
  position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu, #topmenu {
  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, #topmenu {
  width: 900px; 
  margin: 0 auto; /*centered content*/
  text-align: left; 
}


/*-------content elements definition-------*/
#fullheightcontainer {
  background: #fff;  
}
#ct2 #fullheightcontainer {  /* width for layout ct2 */
  background: #fff url(../img/bg_content_c2.gif) repeat-y;  
}

#contentWrap {
  width: 670px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
  width: 450px;
  padding: 0px 5px 0px 0px; 
  
}
#ct2 #contentMain {  /* width for layout ct2 */
  width: 660px;
}
#contentRight {
  padding: 5px 15px 0px 15px; /*extra div for IE6*/
  background: #e9f0fa;
}
#right {
  width: 185px;
  
}

#header {
  height: 253px;
  left: 0;
  top: 2px;
  background: #fff;
}
#header img {
  position: absolute;
         top: 0px;
  right: 0px;
}
#topmenu {
  top: 253px;
  right: 0px;
}
#logo {
  left: 60px;
  top:148px;
  z-index: 2;
}
#servicemenu {
  top: 240px;
  right: 50px;
}
#language {
  top: 3px;
  right: 0;
}
#language div {
  display: inline;
}

#search {
  top: 257px;
  right: 30px;
}
#printlink {
  top: 257px;
  right: 6px;
}

#rootline {
        width: 670px; /*width  of content-wrap*/
  top: 258px;
  left: 230px;
  height: 20px;
  font-size: 100%; 
}

#content {
        padding-top:  298px;  /*distance to top = height of header*/
  padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
  
}
#footer {
  background: #fff;
  height: 40px;
  margin: -40px auto 0 auto;
  font-size: 90%; 
}
#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 */




